Collection of Political Social Network
A list of Twitter accounts of 4 U.S. presedential candidates is given in a txt file. The goal is to use the Twitter API to construct a social network of these accounts. The networkx library is used to plot these links, as well as print some statistics of the resulting graph.
Twitter
networkx
- Download http://networkx.github.io/ or pip install networkx
TwitterAPI
- Download https://github.com/geduldig/TwitterAPI or pip install TwitterAPI