What should we band together to create on r/place?

Post links to the SRS and GRS disasters thread, and the tranny sideshows on social media thread.
Here's a preview of that:
qr.png
I'm not sure though, it could do nothing but encourage the path.net attacks.
Also I discovered this:
It would be great if any of you broke down how to install and make easy to follow steps since I doubt any of us know how to use python.
 
It would be great if any of you broke down how to install and make easy to follow steps since I doubt any of us know how to use python.

How to Get App Client ID and App Secret Key​

You need to generate an app client id and app secret key in order to use this script.

Steps:

  1. Visit https://www.reddit.com/prefs/apps
  2. Click "create (another) app" button at very bottom
  3. Select the "script" option and fill in the fields with anything

Python Package Requirements​

Install requirements from 'requirements.txt' file.

pip3 install -r requirements.txt

Get Started​

Create a file called '.env'

Put in the following content:

ENV_PLACE_USERNAME='["developer_username"]'
ENV_PLACE_PASSWORD='["developer_password"]'
ENV_PLACE_APP_CLIENT_ID='["app_client_id"]'
ENV_PLACE_SECRET_KEY='["app_secret_key"]'
ENV_DRAW_X_START="x_position_start_integer"
ENV_DRAW_Y_START="y_position_start_integer"
ENV_R_START='["0"]'
ENV_C_START='["0"]'
  • ENV_PLACE_USERNAME is the username of the developer account
  • ENV_PLACE_PASSWORD is the password of the developer account
  • ENV_PLACE_APP_CLIENT_ID is the client id for the app / script registered with Reddit
  • ENV_PLACE_SECRET_KEY is the secret key for the app / script registered with Reddit
  • ENV_DRAW_X_START specifies the x position to draw the image on the r/place canvas
  • ENV_DRAW_Y_START specifies the y position to draw the image on the r/place canvas
  • ENV_R_START specifies which x position of the original image to start at while drawing it
  • ENV_C_START specifies which y position of the original image to start at while drawing it
Note: Multiple fields can be passed into the arrays to spawn a thread for each one.

Change image.jpg to specify what image to draw. One pixel is drawn every 5 minutes and only jpeg images are supported.

Run the Script​

python3 main.py
 

How to Get App Client ID and App Secret Key​

You need to generate an app client id and app secret key in order to use this script.

Steps:

  1. Visit https://www.reddit.com/prefs/apps
  2. Click "create (another) app" button at very bottom
  3. Select the "script" option and fill in the fields with anything

Python Package Requirements​

Install requirements from 'requirements.txt' file.

pip3 install -r requirements.txt

Get Started​

Create a file called '.env'

Put in the following content:

ENV_PLACE_USERNAME='["developer_username"]'
ENV_PLACE_PASSWORD='["developer_password"]'
ENV_PLACE_APP_CLIENT_ID='["app_client_id"]'
ENV_PLACE_SECRET_KEY='["app_secret_key"]'
ENV_DRAW_X_START="x_position_start_integer"
ENV_DRAW_Y_START="y_position_start_integer"
ENV_R_START='["0"]'
ENV_C_START='["0"]'
  • ENV_PLACE_USERNAME is the username of the developer account
  • ENV_PLACE_PASSWORD is the password of the developer account
  • ENV_PLACE_APP_CLIENT_ID is the client id for the app / script registered with Reddit
  • ENV_PLACE_SECRET_KEY is the secret key for the app / script registered with Reddit
  • ENV_DRAW_X_START specifies the x position to draw the image on the r/place canvas
  • ENV_DRAW_Y_START specifies the y position to draw the image on the r/place canvas
  • ENV_R_START specifies which x position of the original image to start at while drawing it
  • ENV_C_START specifies which y position of the original image to start at while drawing it
Note: Multiple fields can be passed into the arrays to spawn a thread for each one.

Change image.jpg to specify what image to draw. One pixel is drawn every 5 minutes and only jpeg images are supported.

Run the Script​

python3 main.py
I said EASY TO FOLLOW
 
OK...well go to that website and make the app id thing. Open notepad and create a new file named '.env', copy and paste that big list of shit into the file, this part

ENV_PLACE_USERNAME='["developer_username"]'
ENV_PLACE_PASSWORD='["developer_password"]'
ENV_PLACE_APP_CLIENT_ID='["app_client_id"]'
ENV_PLACE_SECRET_KEY='["app_secret_key"]'
ENV_DRAW_X_START="x_position_start_integer"
ENV_DRAW_Y_START="y_position_start_integer"
ENV_R_START='["0"]'
ENV_C_START='["0"]'

Change developer username and password to whatever you set up for the app ID, app_client_id gets changed to the ID, secret key with the secret key, x and y are coordinates on the screen, the top left corner is probably x=0, y=0, leave r and c as zero. Save the file in the same folder as the script shit' Save your image as image.jpg and save it where the file named image.jpg is in the repository. If you don't have Python, download it and install it. Open a terminal window/command prompt or whatever on windows, go to the folder you downloaded the script shit into.

Type: pip3 install -r requirements.txt

Then type: python3 main.py

Hmm looking at the script, it would be pretty easy to change it so it accepts an image from a path instead, or defaults to that one...maybe I should change it and submit a pr.
 
Last edited:
Alright, let's try and pick one:
Furfag Subreddit: (894-929, 71-114) big subreddit, though it's only a few pixels.
Tranny thing: (966-999, 859-885) barely ever touched. Pure gold
Why would you want to use Reddit more than you must?
Because it's fun to see lolcows cry.
 
Back