luisgdev / dolarpan-scraper

Scraper that extracts VEF/USD exchange rate from reliable telegram channels.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dolarpan-scraper

This serverless function returns VEF/USD exchange rates, deployed in AWS Lambda. The data is scrapped from telegram channels web page.

Steps:

Create virtual environment:

python3 -m venv venv

Install requirements for production:

pip install -r ./requirements/prod.txt

To create .zip deployment package:

chmod +x ./scripts/build_package.sh
./scripts/build_package.sh

About

Scraper that extracts VEF/USD exchange rate from reliable telegram channels.

License:MIT License


Languages

Language:Python 97.2%Language:Shell 2.8%