Skip to content

Latest commit

 

History

26 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Web Scrapper

A Python web scriping program which reads from a txt file what details to scrape for and what website to visit, then returning the results in a new txt file.

Developed by C. Hans Culton

Apache-2.0

Libraries

  • BeautifulSoup4
  • Selenium
  • Firefox

How to Use

Download the project. Enter the URL into the txt file, URLToScrape.txt. Add elements you would like to scrape for to the same txt file. Run the python file, and a new file, results.txt, will be created in the same directory, populated with the results of the scrape.

Default URL and Why

Initially this project visits Stocktwits

https://stocktwits.com/discover/earnings-calendar/

I chose this website as it is heavily reliant off of AJAX requests and JavaScript, making it challenging to scrape information from. Furthermore, it has unique and changing content everyday, making for an interesting website to scrape. The URL to visit, however, can be changed in the URLToScrape.txt.

About

A Python web scriping program which reads from a txt file what details to scrape for and what website to visit, then returning the results in a new txt file.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages