From 98d2cf5e004ffe7ab373250b4efb50b3e5e84df7 Mon Sep 17 00:00:00 2001
From: Navan Chauhan <navanchauhan@gmail.com>
Date: Wed, 3 Apr 2019 22:35:03 +0530
Subject: Created README

---
 README.md | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 README.md

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
-- 
cgit v1.2.3