MCPcopy
hub / github.com/elebumm/RedditVideoMakerBot

github.com/elebumm/RedditVideoMakerBot @3.4.0 sqlite

repository ↗ · DeepWiki ↗ · release 3.4.0 ↗
131 symbols 565 edges 35 files 33 documented · 25%
README

Reddit Video Maker Bot 🎥

All done WITHOUT video editing or asset compiling. Just pure ✨programming magic✨.

Created by Lewis Menelaws & TMRRW

Video Explainer

lewisthumbnail

Motivation 🤔

These videos on TikTok, YouTube and Instagram get MILLIONS of views across all platforms and require very little effort. The only original thing being done is the editing and gathering of all materials...

... but what if we can automate that process? 🤔

Disclaimers 🚨

  • At the moment, this repository won't attempt to upload this content through this bot. It will give you a file that you will then have to upload manually. This is for the sake of avoiding any sort of community guideline issues.

Requirements

  • Python 3.10
  • Playwright (this should install automatically in installation)

Installation 👩‍💻

  1. Clone this repository: sh git clone https://github.com/elebumm/RedditVideoMakerBot.git cd RedditVideoMakerBot

  2. Create and activate a virtual environment:

    • On Windows: sh python -m venv ./venv .\venv\Scripts\activate
    • On macOS and Linux: sh python3 -m venv ./venv source ./venv/bin/activate
  3. Install the required dependencies: sh pip install -r requirements.txt

  4. Install Playwright and its dependencies: sh python -m playwright install python -m playwright install-deps


EXPERIMENTAL!!!!

  • On macOS and Linux (Debian, Arch, Fedora, CentOS, and based on those), you can run an installation script that will automatically install steps 1 to 3. (requires bash)
  • bash <(curl -sL https://raw.githubusercontent.com/elebumm/RedditVideoMakerBot/master/install.sh)
  • This can also be used to update the installation

  1. Run the bot: sh python main.py

  2. Visit the Reddit Apps page, and set up an app that is a "script". Paste any URL in the redirect URL field, for example: https://jasoncameron.dev.

  3. The bot will prompt you to fill in your details to connect to the Reddit API and configure the bot to your liking.

  4. Enjoy 😎

  5. If you need to reconfigure the bot, simply open the config.toml file and delete the lines that need to be changed. On the next run of the bot, it will help you reconfigure those options.

(Note: If you encounter any errors installing or running the bot, try using python3 or pip3 instead of python or pip.)

For a more detailed guide about the bot, please refer to the documentation.

Video

https://user-images.githubusercontent.com/66544866/173453972-6526e4e6-c6ef-41c5-ab40-5d275e724e7c.mp4

Contributing & Ways to improve 📈

In its current state, this bot does exactly what it needs to do. However, improvements can always be made!

I have tried to simplify the code so anyone can read it and start contributing at any skill level. Don't be shy :) contribute!

  • [ ] Creating better documentation and adding a command line interface.
  • [x] Allowing the user to choose background music for their videos.
  • [x] Allowing users to choose a reddit thread instead of being randomized.
  • [x] Allowing users to choose a background that is picked instead of the Minecraft one.
  • [x] Allowing users to choose between any subreddit.
  • [x] Allowing users to change voice.
  • [x] Checks if a video has already been created
  • [x] Light and Dark modes
  • [x] NSFW post filter

Please read our contributing guidelines for more detailed information.

For any questions or support join the Discord server

Developers and maintainers.

Elebumm (Lewis#6305) - https://github.com/elebumm (Founder)

Jason Cameron - https://github.com/JasonLovesDoggo (Maintainer)

Simon (OpenSourceSimon) - https://github.com/OpenSourceSimon

CallumIO (c.#6837) - https://github.com/CallumIO

Verq (Verq#2338) - https://github.com/CordlessCoder

LukaHietala (Pix.#0001) - https://github.com/LukaHietala

Freebiell (Freebie#3263) - https://github.com/FreebieII

Aman Raza (electro199#8130) - https://github.com/electro199

Cyteon (cyteon) - https://github.com/cyteon

LICENSE

Roboto Fonts are licensed under Apache License V2

Core symbols most depended-on inside this repo

print_substep
called by 47
utils/console.py
print_step
called by 24
utils/console.py
get_check_value
called by 10
utils/settings.py
process_text
called by 6
TTS/engine_wrapper.py
extract_id
called by 5
utils/id.py
sanitize_text
called by 5
utils/voice.py
call_tts
called by 5
TTS/engine_wrapper.py
print_markdown
called by 4
utils/console.py

Shape

Function 74
Method 38
Class 10
Route 9

Languages

Python100%

Modules by API surface

GUI.py19 symbols
video_creation/final_video.py14 symbols
utils/gui_utils.py8 symbols
TTS/engine_wrapper.py8 symbols
TTS/TikTok.py8 symbols
video_creation/background.py6 symbols
utils/settings.py6 symbols
utils/console.py5 symbols
TTS/openai_tts.py5 symbols
TTS/elevenlabs.py5 symbols
utils/ffmpeg_install.py4 symbols
TTS/streamlabs_polly.py4 symbols

Dependencies from manifests, versioned

Flask3.1.1 · 1×
boto31.36.8 · 1×
botocore1.36.8 · 1×
clean-text0.6.0 · 1×
elevenlabs1.57.0 · 1×
ffmpeg-python0.2.0 · 1×
gTTS2.5.4 · 1×
moviepy2.2.1 · 1×
playwright1.49.1 · 1×
praw7.8.1 · 1×
pyttsx32.98 · 1×
requests2.32.3 · 1×

For agents

$ claude mcp add RedditVideoMakerBot \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact