rssnyder / discord-stock-ticker

Add live stock & crypto prices to your discord sidebar.
https://rssnyder.github.io/discord-stock-ticker/
MIT License
293 stars 113 forks source link

Feat/state #87

Closed rssnyder closed 3 years ago

rssnyder commented 3 years ago

Add persistent state for tickers.

Using SQlite for storage.

Creates 5 tables for tickers, boards, tokens, gases, and holders.

New bots are written to the db.

Deleted bots are removed from the DB.

Bots in the db are reloaded on startup.