Skip to content

Discord bot that displays a random post of Dua Lipa's instagram

Notifications You must be signed in to change notification settings

cammarb/dualipa_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dua Lipa Discord Bot

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

Instructions

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