Who replies to your tweets?
-
create Twitter developer account.
-
install the command-line power tool for Twitter, aka "t".
-
download data:
t replies -n 500 -c > data.csv -
install dependencies:
pip install pandas matplotlib -
plot your data:
python plot.py
