AoE4 Quote Database
Wisdom from the battlefield
Feedback? Find @webframp on Discord →
Setup Guide
Add a !quote command to your Twitch or YouTube stream in minutes!
Nightbot Setup
- Suggest quotes for your channel (or ask your viewers to)
- Ask Webframp for an invite to manage the channel quotes.
- Add this command in Nightbot:
!commands add !quote $(urlfetch https://quoteqt.webframp.com/api/quote)
- That's it! Type
!quote in chat to get a random quote.
Moobot Setup
- Go to your Moobot dashboard → Chat commands → Custom commands
- Create a new command with response type "URL fetch"
- Set the URL to:
https://quoteqt.webframp.com/api/quote
StreamElements Setup
- Go to your StreamElements dashboard → Chat commands → Custom commands
- Create a new command with the response:
$(customapi https://quoteqt.webframp.com/api/quote?channel=$(channel))
Matchup Tips
Want civ-specific tips? Add a matchup command:
!commands add !tip $(urlfetch https://quoteqt.webframp.com/api/matchup?$(querystring))
Usage: !tip hre french → tips for HRE vs French
Let Viewers Add Quotes
Let your chat suggest quotes (they go to your approval queue):
Nightbot:
!commands add !addquote $(urlfetch https://quoteqt.webframp.com/api/suggest?text=$(querystring))
Moobot:
- Create a custom command with Response tags "Arguments - All command arguments" and "URL fetch - Full (plain) response"
- Set URL to:
https://quoteqt.webframp.com/api/suggest?text=
- Click "Add tag to URL" and select "Command arguments"
StreamElements:
$(customapi https://quoteqt.webframp.com/api/suggest?text=$(querystring)&channel=$(channel))
Usage: !addquote Never fight uphill
🔗 API
Get a random quote as plain text:
GET /api/quote
GET /api/quote?civ=hre (filter by civ shortname)
GET /api/quote?civ=Holy Roman Empire (or full name)
Try it: /api/quote