This is the source code for a Reddit bot that adds information to video links.
Often video links are used with little context and may result in a risky click.
Users can decide if the video is worth watching based on the added information.
- vidBot searches for comments containing his name and a links.
- If no url is found, he will try to use the submission link.
- He will then answer with the formatted video information.
- Python 2.7
- The latest version of praw (available via pip)
- youtube-dl (available via pip)
- Copy the file
config_sample.cfg
toconfig_real.cfg
. - Follow the directions within the config to setup the new bot.
The bot is licensed under GPL v3 with the following stipulations. Please view the license file in docs/LICENSE
Based on the work of JiffyBot, by Nathan Hakkakzadeh and John O'Reilly