Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Here's a preview of that:Post links to the SRS and GRS disasters thread, and the tranny sideshows on social media thread.
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.
I said EASY TO FOLLOWHow 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:
- Visit https://www.reddit.com/prefs/apps
- Click "create (another) app" button at very bottom
- 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"]'
Note: Multiple fields can be passed into the arrays to spawn a thread for each one.
- 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
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
Because it's fun to see lolcows cry.Why would you want to use Reddit more than you must?