aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: e8b6e4b86dbb4b04bf1126a8c8d7255e7e5c782c (plain)
1
2
3
4
5
6
7
8
9
10
# Snooper
A Python program to do reddit user analysis / profiling using PRAW
### Install the required dependencies
`pip3 install -r requirements.txt`
### Change Configuration
Edit the file `snooper.py` with your preffered text editor and replace `PrudentWish` with your desired username
### To-Do
* Add More Features
* Provide username through arg-parse
* Clean up the code