Skip to content
A reddit bot that uploads Videos hosted on v.redd.it elsewhere to make sharing and downloading easier
Python
Branch: master
Clone or download

Latest commit

Latest commit 86c6754 May 28, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Update FUNDING.yml May 5, 2020
.gitignore Add .gitignore Mar 21, 2020
LICENSE Create LICENSE Aug 25, 2019
README.md Update README.md May 28, 2020
bot.py Catch and ignore NotFound exception outside process_message() May 25, 2020
config.yaml Update config.yaml May 25, 2020
requirements.txt Catch and ignore NotFound exception outside process_message() May 25, 2020

README.md

VredditDownloader

A bot for reddit that provides downloadable links for v.redd.it videos

Table of Contents

About The Project

Videos hosted on the social media platform www.reddit.com are nearly impossible to download, especially with sound. To make sharing easier, I decided to write my own bot that provides an easy way to download them.

Since 2018, I run it on my own Raspberry Pi at home.

Currently, the bot account is VredditDownloader.

Usage

If you just want a quick download link, mention "u/VredditDownloader" as a comment under any reddit post or link containing a video, or send a private message containing the link. The bot will reply within a few seconds.

You can find more info at the bot's reddit profile.

Getting Started

To host your own video download bot, follow these simple example steps.

Prerequisites

  • Python3
  • A Reddit Account

Installation

  • Clone the repo

    git clone https://github.com/JohannesPertl/vreddit-download-bot.git
    
  • Create a reddit app

  • Fill in the credentials in a praw.ini file

  • Fill in the bot configuration in config.yaml

  • Install the requirements

    pip install -r requirements.txt
    

License

Distributed under the MIT License. See LICENSE for more information.

Contact

johannes.pertl@edu.fh-joanneum.at

Acknowledgements

Special thanks to the owner of www.reddit.tube who very kindly lets me use their service!

You can’t perform that action at this time.