https://github.com/jongan69/redbubble_uploader
A Selenium ChromeDriver Script for automatically uploading art and memes alike to Redbubble as merch
https://github.com/jongan69/redbubble_uploader
bot chrome selenium selenium-webdriver webdriver
Last synced: 9 months ago
JSON representation
A Selenium ChromeDriver Script for automatically uploading art and memes alike to Redbubble as merch
- Host: GitHub
- URL: https://github.com/jongan69/redbubble_uploader
- Owner: jongan69
- Created: 2021-09-29T00:57:31.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-03T20:33:36.000Z (about 2 years ago)
- Last Synced: 2024-05-03T21:42:51.927Z (about 2 years ago)
- Topics: bot, chrome, selenium, selenium-webdriver, webdriver
- Language: Python
- Homepage:
- Size: 49.6 MB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Redbubble_Uploader
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](https://www.redbubble.com/portfolio/images/new).
## How to use?
1. `pip3 install -r ./requirements.txt` to Install [Selenium](https://selenium-python.readthedocs.io/), [Chrome Driver](https://chromedriver.chromium.org/downloads) and [Python](https://www.python.org/downloads/).
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)