Skip to content

A Selenium/BeautifulSoup web scraping tool that returns all commodity futures on FINVIZ into a dictionary.

License

Notifications You must be signed in to change notification settings

jackmeyer/FINVIZ-Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FINVIZ-Scraper

A simple Selenium/BeautifulSoup web scraping tool that returns all commodity futures on FINVIZ into a dictionary.

This Python script utilizes a Selenium PhantomJS headless browser to load all JavaScript-generated content on the FINVIZ Commodity Futures page and uses BeautifulSoup to parse the HTML and search for specific tags.

Dependencies

  • Selenium (installed via npm install selenium)
  • BeautifulSoup (installed via npm install bs4 )
  • PhantomJS WebDriver (download .exe and save in same folder as FINVIZ-Scraper)

About

A Selenium/BeautifulSoup web scraping tool that returns all commodity futures on FINVIZ into a dictionary.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages