aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2019-04-03 22:35:03 +0530
committerGitHub <noreply@github.com>2019-04-03 22:35:03 +0530
commit98d2cf5e004ffe7ab373250b4efb50b3e5e84df7 (patch)
tree40b6d440525c5c02b0140fc10a04bff34743c451
parent7695140e60764a1a99752f417096e173056d6b57 (diff)
Created READMEHEADmaster
-rw-r--r--README.md10
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