Skip to content

Latest commit

 

History

History
47 lines (23 loc) · 916 Bytes

README.md

File metadata and controls

47 lines (23 loc) · 916 Bytes

CookieBlade

This project was done for CSC1009 Object Oriented Programming module in SIT-UoG Computing Science.

Run main.py to start the program.

Code Documentation (Doxygen): https://pinkchocoa.github.io/CookieBlade/index.html

Youtube Video: https://www.youtube.com/watch?v=MXbrMevfk0c

Installations & set up

The following pip installation is necessary for the running of the program.

pip install PyQt5

pip install Tweepy

pip install pyqtgraph

pip install –upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib

pip install geopandas

pip install geopy

Create your own apikey.py in the same directory with the following contents:

T_CONSUMER_KEY="your twitter consumer key"

T_CONSUMER_SECRET="your twitter consumer secret"


T_ACCESS_TOKEN="your twitter access token"

T_ACCESS_SECRET="your twitter access secret"

Y_ACCESS_KEY="your youtube access key"