Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 835 Bytes

README.md

File metadata and controls

42 lines (28 loc) · 835 Bytes

Reddit /r/place 2022 headless bot

This headless Python bot will automatically login to reddit, obtain access tokens (and refreshes them when they expire), obtain orders from the C&C server and automatically place pixels at the desired locations.

Requirements

  • Python >= 3.8
  • NumPy
  • Matplotlib
  • Rich
  • aiohttp

Installation & updating to a new version

pip install --force git+https://github.com/PlaceTUD/Zombie.git

You will need to add the config.yml file manually.

Configure

Configure the bot with the config.yml file.

Manual Run on the host directly

PlaceNL

Run in a Docker container

Create an empty config file and set it in the docker-compose.yml file.

docker-compose up -d

The bot supports multiple users

Just add more credentials to the config file.