[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-70968":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":9,"language":10,"languages":9,"totalLinesOfCode":9,"stars":11,"forks":12,"watchers":13,"openIssues":14,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":15,"forks30d":15,"starsTrendScore":19,"compositeScore":20,"rankGlobal":9,"rankLanguage":9,"license":21,"archived":22,"fork":22,"defaultBranch":23,"hasWiki":24,"hasPages":22,"topics":25,"createdAt":9,"pushedAt":9,"updatedAt":26,"readmeContent":27,"aiSummary":28,"trendingCount":15,"starSnapshotCount":15,"syncStatus":29,"lastSyncTime":30,"discoverSource":31},70968,"RedditVideoMakerBot","elebumm\u002FRedditVideoMakerBot","elebumm","Create Reddit Videos with just✨ one command ✨",null,"Python",12428,2894,115,18,0,14,51,705,42,120,"GNU General Public License v3.0",false,"master",true,[],"2026-06-12 04:00:58","# Reddit Video Maker Bot 🎥\n\nAll done WITHOUT video editing or asset compiling. Just pure ✨programming magic✨.\n\nCreated by Lewis Menelaws & [TMRRW](https:\u002F\u002Ftmrrwinc.ca)\n\n\u003Ca target=\"_blank\" href=\"https:\u002F\u002Ftmrrwinc.ca\">\n\u003Cpicture>\n  \u003Csource media=\"(prefers-color-scheme: dark)\" srcset=\"https:\u002F\u002Fuser-images.githubusercontent.com\u002F6053155\u002F170528535-e274dc0b-7972-4b27-af22-637f8c370133.png\">\n  \u003Csource media=\"(prefers-color-scheme: light)\" srcset=\"https:\u002F\u002Fuser-images.githubusercontent.com\u002F6053155\u002F170528582-cb6671e7-5a2f-4bd4-a048-0e6cfa54f0f7.png\">\n  \u003Cimg src=\"https:\u002F\u002Fuser-images.githubusercontent.com\u002F6053155\u002F170528582-cb6671e7-5a2f-4bd4-a048-0e6cfa54f0f7.png\" width=\"350\">\n\u003C\u002Fpicture>\n\n\u003C\u002Fa>\n\n## Video Explainer\n\n[![lewisthumbnail](https:\u002F\u002Fuser-images.githubusercontent.com\u002F6053155\u002F173631669-1d1b14ad-c478-4010-b57d-d79592a789f2.png)\n](https:\u002F\u002Fwww.youtube.com\u002Fwatch?v=3gjcY_00U1w)\n\n## Motivation 🤔\n\nThese videos on TikTok, YouTube and Instagram get MILLIONS of views across all platforms and require very little effort.\nThe only original thing being done is the editing and gathering of all materials...\n\n... but what if we can automate that process? 🤔\n\n## Disclaimers 🚨\n\n- **At the moment**, this repository won't attempt to upload this content through this bot. It will give you a file that\n  you will then have to upload manually. This is for the sake of avoiding any sort of community guideline issues.\n\n## Requirements\n\n- Python 3.10\n- Playwright (this should install automatically in installation)\n\n## Installation 👩‍💻\n\n1. Clone this repository:\n    ```sh\n    git clone https:\u002F\u002Fgithub.com\u002Felebumm\u002FRedditVideoMakerBot.git\n    cd RedditVideoMakerBot\n    ```\n\n2. Create and activate a virtual environment:\n    - On **Windows**:\n        ```sh\n        python -m venv .\u002Fvenv\n        .\\venv\\Scripts\\activate\n        ```\n    - On **macOS and Linux**:\n        ```sh\n        python3 -m venv .\u002Fvenv\n        source .\u002Fvenv\u002Fbin\u002Factivate\n        ```\n\n3. Install the required dependencies:\n    ```sh\n    pip install -r requirements.txt\n    ```\n\n4. Install Playwright and its dependencies:\n    ```sh\n    python -m playwright install\n    python -m playwright install-deps\n    ```\n\n---\n\n**EXPERIMENTAL!!!!**\n\n   - 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)\n   - `bash \u003C(curl -sL https:\u002F\u002Fraw.githubusercontent.com\u002Felebumm\u002FRedditVideoMakerBot\u002Fmaster\u002Finstall.sh)`\n   - This can also be used to update the installation\n\n---\n\n5. Run the bot:\n    ```sh\n    python main.py\n    ```\n\n6. Visit [the Reddit Apps page](https:\u002F\u002Fwww.reddit.com\u002Fprefs\u002Fapps), and set up an app that is a \"script\". Paste any URL in the redirect URL field, for example: `https:\u002F\u002Fjasoncameron.dev`.\n\n7. The bot will prompt you to fill in your details to connect to the Reddit API and configure the bot to your liking.\n\n8. Enjoy 😎\n\n9. 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.\n\n(Note: If you encounter any errors installing or running the bot, try using `python3` or `pip3` instead of `python` or `pip`.)\n\nFor a more detailed guide about the bot, please refer to the [documentation](https:\u002F\u002Freddit-video-maker-bot.netlify.app\u002F).\n\n## Video\n\nhttps:\u002F\u002Fuser-images.githubusercontent.com\u002F66544866\u002F173453972-6526e4e6-c6ef-41c5-ab40-5d275e724e7c.mp4\n\n## Contributing & Ways to improve 📈\n\nIn its current state, this bot does exactly what it needs to do. However, improvements can always be made!\n\nI have tried to simplify the code so anyone can read it and start contributing at any skill level. Don't be shy :) contribute!\n\n- [ ] Creating better documentation and adding a command line interface.\n- [x] Allowing the user to choose background music for their videos.\n- [x] Allowing users to choose a reddit thread instead of being randomized.\n- [x] Allowing users to choose a background that is picked instead of the Minecraft one.\n- [x] Allowing users to choose between any subreddit.\n- [x] Allowing users to change voice.\n- [x] Checks if a video has already been created\n- [x] Light and Dark modes\n- [x] NSFW post filter\n\nPlease read our [contributing guidelines](CONTRIBUTING.md) for more detailed information.\n\n### For any questions or support join the [Discord](https:\u002F\u002Fdiscord.gg\u002FqfQSx45xCV) server\n\n## Developers and maintainers.\n\nElebumm (Lewis#6305) - https:\u002F\u002Fgithub.com\u002Felebumm (Founder)\n\nJason Cameron - https:\u002F\u002Fgithub.com\u002FJasonLovesDoggo (Maintainer)\n\nSimon (OpenSourceSimon) - https:\u002F\u002Fgithub.com\u002FOpenSourceSimon\n\nCallumIO (c.#6837) - https:\u002F\u002Fgithub.com\u002FCallumIO\n\nVerq (Verq#2338) - https:\u002F\u002Fgithub.com\u002FCordlessCoder\n\nLukaHietala (Pix.#0001) - https:\u002F\u002Fgithub.com\u002FLukaHietala\n\nFreebiell (Freebie#3263) - https:\u002F\u002Fgithub.com\u002FFreebieII\n\nAman Raza (electro199#8130) - https:\u002F\u002Fgithub.com\u002Felectro199\n\nCyteon (cyteon) - https:\u002F\u002Fgithub.com\u002Fcyteon\n\n\n## LICENSE\n[Roboto Fonts](https:\u002F\u002Ffonts.google.com\u002Fspecimen\u002FRoboto\u002Fabout) are licensed under [Apache License V2](https:\u002F\u002Fwww.apache.org\u002Flicenses\u002FLICENSE-2.0)\n","RedditVideoMakerBot 是一个使用 Python 编写的工具，能够通过一条命令自动生成 Reddit 视频。其核心功能在于无需手动编辑视频或整理素材，完全依赖编程实现自动化处理，极大简化了内容创作流程。项目利用 Playwright 进行网页操作，并要求 Python 3.10 环境支持。该工具非常适合希望快速生成基于 Reddit 内容的视频创作者，在社交媒体平台上分享以吸引更多观众。需要注意的是，目前此工具不包含自动上传功能，用户需自行上传生成的文件。",2,"2026-06-11 03:35:12","high_star"]