Skip to content

A python script to crawl annual reports of various companies using public repositories/websites.

Notifications You must be signed in to change notification settings

chetangudisagar/annual_report_crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

annual_report_crawler

A script to crawl annual reports of various companies using public repositories/websites.

Example website used is http://www.annualreports.com

This program takes in a Excel File as an input with "Company Name" containing the company names whose reports will be generated.

Note:

Make sure you have python library installers like pip and install dependencies such as all the imports and 'lxml' - pip install lxml

Usage:

python annual_report_crawler.py -f companiesList.xlsx

python annual_report_crawler.py (-h | --help)

python annual_report_crawler.py --version

About

A python script to crawl annual reports of various companies using public repositories/websites.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages