SocialPath

No description is available yet
SocialPath logo

SocialPath: Track Users Across Social Media Platforms

A powerful tool for tracking users across various social media platforms, including Facebook, Twitter, Stackoverflow, Instagram, Reddit, Steam, Pinterest, Tumblr, Pastebin, and Github. With SocialPath, you can deanonymize darknet users by identifying username reuse.

Features

  • Track users across multiple social media platforms
  • Deanonymize darknet users by username reuse
  • Supports Facebook, Twitter, Stackoverflow, Instagram, Reddit, Steam, Pinterest, Tumblr, Pastebin, and Github

Requirements

  • Django
  • Tweepy
  • PRAW (Python Reddit API Wrapper)
  • Celery
  • Redis

Installation

  1. Paste your API keys into backend/keys.json
  2. Install and run Redis: apt-get install redis-server; redis-server
  3. Clone the repository: https://github.com/woj-ciech/SocialPath
  4. Install requirements: pip3 install -r requirements.txt
  5. Migrate database: python3 manage.py makemigrations social; python3 manage.py migrate social; python3 manage.py runserver
  6. Fire up Celery: celery worker -A socialpath --loglevel=debug (or for Celery 5.x, celery --app socialpath worker)

Usage

SocialPath will be accessible at localhost:8000/search

Screenshots

[Insert screenshots here]

License

This project is licensed under the terms of the MIT license.





> Visit SocialPath Website <