/rcc-keiba-2020

RCC競馬AI班

Primary LanguagePython

競馬 AI 班

test code check deploy Twitter

RCC 2020 年度プロジェクト活動

実行環境

  • Python ~> 3.8.0
  • pipenv

インストール

$ git clone <this repo>
$ cd <this repo>

$ cd src
$ pipenv install

使用方法

Twitter トークンをセット

src/.envを作成

TWITTER_ACCESS_TOKEN=...
TWITTER_ACCESS_TOKEN_SECRET=...
TWITTER_API_KEY=...
TWITTER_API_KEY_SECRET=...

テストを実行

$ cd src
$ pipenv run test

競馬予想結果をツイート

$ pipenv run start

開発者