A sentiment-analysis tool for finding the best (or worst) holiday destinations according to Reddit
These instructions will get you a copy of the project up and running on your local machine.
- Python 3 + Pip
- A reddit account
-
Clone the repository somewhere local
git clone https://github.com/Jamie932/Holidai.git
-
Visit https://www.reddit.com/prefs/apps/ and log into your reddit account
- Create a new Application
- Select 'Installed App'
- Set the redirection URL to http://localhost:8080
-
Open scanholidays.py from the cloned folder and find the fields at the top that say ***REMOVED***
-
Copy the created Client ID and Client Secret in Step 2 and replace the ***REMOVED*** fields respectively.