An open API service indexing awesome lists of open source software.

https://github.com/chinanf-boy/slack_roboot_mini

SlackClint use sample
https://github.com/chinanf-boy/slack_roboot_mini

python slackclient

Last synced: 3 months ago
JSON representation

SlackClint use sample

Awesome Lists containing this project

README

        

# Bot
python 版本

```
pip install pipenv

pipenv shell
```
有问题请看[问题](http://llever.com/2017/10/09/pipenv-%E5%BF%AB%E9%80%9F%E6%9E%84%E5%BB%BA%E8%99%9A%E6%8B%9Fpython%E7%8E%AF%E5%A2%83/)

```
$ python printbotid.py
Bot Id for XXXX
```

bash
```
export SLACK_BOT_TOKEN='你的 slack 令牌粘帖在这里'
export BOT_ID='XXXX'
```

```

python bot_mini.py
```