[](https://travis-ci.org/alexeykorevin/social_network_analysis
a project that collects and analyzes information from social networks
the purpose of the project is a platform for collecting data such as posts, views, comments, followers, ... from social networks and keeping statistics.
In addition, it works as a platform for storing social data
- Telegram ✅
- Instagram ✅
- Facebook ✅
- Youtube ✅
- Twitter ✅
- Tiktok ✅
- Web sites ✅ (with API)
pip3 install -r requirements.txt
python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py runserver 8000