Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 946 Bytes

README.md

File metadata and controls

58 lines (41 loc) · 946 Bytes

CircleCI

Project Title

RankingBot

Description

てきとうなランキングをSlackへ通知する為のBotプログラム

Features

  • 記事取得とSlackへの通知

Requirement

  • 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

Usage

$ python main.py [qiita|hatebu|tvranking]

Installation

$ git clone https://github.com/lodge-prot/RankingBot.git
$ cd RankingBot

$ docker build -t ranking .
$ docker run -it ranking /bin/bash

License

Authors