Discord bot that displays a random pictures of Dua Lipa. Accepts arguments to show a more specific type of picture. E.g.: !dua in concert
First create a .env file with the following variables:
DISCORD_TOKEN=<your-token>
GOOGLE_API=<your-api-key>
SEARCH_CX=<the-search-context>
GUILD_ID=<your-guild-id> # this is not necessary since it is not yet implemented
Start a venv and install requirements:
python3 -m venv venv
source venv/bin/venv
Run the app:
python3 start.py