Automate posting and hosting of rounds on /r/picturegame
Project description
Botterino
Botterino allows automation of hosting and posting of /r/picturegame coordinates rounds
When running botterino, if you win a round, your round will automatically be posted. It will reply with 'x' or '+correct' to any comments on your round automatically, with configurable tolerances.
Pre-requisites
- All the files you interact with will live in the botterino-config folder which is located:
- windows:
C:\\Documents and Settings\\<your username>\\botterino-config
- mac:
/Users/<your username/botterino-config
- linux:
~/botterino-config
These files are created for you the first time you run the bot
- windows:
- You must have Python installed on your computer
- Install the bot
- open a terminal or command prompt window and type the following command:
pip install botterino
- open a terminal or command prompt window and type the following command:
- You must create a Reddit app see
sample-praw.ini
for an example- Give app any name you choose, such as 'botterino'
- Choose 'script' as app type
- Fill in 'redirect URI' with
http://localhost:8080
(This is irrelevant but it's a required field) - Once created, you'll have a 'secret', copy/paste that as
client_secret
in botterino-config/praw.ini - You'll also have a less obvious client id, in the top left under the app name and the words 'personal use script' - copy/paste that into
client_id
in praw.ini
- Fill out the rest of 'praw.ini' with your Reddit username/password as well as anything you want for
user_agent
Usage
- add round(s) in botterino-config/rounds/rounds.yaml
- run with
python -m botterino
Normal hosting
Rounds are kept in the 'rounds/rounds.yaml' file, see 'sample.yaml' for some examples
Steps
- Add round(s) to 'rounds/rounds.yaml'
- Open a terminal or command prompt and type
python -m botterino
- Then all you have to do is win. Unil you win, botterino will do nothing
- When you win, the top round in rounds.yaml is posted as soon as you are approved to host
Any new rounds added to 'botterino-config/rounds/rounds.yaml' while the app is running will automatically be added to the queue, no need to restart. Once a round is complete, it will be moved to 'botterino-config/rounds/archive.yaml'.
Live rounds
Botterino can be used on a round that is already live
This is useful for cases where
- You post manually and decide you would like bot to host
- Bot posts for you but crashes during hosting
Steps
- Will use the top round in rounds.yaml
url
field should be omitted
- Run with
python -m botterino.failure
Misc
Update
Update this botterino with
pip install --upgrade botterino
Colors on windows
This botterino uses colorful output. If you see strange output like this on windows then download Windows terminal from the Microsoft store.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file botterino-0.0.4.tar.gz
.
File metadata
- Download URL: botterino-0.0.4.tar.gz
- Upload date:
- Size: 10.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2be5eee2c80e79b1f840e2c4c7878c9d95ea65b546830c01e69c8c13b18e023a |
|
MD5 | eff5a4e1dc25390d0b269c1b42d7342f |
|
BLAKE2b-256 | 20c8caada240842c8f2603a8cb74d395b43fb74f70d2de59ba858bcf0b4560af |
File details
Details for the file botterino-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: botterino-0.0.4-py3-none-any.whl
- Upload date:
- Size: 11.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c2aa581403333aa7db983db4467afe38571fa2adeb1b96c2dfd28fc369ab3606 |
|
MD5 | bdec612118da133e756e00e58f98d725 |
|
BLAKE2b-256 | 5566fe253a7560e726f7ff71e75496e9af743cf33b22b271044b7b1b3e4daad4 |