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: 18 days 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 (about 8 years ago)
- Default Branch: main
- Last Pushed: 2023-09-19T21:40:53.000Z (over 1 year ago)
- Last Synced: 2024-09-24T01:04:05.798Z (8 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.md)
[](https://www.devrant.io/users/RandomQuote)
[](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