Skip to content

UofT-group-sideprojects/CommunitySlackBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Community Slack Bot

Currently the only planned feature is to have a way for users to easily add themselves to github org

Other options required setting up an intermediate domain/website. This would have been possible but the setup and hosting would be more work than this. IFTTT was not a viable alternative for an intermediate domain. It's easier to host a small python script on someone's laptop, or a server, removing the need for a domain.

Setup

Create a slack application and put the bot user oauth token in config/slack.txt. Add the bot to your slack workspace when you're done.

Create a github token with permissions write:org and put that token in config/github.txt. Make sure you have permissions to invite members to the org you're connecting it to.

Running

python3 bot.py

About

A bot that handles stuff

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages