Tools to scrape the CNN Fear & Greedy Index, CME FedWatch Tool, and then, send the daily report to discord.
- Intall the required package:
pip install selenium
pip install schedule
sqlite3
is a built-in database in Python, just import.- Double click
auto_run_scrape_fear_idex.bat
to runscrape_fear_idex.py
- To update the driver, goto: https://chromedriver.chromium.org/downloads
- Using selenium
python schedule_runn.py
, this cmd will schedule a task run every weekday at 9:00 am EST- auto_schedule_run.bat file will auto run the cmd above.