https://github.com/alextopher/inspiration-bot
Discord bot that sends messages from https://inspirobot.me/
https://github.com/alextopher/inspiration-bot
Last synced: 6 months ago
JSON representation
Discord bot that sends messages from https://inspirobot.me/
- Host: GitHub
- URL: https://github.com/alextopher/inspiration-bot
- Owner: Alextopher
- License: mit
- Created: 2022-10-22T20:58:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-08T00:17:21.000Z (over 2 years ago)
- Last Synced: 2025-06-08T01:42:48.838Z (8 months ago)
- Language: Go
- Size: 4.54 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Inspiration Bot
Uses the [InspiroBot](http://inspirobot.me/) API to generate random inspirational quotes and images.
Note: This bot is not affiliated with the creators of InspiroBot.
## Features
This bot adds 2 commands to your server:
- `/inspiration` - sends a machine-generated inspirational quote and image
- `/source` - links to the source code of this bot
# Usage
1. Invite the bot to your server
2. Call `/inspiration` !
I do keep some metrics of the bot usage, feel free to self-host it instead!
## Development
`DISCORD_TOKEN` is required as environment variables. These are set in a `.env` file like so:
```text
DISCORD_TOKEN=
```
To learn more about discord bot development, visit [discord developers docs](https://discord.com/developers/docs/intro).