from src.twitter_scraper_without_api import TwitterScraper twitter = TwitterScraper('bitcoin') twitter.last_n_mins = 3 twitter.fetch_data()