Steeven9 / StonksBot

A bot that LIKES THE STOCK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A bot that LIKES THE STOCK

License:GNU General Public License v3.0


Languages

Language:Python 93.2%Language:Dockerfile 6.8%