/dolarpan-scraper

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

Primary LanguagePythonMIT LicenseMIT

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