A base project for creating Reddit bots
Requires asyncpraw
- Copy/Paste the
.env_exampleandbotfile to your local environment - Rename
.env_exampleto.envand update values - Provision your your base libraries as instructed here
- run
./bot
- Clone repo
git clone https://github.com/nickatnight/docker-reddit-bot-base cd docker-reddit-bot-basemv .env_example .envto add environment variables as needed- Provision your your base libraries here
- run
./bot
- Clone repo
git clone https://github.com/nickatnight/docker-reddit-bot-base cd docker-reddit-bot-basemv .env_example .envto add environment variables as needed- Install Docker
docker build -t docker-reddit-bot-base:latest .docker run --env-file .env docker-reddit-bot-base:latest