Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1.82 KB

README.md

File metadata and controls

48 lines (30 loc) · 1.82 KB

UdeAnalytics

Table of Contents

Main Repository

main_data_extractor

Gathers all the information you have mined and creates a proximity matrix. It also creates two files EdgesW.csv and NodeW.csv, which can be used to create your .net file and visualize your network using Infomap.

Data Mining

save_data_follow

Prints dictionaries on a file with user ID, following and followers. Following are requested first, then followers. To use, run 'get_data_follow.sh'.

streaming_data

Prints all the tweets and retweets that are tweeted from the moment you run the program. The tweets are filtered by certain keywords.

How to use it

  1. Open data/keysAndTokens.json and edit the file

  2. Add a new dictionary with your credentials and set an username

  3. Run on_dates_data.py

Credits

Infomap

https://www.mapequation.org/infomap/

References