Skip to content

Round of applause system for virtual presentations

Notifications You must be signed in to change notification settings

lynnlo/virtual-applause

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Virtual Applause

Please Clap

SETUP

Option 1: running with docker (reccomended)

  • Option 1a running from Docker Hub run the built container from Docker Hub with the token environment variables: $ docker run -e TOKEN_1=DISCORD_TOKEN_HERE -e TOKEN_2=OTHER_DISCORD_TOKEN_HERE -e TOKEN_3=OTHER_OTHER_DISCORD_TOKEN_HERE oohwooh/virtual-applause:latest
  • Option 1b building and running the Docker image from source git clone https://github.com/oohwooh/virtual-applause.git cd virtual-applause docker build . -t virtual-applause $ docker run -e TOKEN_1=DISCORD_TOKEN_HERE -e TOKEN_2=OTHER_DISCORD_TOKEN_HERE -e TOKEN_3=OTHER_OTHER_DISCORD_TOKEN_HERE virtual-applause

Option 2: running from command line

sorry but you're on your own with this one, have fun

Commands:

cl!connect

cl!connect connects the bots to your current channel, for clapping.

About

Round of applause system for virtual presentations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.2%
  • Dockerfile 7.8%