Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nibalizer/discordstonksbot
A Bot to query stock ticker information from discord
https://github.com/nibalizer/discordstonksbot
Last synced: about 1 month ago
JSON representation
A Bot to query stock ticker information from discord
- Host: GitHub
- URL: https://github.com/nibalizer/discordstonksbot
- Owner: nibalizer
- Created: 2021-01-19T01:11:09.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-11T18:55:08.000Z (about 1 year ago)
- Last Synced: 2024-10-26T20:16:13.525Z (about 2 months ago)
- Language: Go
- Size: 73.2 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Discord Stonks Bot
Query stock ticker information from discord
![bot](img/discord_stonk_bot.png)
# Commands
`!q foo`
`!quote foo`
`!q foo,bar,baz`
`!detail aapl`
`!c aapl 5w`
`!short gme`# Notes
* Uses the Finnhub API, requires a finnhub account
* See `example_config.txt` for environment variables to pass to docker
* Run with `docker run --env-file foo.txt`
* Requires `stonksdata.txt` which can be generated from scripts [here](https://github.com/nibalizer/stonksapi/blob/main/contrib/get_stonks_db.sh)