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