Claude
cd9f9f5b40
feat: replace Reddit API with no-OAuth scraper
...
Major changes:
- Remove PRAW dependency and Reddit API credentials
- Add no-OAuth Reddit scraper using public .json endpoints
- No Reddit API keys required - simpler setup!
New scraper features:
- Uses Reddit's public .json endpoints (www.reddit.com/r/subreddit.json)
- Configurable rate limiting via request_delay setting
- Automatic retry with exponential backoff
- Fetches posts and comments without authentication
Files changed:
- reddit/scraper.py (new) - No-OAuth Reddit scraper
- reddit/subreddit.py - Updated to use scraper instead of PRAW
- requirements.txt - Removed praw dependency
- utils/.config.template.toml - Removed Reddit credentials
- config.example.toml - Updated with scraper settings
- docker-entrypoint.sh - Updated for no-auth setup
- docker-compose.yml - Removed Reddit credential env vars
- main.py - Updated exception handling
Limitations:
- Subject to Reddit's rate limiting (configurable delay)
- ~1000 post cap per subreddit listing
- Some comments may be missing in large threads
https://claude.ai/code/session_01HLLH3WjpmRzvaoY6eYSFAD
4 days ago
Claude
94d8e45cf7
feat: integrate Qwen3 TTS and add progress GUI
...
Major changes:
- Add Qwen3 TTS provider with authentication support
- Remove local pyttsx3 TTS (replaced with cloud TTS)
- Add real-time progress GUI with WebSocket updates
- Comprehensive Docker setup with docker-compose
- Updated README with new documentation
New features:
- Qwen TTS: Supports multiple speakers and languages
- Progress GUI: Live step-by-step tracking at http://localhost:5000
- Docker: Full containerization with environment variables
- Config: Example config file for easy setup
Files added:
- TTS/qwen_tts.py - Qwen3 TTS provider
- progress_gui.py - Flask/SocketIO progress server
- utils/progress.py - Progress tracking module
- GUI/progress.html - Progress dashboard template
- GUI/static/css/progress.css - Progress GUI styles
- GUI/static/js/progress.js - WebSocket client
- docker-compose.yml - Docker orchestration
- docker-entrypoint.sh - Container startup script
- config.example.toml - Example configuration
https://claude.ai/code/session_01HLLH3WjpmRzvaoY6eYSFAD
4 days ago
Jason Cameron
902ff00cb0
chore: release 3.4.0 ( #2426 )
...
Co-authored-by: Jason Cameron <git@jasoncameron.dev>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: RequieMa <57754488+RequieMa@users.noreply.github.com>
Co-authored-by: prafful <praffulsharma1230@gmail.com>
Co-authored-by: M. Sanaullah <thebolly@gmail.com>
Co-authored-by: embee <emilien.bev.com@gmail.com>
Co-authored-by: Rodrigo <55567123+rodrigodasilv@users.noreply.github.com>
Co-authored-by: Emilien Bevierre <44171454+emilienbev@users.noreply.github.com>
Co-authored-by: tkhmielnitzky <tkhmielnitzky@gmail.com>
Co-authored-by: bnfone <89687390+bnfone@users.noreply.github.com>
Co-authored-by: Cyteon <129582290+Cyteon@users.noreply.github.com>
3 months ago
Jason Cameron
e74655a552
chore: Update readme
...
Remove my discord due to too much DM spam
9 months ago
Jason
5d2b6e0b29
CHORE: removed some unused comments
...
+ Shameless plugging.
2 years ago
Cyteon
128953c69a
fix invite link, and add myself as maintainer
2 years ago
Jason Cameron
cb68e84e25
Update broken discord url
2 years ago
Jason Cameron
607e1fd451
Update my discord
2 years ago
Simon
0ea74e43f1
Version 3.2
...
The RedditVideoMakerBot has been updated to version 3.2, bringing exciting new features and bug fixes. Introducing **ElevenLabs TTS** for high-quality audio. Enjoy **background audio** and **random voices per comment**. Run the bot with one click using the **bat file**. Use the **zoom setting** for bigger text. Bug fixes include video downloader improvements, random story mode fix, updated dependencies, code optimizations, text size adjustments, enhanced Reddit credentials validation, and translator fixes. Enjoy the new features and **thanks to all contributors**!
3 years ago
Simon
16f6a122a0
Update Discord link
3 years ago
Simon
576e208eb7
Update README
...
Add electro199 to developers and added fonts license
3 years ago
Simon
903dc3476f
Add Simon to the developers and maintainers section
3 years ago
LukachoLombardi
3a03a7d97b
Patch 1 ( #1372 )
...
* Update README.md (#1305 )
* Update pillow requirement from ~=9.1.1 to ~=9.3.0
Updates the requirements on [pillow](https://github.com/python-pillow/Pillow ) to permit the latest version.
- [Release notes](https://github.com/python-pillow/Pillow/releases )
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst )
- [Commits](https://github.com/python-pillow/Pillow/compare/9.1.1...9.3.0 )
---
updated-dependencies:
- dependency-name: pillow
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update README.md
match statement in subreddit.py (line 44) requires python 3.10
* Update README.md
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jacoboleary <66446252+Jacoboleary@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jason <jasoncameron.all@gmail.com>
Co-authored-by: Simon <65854503+OpenSourceSimon@users.noreply.github.com>
3 years ago
NoFailer
fa2d048625
Merge branch 'develop' into patch-1
3 years ago
Freebie
6b2f577121
Changed Discord Discriminator
3 years ago
Jason
e8bec938fa
Merge pull request #1140 from StopmotionSimonYT/documentationURL
...
Documentation url
4 years ago
Jason
c10a5d3c2f
fixed 71c317da23 by removing match usage (3.10+ only)
...
optimized imports
4 years ago
Simon
1be0f36f86
Changed documentation URL in README
4 years ago
Jason
b48e6c7f85
Merge pull request #1097 from elebumm/LukaHietala-patch-1
...
Added link to docs
4 years ago
Luka Hietala
31d5f421eb
Update README.md
4 years ago
Jason
03fae9e4a9
Merge pull request #1003 from RocketNinja15/patch-1
...
Documentation for Reddit Script Instructions
4 years ago
RocketNinja15
18e5727859
Update README.md
4 years ago
RocketNinja15
5920f0d773
Documentation for Reddit Script Instructions
4 years ago
Jason
7ef9bb2747
sugarcoated README.md
4 years ago
Jason
1d3410646d
readme: re-added Freebie
4 years ago
Callum Leslie
6808345f41
Merge pull request #856 from micziz/master
...
Add an install script
4 years ago
micziz
6c17f5486a
Fix repo
4 years ago
Jason
c22856271c
fix: removed duplicate func call
...
docs: added verq to the devs
4 years ago
Callum Leslie
869bfd874a
docs: clarify config in readme
4 years ago
micziz
c3544bf64e
Final fix in readme
4 years ago
micziz
74387ef873
Modify readme
4 years ago
Jason
8440a20eb3
Merge pull request #817 from B1GJ/master
...
Script uses removeprefix() which was only added in python 3.9
4 years ago
CordlessCoder
7ee2297983
Fix installation guide
4 years ago
Jarno Reynaert
2e30c2e735
Script uses removeprefix() which was only added in python 3.9
4 years ago
CordlessCoder
7d0d4d0573
Update README.md
4 years ago
LevaniVashadze
e7d19402c7
python version update to python 3.7
...
playwright needs python 3.7+ as seen here https://playwright.dev/python/docs/intro#system-requirements
Getting started | Playwright Python
4 years ago
Callum Leslie
aed514081d
Remove sox dependency
4 years ago
CJthisis
eef5ca32aa
Sox and Path variables
...
Many people seem to have problems with SoX and the associated path variables, this would (hopefully) fix the issue.
4 years ago
Jason
99978b1cf1
fixed readme as seen in #556
4 years ago
Avin-T
173311b1d4
Fixed README typo
4 years ago
Lewis Menelaws
a07d18d847
Merge branch 'master' into develop
4 years ago
Jason
b8c6ae2dc1
added luke's chanmges
4 years ago
Owen Gaspard
5dd3c2fe9c
Fix broken TMRRW logo
...
Add href to TMRRW logo to properly redirect without other characters displaying
4 years ago
Lewis Menelaws
c0a3475d31
Update README.md
4 years ago
Jason
8690cdd580
Update README.md
...
fix: updated example video
4 years ago
Lewis Menelaws
439a257a53
Merge branch 'develop' into pr/ProjectSlxsh/418
4 years ago
Jason
1f0af1c20b
Update README.md
...
Shamelessly added myself to the developers
4 years ago
Jason
00809ef962
docs: reverted readme changes
4 years ago
Jason
488971cfdb
Update README.md
...
Finger broken
4 years ago
Maciej Budzyński
30ebd6051c
Video for Readme
...
Closes !68
4 years ago