Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 404 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 404 Bytes

tweets2csv

A simple program to pull the last X days tweets from a twitter user's timeline then either write to a CSV, produce a word cloud, or show a graph of their likes.

Usage:

Simply type:

python3 tweets2csv <twitter_handle> <output_csv> <days>

Optionally, add --cloud and/or --likes to get either a word cloud or some info on the user's likes as a graph respectively.