Dedicated to best position 5 support.
- Install Python 3.10+
- Install dependencies:
pip install -r requirements.txt - Create a
.envfile in root directory, and place following tokens:
DISCORD_BOT_TOKEN=token-goes-here
CRIC_API=token-goes-here
REDDIT_ID=token-goes-here
REDDIT_SECRET=token-goes-here
AWS_ACCESS_KEY_ID=token-goes-here
AWS_SECRET_ACCESS_KEY=token-goes-here
Use black and pylint to lint and format code:
pylint position5black position5
Run from root folder
py position5