shgnplaatjies / SocialMediaScraper

Twitter Scraping API test.
The Unlicense
0 stars 1 forks source link

Dockerize the Python program #3

Open shgnplaatjies opened 2 years ago

shgnplaatjies commented 2 years ago

User Story

As a developer, I want to have a command line interface where I input a keyword-based search query to search Twitter for posts containing that keyword, sorted by time, and return a panda data frame of their metadata and generate a .csv file, so that this data can be passed to subsequent methods as input.

Acceptance Criteria