ChannelBot is a simple bot that posts the latest videos from a certain set of channels to a certain set of subreddits. What's special about it is that most of it's configuration goes through reddit's PM system.
- Install PHP, on debian/ubuntu:
sudo apt-get install php5-cli curl libcurl3 libcurl3-dev php5-curl
On other distributions/platforms: google is your friend. - Install composer:
curl -sS https://getcomposer.org/installer | php
composer install
- Copy config.default.yaml to config.yaml
- Enter your settings. A API key to the Youtube Data API can be retrieved at Google's Developer Console Choose 'server key' and enter your current IP address. Make sure to enable 'Youtube Data API'
- Done. Start the bot with:
./bot