Skip to content

CookieBlade is a platform for users to keep track of their own or other’s social media statistics.

Notifications You must be signed in to change notification settings

pinkchocoa/CookieBlade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

477 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

CookieBlade is a platform for users to keep track of their own or other’s social media statistics.

Topics

Resources

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •  

Languages