Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TwitterScraperSelenium

The package provides an opportunity to scrape tweets by a particular query, date and parameters. Scraping is powered by Selenium library, which implements auto scrolling and end of the page detection.

Usage

See the sample written in src/test.py

  • set manual_delay (in sec) parameter to secure the time needed to login.
  • After logging in the page will automatically close and a new driver is going to execute all the requested scrape queries.

Caution

Special characters (mostly everything but for the letters and numbers) should be reformated into HTML URL format (e.g. spaces into %20). Since and until dates strings should have a format of Y-m-d (e.g. 2016-09-25).

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages