Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devRant-Community/random-quote-bot
A devRant bot that posts random quotes every day!
https://github.com/devRant-Community/random-quote-bot
bot devrant random-quote-machine
Last synced: 3 months ago
JSON representation
A devRant bot that posts random quotes every day!
- Host: GitHub
- URL: https://github.com/devRant-Community/random-quote-bot
- Owner: devRant-Community
- License: mit
- Created: 2017-04-21T09:31:03.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2023-09-19T21:40:53.000Z (about 1 year ago)
- Last Synced: 2024-07-28T21:47:57.797Z (3 months ago)
- Topics: bot, devrant, random-quote-machine
- Language: PHP
- Homepage: https://devrant.com/users/RandomQuote
- Size: 118 KB
- Stars: 12
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-devrant - RandomQuote - A bot that posts random quotes to devRant everyday (Uncategorized / Uncategorized)
README
# random-quote-bot
[![License](https://img.shields.io/github/license/mashape/apistatus.svg)](LICENSE.md)
[![Quotes](http://skayo.lima-city.de/Shields/devRantBot.php?type=quotes)](https://www.devrant.io/users/RandomQuote)
[![Score](http://skayo.lima-city.de/Shields/devRantBot.php?type=score)](https://www.devrant.io/users/RandomQuote)A devRant bot that posts random quotes every day!
> **Note**
> This project was originally created by [@skayo](https://github.com/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