devRant-Community / random-quote-bot

A devRant bot that posts random quotes every day!

Home Page:https://devrant.com/users/RandomQuote

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A devRant bot that posts random quotes every day!

https://devrant.com/users/RandomQuote

License:MIT License


Languages

Language:PHP 100.0%