Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steeven9/stonksbot
A bot that LIKES THE STOCK
https://github.com/steeven9/stonksbot
bot discord stock
Last synced: 27 days ago
JSON representation
A bot that LIKES THE STOCK
- Host: GitHub
- URL: https://github.com/steeven9/stonksbot
- Owner: Steeven9
- License: gpl-3.0
- Created: 2021-01-28T11:08:45.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-05T18:15:44.000Z (12 months ago)
- Last Synced: 2024-01-05T19:30:46.794Z (12 months ago)
- Topics: bot, discord, stock
- Language: Python
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# StonksBot
### A bot that LIKES THE STOCK 🚀🚀
To install the requirements, run `pip install --no-cache-dir -r requirements.txt`.
To run it, simply yeet the bot token in a system environment variable named `STONKSBOT_TOKEN` and then run `python main.py`. Easy.
## Usage
`/stock [ticker]`
That's it. Literally.
## Docker? Docker
Create a `.env` file with the bot token as `STONKSBOT_TOKEN`, then build or pull the image and run it:
`docker build . -t stonksbot` or `docker pull steeven9/stonksbot`
`docker run --name stonksbot --env-file .env stonksbot`