Skip to content

A bot for having people mark if they are attending a certain event

Notifications You must be signed in to change notification settings

BNeutral/discordAttendanceBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

Setup

  • Add the bot to your server using the link created at the discord dev page for the app, under OAuth2 submenu
  • Modify config.py to your liking
  • Create a secrets.py file with the content:
BOT_TOKEN = <your bot token here, as a string. for example "AabB123...">
SPREADSHEET_ID = <your spreadsheet id here, as a string "AabB23...">
  • Spreadsheet IDs can be found in the url. Bot token in the discord dev page.

Run

python ./attendanceBot.py

Usage

Documentation pending.

About

A bot for having people mark if they are attending a certain event

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages