diff options
Diffstat (limited to 'twitter/scraper.py')
| -rw-r--r-- | twitter/scraper.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/twitter/scraper.py b/twitter/scraper.py index 49b116a..e912782 100644 --- a/twitter/scraper.py +++ b/twitter/scraper.py @@ -92,5 +92,4 @@ class Driver: if __name__ == "__main__": credentials = open("scraping_accounts.txt").readline().strip().split() driver = Driver(*credentials[:2]) - # driver.get_followers("23302126", "flipper509") - print driver.get_profile(100, "thibauthorel") + driver.get_followers("23302126", "flipper509") |
