diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2019-04-03 22:35:03 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-03 22:35:03 +0530 |
commit | 98d2cf5e004ffe7ab373250b4efb50b3e5e84df7 (patch) | |
tree | 40b6d440525c5c02b0140fc10a04bff34743c451 | |
parent | 7695140e60764a1a99752f417096e173056d6b57 (diff) |
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..e8b6e4b --- /dev/null +++ b/README.md @@ -0,0 +1,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 |