Skip to content

MatthewCYLau/python-fear-greed-scraper

Repository files navigation

Python Fear and Greed Scraper

A Python web scraper which scrapes the Fear and Greed index

cicd cloud run workflow

The list of repositories are as follow:

  • Python Flask API repository here
  • React with Vite client repository here
  • Scraper and GCP infrastructure repository here

Run/build app locally

  • Run app on host machine:
virtualenv -p /usr/bin/python3 venv
source venv/bin/activate
pip3 install -r requirements.txt
python3 manage.py
deactivate
  • Run app as container:
docker compose up --build

Install new packages

pip3 install boto
pip3 freeze > requirements.txt

Command line tool

python3 df_playground.py generate-df 20 --int-only

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

A Python web scraper which scrapes the Fear and Greed index

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published