SocialPath is a django application for gathering social media information on specific username. It checks for Twitter, Instagram, Facebook, Reddit and Stackoverflow. Collected data is sorted according words frequency, hashtags, timeline, mentions, similar accounts and presented as charts with the help of D3js. This technique allows me to track darknet users who does not use unique nicknames so read this full article to what is SocialPath – Track Users across Social Media Platforms.
- Linux
- Python3
- Git package
- Django
- Tweepy
- PRAW
- Celery
- Redis
Supported service’s
- Twitter + details
- Stackoverflow + details
- Instagram + details
- Reddit + details
- Steam
- Tumblr
- Pastebin
- Github
How to install and use socialpath
git clone https://github.com/woj-ciech/SocialPath.git
Now you Paste your API keys into backend/keys.json Remember to escape double quotes (“) in instagram cookie with in json
sudo apt install radis-server
Now type this below command to install this tool requirements.
pip3 install -r requirements.txt
Now type this below command one by one your linux terminal Migrate database (run it in main directory)
python3 manage.py makemigrations socialpython3 manage.py migrate socialpython3 manage.py migratepython3 manage.py runserver
Now open new terminal type this below command Fire up celery (run it in main directory)
celery worker -A socialpath –loglevel=debug
After that SocialPath will be accessible at localhost:8000/search
Directory is created for each user with csv inside under /static/, for visualizations.
Post a Comment