Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 327 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 327 Bytes

TwitterSearch

  • src/TwitterSearch.py calls https://api.twitter.com/2/tweets/search/recent
  • src/Tweet.py creates the database table
  • src/SaveTweets.py saves results to a postgresql database with sql alchemy (Langenderfer)