Skip to content

Project to apply file manipulation techniques with data indexing.

Notifications You must be signed in to change notification settings

JPedroSilveira/twitter-analytics-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Analytics (v2)

Project to apply file manipulation techniques and data indexing.

This project use pipenv to simplify the management of dependencies.

  • pipenv shell
  • pipenv install
  • pipenv run python Main.py

Pipenv doc: https://pipenv-fork.readthedocs.io/en/latest/

To execute in command line use (in main repository): python Main.py

You need Python 3.8 installed to run this project

To use Twitter Streamer function (search for new tweets) you will need to create a twitter developer account (https://developer.twitter.com/en/apply-for-access). Create a JSON file named "twitter_credentials.json" in Twitter folder with the following format: {"CONSUMER_KEY": "Put your consumer key here", "CONSUMER_SECRET": "Put your consumer secret here", "ACCESS_TOKEN": "Put your access token here", "ACCESS_SECRET": "Put your access secret here" }

About

Project to apply file manipulation techniques with data indexing.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages