CaliDog / certstream-server-python

Certificate Transparency Log aggregation, parsing, and streaming service
MIT License
104 stars 20 forks source link

Documentation doesn't show it uses Python3 #6

Closed felixguerrero12 closed 7 years ago

felixguerrero12 commented 7 years ago

This implementation uses Python 3 since uvloop requires Python 3.5 or greater.

Commands to run to make it work: apt install python3-pip pip3 install --upgrade pip pip3 install uvloop pip3 install -r requirements.txt python3 run_server.py

Fitblip commented 7 years ago

Ah yeah that's a good point! The server utilizes a bunch of python3 things (coroutines/asyncio, aiohttp, uvloop), but I should make that more clear in the docs!

Thanks for the report! I'll update the readme to clarify.

Fitblip commented 7 years ago

This is fixed with https://github.com/CaliDog/certstream-server/commit/3e0a6cbc947635d642246e17472f97d866abf16f

Please let me know if you'd change anything, otherwise have a great day!