All Projects → HakierGrzonzo → Reddit2YouTube

HakierGrzonzo / Reddit2YouTube

Licence: MIT License
Convert reddit posts to YT videos

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Reddit2YouTube

fresh script
Find Spotify tracks posted to the HipHopHeads subreddit and add them to a Spotify playlist.
Stars: ✭ 69 (+305.88%)
Mutual labels:  reddit
Reddit-Wallpaper
Tool to download and automatically set a random wallpaper from reddit
Stars: ✭ 37 (+117.65%)
Mutual labels:  reddit
RepostCheckerBot
Bot for checking reposts on reddit
Stars: ✭ 36 (+111.76%)
Mutual labels:  reddit
cryptosub
Track 170+ cryptocurrency subreddits, view most popular coins, activity trends, most frequent words, and more
Stars: ✭ 37 (+117.65%)
Mutual labels:  reddit
safe-search
Sets the built-in adult content filter (most often: safe search) on Google, YouTube, Bing, Yahoo, DuckDuckGo, Startpage, Dogpile, Yandex, Vimeo, Reddit, Ecosia, Dailymotion, Qwant, and Patreon.
Stars: ✭ 16 (-5.88%)
Mutual labels:  reddit
Multithreaded-Reddit-Image-Downloader
Does exactly what it says on the tin.
Stars: ✭ 38 (+123.53%)
Mutual labels:  reddit
Mongit
💾 Mongo-esque Reddit-based Database!
Stars: ✭ 20 (+17.65%)
Mutual labels:  reddit
subreddit-css
used for /r/web_design and /r/graphic_design
Stars: ✭ 44 (+158.82%)
Mutual labels:  reddit
reddit-hot-recorder
Records the activity (comments and karma) on the hot page of a Reddit sub and prepare an animated data visualisation.
Stars: ✭ 89 (+423.53%)
Mutual labels:  reddit
Plebeian
A simple client for Reddit created using the Flutter framework
Stars: ✭ 38 (+123.53%)
Mutual labels:  reddit
ARAW
The Android Reddit API Wrapper
Stars: ✭ 75 (+341.18%)
Mutual labels:  reddit
schmeckle bot
Reddit Bot for converting Rick & Morty Schmeckles to USD
Stars: ✭ 24 (+41.18%)
Mutual labels:  reddit
RedditDownloaderBot
A reddit downloader telegram bot
Stars: ✭ 32 (+88.24%)
Mutual labels:  reddit
TwitterSearch2Gephi
This windows CLI app lets you collect data from twitter via REST API and convert it into a CSV data set that can be used with Gephi. Other social networks (Reddit, Youtube, WWW) are also supported.
Stars: ✭ 21 (+23.53%)
Mutual labels:  reddit
holo
Episode discussion bot for /r/anime.
Stars: ✭ 84 (+394.12%)
Mutual labels:  reddit
reddit-clone
A reddit clone written using node.js / express.js / mongodb / passport.js. https://seiya-beddit.herokuapp.com/
Stars: ✭ 84 (+394.12%)
Mutual labels:  reddit
sneakpeek
Reddit bot to preview and post hyperlinks as comments
Stars: ✭ 60 (+252.94%)
Mutual labels:  reddit
Glance
Another client for Reddit, but this time, it's not just a client. It's a different way of browsing photos, GIFs, memes and other things there!
Stars: ✭ 104 (+511.76%)
Mutual labels:  reddit
ScreencapToTextBot
Reddit bot that takes the screencap of a conversation and converts it in reddit formatted text
Stars: ✭ 12 (-29.41%)
Mutual labels:  reddit
alfred-ask-create-share
Alfred workflow for creating web submissions (Stack Exchange, Forums and more)
Stars: ✭ 30 (+76.47%)
Mutual labels:  reddit

Reddit2YouTube

  • Are you killing yourself with taking screenshots of reddit posts?
  • Do you want to AUTOMATE the content stealing process?

Then this somewhat working thing is for you!

Features:

  • Downloads top Reddit posts from specified subreddit as a .json file
  • Automatically make slides with the text, ready to be inserted into your M$ MovieMaker timeline!
  • Just add music and voiceover!
  • Or just make the script read and show the slides to you [BETA]

Planned features:

  • Automatic Text to speech.
  • Repost and duplicate detector.
  • Automatic video generation.
  • Automatic Youtube uploading, or even streaming!

Known issues:

  • Some random characters in slides.
  • Errors due to some encoding errors.

How to use:

example implementation in Main.py just look at it

  1. Create fonts folder, put some fonts there, declare them like so:

DrawFrame.settings = DrawFrame.TextFrame(TitleFont = ImageFont.truetype("fonts/Futura Bold font.ttf", 35), TextFont = >ImageFont.truetype("fonts/Futura Light font.ttf", 35))

"""For more settings look in class declaration!"""

  1. Specify target subreddit (without r/), mode (hot, new, top etc) and limit (maximal number of posts) and fetch some stories using 'storyFetch.GetStories'
  2. Make some frames using 'DrawFrame.GenerateFrames'

Sample output:

https://imgur.com/yq0m6z7

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].