jongan69 / Redbubble_Uploader

A Selenium ChromeDriver Script for automatically uploading art and memes alike to Redbubble as merch
9 stars 2 forks source link
bot chrome selenium selenium-webdriver webdriver

Redbubble_Uploader

__ . ___ ._ ____ ____ __ .__ ___
\
_
/ | | |/ / | |/ / _ _____ \_ \ | |/ |_ ____/ \ \
| | / ~ \ |_ \ | |_ \ | | /| / / | | < | ) / | \
| | \ Y / |/ \ | |/ \ | | | | \/ | \ | \ | \/ | \
|____| \
|_ /|/____ / |/____ / |__ /||_ /___ /__| \/_ /__| /
\/ \/ \/ \/ \/ \/ \/ \/ \/
__
__ _
__ __. _ __ _ ____ ____. .__
/ __
/__ _/___ \__ \ / \ / ____/ |/ | |\ \ / ____/ / \ _ / \ /_ \ _ ___/| \ \/ / | _ /
_ \ | | / | | __/ / /\ \ _ | < | |/ | \/ \ _ / \ / \ | _) | | / | \ | ) | |\ / | | | |
/ \ | | / | \ | / | \/ \ | | / | \ _\ \ / Y | \ | | / | \ | \ | |/ \ | | | |
/ / |____| \ /| __|_ / /__| __| /____ / __| /__ / || ___ / _ / |__//\ \ || |____| /\
\/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \
/ )/
____ _ __ _ ._ ___ . ____
/ \ / \/ _ /\ \ / | \ \ / | | |/ / \ \ / /| _____ \ _ ____/\ \
\ \/\/ / /\ | | / \ \// ~ \ | | / ~ \ |____ \ \ Y / | || | \ | ) / | \
\ / | \ | \ \
\ Y / | | \ Y / |/ \ \ / | || ` | \/ | \
__/\ /_| /__| ______ /\|_ / |_| \|_ /|/____ / _/ |_/___ / /\ /
\/ \/ \/ \/ \/ \/ \/ \/ \/

https://youtube.com/live/BkVkD8nb2LY?feature=share

A Selenium ChromeDriver Script for automatically uploading art and memes alike to Redbubble stickers as merchandise on Redbubble that also passes captcha

What is this?

This is a bot that uploads memes to redbubble.com.

How to use?

  1. pip3 install -r ./requirements.txt to Install Selenium, Chrome Driver and Python.

  2. Download this bot and add your login credentials and chrome driver path in the config.py file: A. Redbubble Email B. Redbubble Password C. Path to Chrome Webdriver (This was built using Brave Browser or Chromium 93)

  3. Place the memes you wish to upload in the specified directory.

  4. python3 app.py to Run the bot

  5. The bot will now automatically upload the memes to redbubble.com.

What does it do?

This bot will log in to your redbubble account and upload memes from the specified directory. It will automatically fill out the necessary fields such as tags, description and categories. It will also delete the meme from the directory once it is uploaded.

What does it not do?

This bot does not check for duplicates. It will upload the memes as is without any checks.

The bot will run up to 60 times before failure (Redbubble caps out number of uploads per day at 60)