All requests to this server proxied to the original site. On the way back for all words contains six letters will be added symbol ™(copyright).
Install requirements
pip install -r requirements
If you are going to use gunicorn additionally you should install it too
pip install gunicorn
Possible start proxy server calling one of next commands from terminal:
python3 proxy.py
python3 -m aiohttp.web -H localhost -P 8070 proxy:proxy_app_factory
gunicorn proxy:proxy_app_factory --bind localhost:8060 --worker-class aiohttp.GunicornWebWorker # gunicorn is required
Possible run tests from a terminal with the command:
python3 -m tests
Code complies pep8 style guide except length of lines. Here max line length is 119 symbols.