A devRant bot that posts random quotes every day!
Note This project was originally created by @skayo, but he has decided to transfer it to the devRant-Community organization.
- PHP 5.6
- A lot of energy and willpower
.
├── DevRant.php # Little helper class for accessing the devRant API
├── index.php # Executes random quote bot, used by cronjob
├── newYear.php # Executes new year bot, used by cronjob (new year message from @RandomQuote user)
├── newYearBot.php # Class for the new year bot (new year message from @RandomQuote user)
├── randomQuoteBot.php # Class for the random quote bot
├── .gitignore
├── LICENSE.md
└── README.md