An open API service indexing awesome lists of open source software.

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/

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).