You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of now, tweet_basic_scraping.py contains independent functions hardcoded username and dates. We should add these methods to a common class definition which will take username, dates etc as arguments for __init__.
We should also add a scrape method that does all the scraping and adding to csv without having to call all the functions separately.
The text was updated successfully, but these errors were encountered:
tweet_basic_scraping.py
contains independent functions hardcoded username and dates. We should add these methods to a common class definition which will take username, dates etc as arguments for__init__
.scrape
method that does all the scraping and adding to csv without having to call all the functions separately.The text was updated successfully, but these errors were encountered: