Skip to content

AchiiCodes/exchange-rate-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exchange Rate Scraper

Scrapes the money exchange rate from pottchange and stores the results into a postgres database.

Dependencies

python -m venv venv
. venv\Script\activate
pip install -r requirements.txt
pip install git+https://github.com/scrapy/scrapyd-client.git

Running Postgress

docker-compose up -d  

Running scraper

scrapy runspider .\crawl\spiders\pottchange.py     

Local deployment

scrapyd
scrapyd-deploy local 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published