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

https://github.com/ssh-22/polls_by_replies

Twitterで募集した坂道グループの個別握手会の当選確率を集計する
https://github.com/ssh-22/polls_by_replies

Last synced: over 1 year ago
JSON representation

Twitterで募集した坂道グループの個別握手会の当選確率を集計する

Awesome Lists containing this project

README

          

坂道個別握手会当選確率集計
===
## Description
Twitterで募集した坂道グループの個別握手会の当選確率を集計し、CSVに出力する。
# Requirements
- Twitter APIの登録
- リプライを集計したいツイートのURL
- リプライを募集する開始日, 終了日
- .ENVファイルにCONSUMER_KEY, CONSUMER_SECRET, ACCESS_TOKEN, ACCESS_TOKEN_SECRETの記載
```
pip install -r requirements.txt
```