A Discord bot to send random Owen Wilson "wow" clips. Powered by the Owen Wilson Wow API. This bot is written using the hikari and hikari-lightbulb Python libraries for Discord. It features a small HTTPServer for checking the "up" status of the bot which is designed for use with free services where the bot needs to be "pinged" to keep it alive.
Follow this link, create a Discord app, create a Bot, and generate a Bot token:
https://discord.com/developers/docs/getting-started#creating-an-app
pip install -r requirements.txt
Create an .env
file in the root directory and place your Discord Bot token in this file like so:
TOKEN=<discord_token>
python bot.py
A simple HTTP server is included to monitor the status of the bot on port 8000. Visit any route/page to check if the bot is up.