From 338f4814b03a5f7a65e313b87d67309fe82c2d88 Mon Sep 17 00:00:00 2001 From: Zach Brasseaux Date: Fri, 15 Nov 2024 15:14:55 -0500 Subject: [PATCH] clean up debug statements --- scraper/twitter_scraper.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/scraper/twitter_scraper.py b/scraper/twitter_scraper.py index c61d363..aad37f5 100644 --- a/scraper/twitter_scraper.py +++ b/scraper/twitter_scraper.py @@ -128,8 +128,6 @@ class Twitter_Scraper: self.router = self.go_to_home pass - print(134) - def _get_driver( self, proxy=None, @@ -350,7 +348,6 @@ It may be due to the following: pass def go_to_bookmarks(self): - print("356") if ( self.scraper_details["bookmarks"] is False or self.scraper_details["bookmarks"] == "" @@ -438,7 +435,7 @@ It may be due to the following: ) elif self.scraper_details["type"] == "Bookmarks": print( - "Scraping Tweets from @{} bookmarks...".format(self.scraper_details["username"])) + "Scraping Tweets from bookmarks...".format(self.scraper_details["username"])) elif self.scraper_details["type"] == "Query": print( "Scraping {} Tweets from {} search...".format(