Skip to content

HE-Arc/votebot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Votebot

Documentation status Build status

The bot for voting on stuff.

Installation

This bot uses extensively features from Python 3.4.

$ python3 -m venv slack
$ cd slack
$ . bin/activate
(slack)$ pip install slack-votebot

Usage

(slack)$ export SLACK_TOKEN=xoxb-123
(slack)$ export SLACK_CHANNEL=general
(slack)$ export PYTHONASYNCIODEBUG=True
(slack)$ export DEBUG=True
(slack)$ python -m votebot

About

Sample bot for Slack

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%