PlaceNL: bot to automatically place pixels on /r/place 2022
Project description
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.
Installation
- Clone the repo
- If using SSH
git clone git@github.com:PlaceCZ/PythonBot.git
- Else:
git clone https://github.com/PlaceCZ/PythonBot.git
- If using SSH
- CD into it
cd Pythonbot
- Create Virtual Environment
- Win:
py -m venv venv
- *nix:
python -m venv venv
- Win:
- Activate venv
- Win:
venv\Scripts\activate
- *nix:
source ./venv/bin/activate
- Win:
python -m pip install -e .
place_cz_bot
- That's it!
Usage
If venv not running
- Win:
venv\Scripts\activate
- *nix:
source ./venv/bin/activate
Start bot
place_cz_bot -u "USERNAME" "PASSWORD"
The bot supports multiple users:
place_cz_bot -u "USERNAME1" "PASSWORD1" -u "USERNAME2" "PASSWORD2"
Requirements
- Python >= 3.8
- NumPy
- Matplotlib
- Rich
- aiohttp
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
place_cz_bot-1.0.1.tar.gz
(10.3 kB
view details)
Built Distribution
File details
Details for the file place_cz_bot-1.0.1.tar.gz
.
File metadata
- Download URL: place_cz_bot-1.0.1.tar.gz
- Upload date:
- Size: 10.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 358b4b76ccc8e5bca3b0c32e80c44d49ef4e5f106c7644fd8041995d6915e2ef |
|
MD5 | adef72788cb4511228b7ac777fa36aa2 |
|
BLAKE2b-256 | f66e0d2259e001d664695b3fc5aa39efeadcd00696c68fa56a9438ef81a8e8d4 |
File details
Details for the file place_cz_bot-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: place_cz_bot-1.0.1-py3-none-any.whl
- Upload date:
- Size: 10.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6ffeb222b74ed00f2e261a20590e1907421eef137282dd0a8ba95b7cf1b2cd6e |
|
MD5 | 10cdb984832235a83908a0ea3d7fe026 |
|
BLAKE2b-256 | 5e5711528e52c34bf5a612fd7608a6e8ac9e52a9f351f6d9135f627a2a032871 |