Skip to content

devRant-Community/random-quote-bot

Repository files navigation

random-quote-bot

License Quotes Score

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.

Requirements

  • PHP 5.6
  • A lot of energy and willpower

Directory Structure

.
├── 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