A base project for creating Reddit bots
Requires asyncpraw
- Copy/Paste the
.env_example
andbot
file to your local environment - Rename
.env_example
to.env
and 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-base
mv .env_example .env
to 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-base
mv .env_example .env
to 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