Skip to content

Scrapes and stores an array of financial data (USA & ARG). Made for Ubuntu Server 18.04+

Notifications You must be signed in to change notification settings

bauti-defi/Finance-Scrapers

Repository files navigation

PIP INSTALL REMINDER

Remember to sudo -H pip install <package-name> for crontab capability on Ubuntu Server 18.04

REMEMBER TO HANDLE ASSEMBLE THE CONFIG

The config should be stored in the root directory as config.json. It's contents are a JSON Object like the following:

{
  "alpha_scraper": {
    "api_key": "21A6A6RUF2M0XJB0",
    "scrape_symbols": ["GGAL", "BBAR", "GOLD"]
  },
  "balanz_scraper": {
    "pass": "XXX",
    "user": "user"
  },
  "ggal_options": {}
}

ALPHA SCRAPER

packages to pip install: requests

BALANZ SCRAPER

packages to pip install: requests, websockets

ARG BOND SCRAPER

packages to pip install: requests, beautifulsoup4

GGAL OPTIONS SCRAPER

packages to pip install: requests, beautifulsoup4, selenium

About

Scrapes and stores an array of financial data (USA & ARG). Made for Ubuntu Server 18.04+

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published