RankingBot
てきとうなランキングをSlackへ通知する為のBotプログラム
- 記事取得とSlackへの通知
- python3.6以上
beautifulsoup4==4.7.1
bs4==0.0.1
certifi==2019.6.16
chardet==3.0.4
configparser==3.7.4
greenlet==0.4.15
idna==2.8
msgpack==0.6.1
neovim==0.3.1
pynvim==0.3.2
requests==2.22.0
slackweb==1.0.5
soupsieve==1.9.1
urllib3==1.25.3
$ python main.py [qiita|hatebu|tvranking]
$ git clone https://github.com/lodge-prot/RankingBot.git
$ cd RankingBot
$ docker build -t ranking .
$ docker run -it ranking /bin/bash