https://github.com/nibalizer/discordstonksbot
A Bot to query stock ticker information from discord
https://github.com/nibalizer/discordstonksbot
Last synced: 21 days 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 (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-11T18:55:08.000Z (over 2 years ago)
- Last Synced: 2025-01-12T22:29:12.087Z (over 1 year 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

# 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)