###Written by Mark Arneman "/u/m4rx"
This is a simple script written using the Slim Framework used to update r/dota2's sidebar with Dota 2 matches from the GosuGamers API. This is intended to be educational and instructional only, the script itself requires a private API key from GosuGamers in order to properly function.
# Install Composer
git clone https://github.com/bearlikelion/dotabot.git
composer install
cp .env.example .env
Edit the .env file for your configuration
Create a cronjob to process the index.php every 10 minutes.
*/10 * * * * php /srv/rdota2.com/index.php
- Stream Providers (twitch / douyutv)