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

devRant-Community/random-quote-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cd6b5eb · Sep 19, 2023

History

41 Commits
Nov 24, 2017
Dec 7, 2017
Apr 21, 2017
Sep 19, 2023
Nov 29, 2017
Nov 29, 2017
Dec 7, 2017
Sep 19, 2023
Sep 19, 2023
Dec 7, 2017

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