https://github.com/foxcouncil/microstonksbot
It makes the stonks show up
https://github.com/foxcouncil/microstonksbot
Last synced: over 1 year ago
JSON representation
It makes the stonks show up
- Host: GitHub
- URL: https://github.com/foxcouncil/microstonksbot
- Owner: FoxCouncil
- License: mit
- Created: 2021-07-24T05:45:07.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-03-16T01:06:12.000Z (over 4 years ago)
- Last Synced: 2025-01-20T23:15:25.028Z (over 1 year ago)
- Language: C#
- Size: 19.5 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## MicrostonksBot
It makes the stonks show up on Telegram. Made by [Fox](https://foxcouncil.com).
#### Name?
| Micro | Stonks | Bot |
| - | - | --|
| [One] | [Stocks] | [Bot] |
## Change Log
- #### Version - 1.0.0.0
- Basic stuff
- Only NYSE (New York Stock Exchange)
- Alerts if stonk changes by `$1`
- Defaults to Microsoft Stock
## Roadmap
- Graphs
- Daily Summaries
- Memes
- Animated Stuff
- More Stonks Support
- Global Stonks Support
- Portfolio
- Space Travel
## Build Instructions
1. Copy `local-example.settings.json` to `local.settings.json`
2. Replace `TheStonk` with the stock ticker of your choice.
3. Replace `TelegramBotToken` with a token from a bot from https://t.me/botfather/
4. Replace `FinnhubApiKey` with an API key from https://finnhub.io/, c'mon it's free!
5. Set TelegramBotAPI Webhook by sending a request like so: https://api.telegram.org/bot{{botToken}}/setWebhook?url=http://localhost/api/MicrostonksBot
1. Use https://ngrok.com/ if you need to tunnel the webhook to your local bot.