Coder Social home page Coder Social logo

rhsebregts / vreddit-download-bot Goto Github PK

View Code? Open in Web Editor NEW

This project forked from johannespertl/reddit-video-download-bot

0.0 0.0 0.0 115 KB

A reddit bot that uploads Videos hosted on v.redd.it elsewhere to make sharing and downloading easier

License: MIT License

Python 100.00%

vreddit-download-bot's Introduction

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 video hosted on Reddit, 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 an app here

  • Fill in the bot configuration in config.yaml

  • Install the requirements

    pip3 install -r requirements.txt
    

Running the bot

python3 -i bot.py

Start automatically at reboot

To start the bot automatically in the background on Linux, add a cronjob with

crontab -e

and add this line (replace with path to your local repository)

@reboot python3 <path>/bot.py &>> /dev/null

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/SomeFeature)
  3. Commit your Changes (git commit -m 'Add some Feature')
  4. Push to the Branch (git push origin feature/SomeFeature)
  5. Open a Pull Request

License

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

Contact

[email protected]

Acknowledgements

Special thanks to the owners of www.ripsave.com and www.lew.la, who very kindly let me use their services!

vreddit-download-bot's People

Contributors

johannespertl avatar synapsensalat avatar alanyee avatar krishnaprasanthg avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.