A script that keeps your Reddit Streak 🔥 alive ... yup it runs every day without you doing anything!
-
Setup environment variables following Environment Variables guide.
-
Build & run a docker container:
docker build -t image_name . docker run --env-file .env image_name
-
Copy the files and folder manually or using Git, and open it.
-
Setup environment variables following Environment Variables guide.
-
Run the following commands:
pip install -r src/requirements.txt # Installs necessary dependencies. playwright install --with-deps chromium # Installs chromium. python src/main.py # Runs the script.
Go to .env file and update all the variables as:
- EMAIL: Your reddit account email or username.
- PASS: Your reddit account password.
EMAIL=abc@gmail.com
PASS=abcdefghijk