Skip to content

Extract user info from their reddit comments and activity.

License

Notifications You must be signed in to change notification settings

yoclaire/snoolock

 
 

Repository files navigation

Snoolock

Extract interesting information about redditors from their submissions and comments. Outputs data in JSON format.

Dependencies

Setup

  • Run pip install -r requirements.txt to install dependencies.
  • Run python -m textblob.download_corpora to download TextBlob corpora.

Usage

python snoolock.py <reddit-username>

Example

Command:

python snoolock.py example

Output:

Processing user example
{"username": "example"...}}
Processing complete... 0:00:06.084066

License

MIT License

About

Extract user info from their reddit comments and activity.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%