A barebones API for social network
Install dependencies from req.txt with:
pip install -r req.txt
Run main.py
python main.py
Fill in tester_conf.json with required data and url to the API, and run it with:
python tester_bot.py
This project was done as a test task