Skip to content

This is a simple flask app that scrapes xe.com for currency data and return the csv file.

Notifications You must be signed in to change notification settings

bhandarisaurav/xe-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xe.com curency data scraper

This is a simple flask app that scrapes xe.com for currency data and return the csv file.

Deployed on render.com: xe-scraper.onrender.com

How to run the app:

  1. Clone the repo
  2. Install the requirements
  3. Run the app
https://github.com/bhandarisaurav/xe-scraper.git
cd xe-scraper
pip install -r requirements.txt
# gunicorn --workers=number_of_workers app:app
gunicorn --workers=2 app:app

About

This is a simple flask app that scrapes xe.com for currency data and return the csv file.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published