FriendlyUser / ai_trading_bot

Ai trading bot to monitor the market.
https://friendlyuser.github.io/ai_trading_bot/
1 stars 1 forks source link

Dispatch system for github actions #14

Open FriendlyUser opened 3 years ago

FriendlyUser commented 3 years ago

For web scrapping and other things, periodically dispatch github actions requests based on criteria.

For example, if stocks are moving down a lot, scrap the trending losers tickers, if stocks are moving up a lot scrap the trending winners.

https://dev.to/rikurouvila/how-to-trigger-a-github-action-with-an-htt-request-545