Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 851 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 851 Bytes

SNATwitch

A Social Network Analysis on Twitch for the course "Social network Analysis" with the tool Gephi.

Files Description:

  1. HelixScraper.py: The following code was used to fetch certain streamers with specific characteristics from Twitch.
  2. parsefollowers.py: Fetching common followers of the Twitch users selected by HelixScraper, finding the number of common followers and writing a .csv file which is used as an input in Gephi.
  3. TwitchIOscraper.py: The code presented creates a bot which communicates and fetches the comments from the live streaming of one or multiple users.
  4. Efthymia_Kostaki_8170055_SNA_Twitch.pdf: final report for semester assignment.
  5. afteredittwitch.csv: .csv file which includes for every pair of nodes-streamers the number of followers they have in common, denoted as "Source", "Target" and "Weight".