GitHub - devRant-Community/random-quote-bot: A devRant bot that posts random quotes every day!

Skip to content

Navigation Menu

Sign in

Appearance settings

This repository was archived by the owner on Feb 7, 2025. It is now read-only.

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