patrickbeekman / SeniorCapstone

Exploratory analysis and visualization on how to maximize the potential of your tweets.
GNU General Public License v3.0
0 stars 1 forks source link

Connect my tweet_grabber.py to save tweets directly to the database #23

Open patrickbeekman opened 6 years ago

patrickbeekman commented 6 years ago

Save to database instead of the typical .json format. Since the tweets from the twitter api are json, there probably is an easy way to input json data into a database.