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 and usage
First install the package:
pip install place_cz_bot
... then run it ...
place_cz_bot -u reddit_username reddit_password
or if you have more than one account...
place_cz_bot -u uname_a pw_a -e uname_b pw_b
Dev 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.3.tar.gz
(10.9 kB
view details)
Built Distribution
File details
Details for the file place_cz_bot-1.0.3.tar.gz
.
File metadata
- Download URL: place_cz_bot-1.0.3.tar.gz
- Upload date:
- Size: 10.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 238cf70d1424b819b62e5a446f5b389533befabf519ab19198c74cbc27b544ef |
|
MD5 | 4f7a2a225832382b8976ccae9cba3f99 |
|
BLAKE2b-256 | 8a70319941e2af31761a859cd3fde7c2d055fbba43d31862d8e5e6f5cd6a5ef1 |
File details
Details for the file place_cz_bot-1.0.3-py3-none-any.whl
.
File metadata
- Download URL: place_cz_bot-1.0.3-py3-none-any.whl
- Upload date:
- Size: 11.0 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 | eac7d0e0c11dc72a59ad6886f1eff90ee7a8f2121a3564bcadd475aaf5b72e45 |
|
MD5 | 59c3de3557afdd4f1049de3f50a67427 |
|
BLAKE2b-256 | 9acfaafb6608dc57f4629a0dfa1dc626704f7e822e369de91953008e70440c0d |