项目作者: iamtakagi

项目描述 :
Tweets recording information of EPGStation.
高级语言: TypeScript
项目地址: git://github.com/iamtakagi/EPGS-to-Twitter.git
创建时间: 2021-03-22T11:21:10Z
项目社区:https://github.com/iamtakagi/EPGS-to-Twitter

开源协议:MIT License

下载


EPGS-to-Twitter: EPGStationの録画情報をTwitterで呟きます

GitHub release (latest by date)
CI
license
issues
pull requests

Installation

  1. git clone https://github.com/iamtakagi/EPGS-to-Twitter
  2. cd EPGS-to-Twitter
  3. nano config.sample.json
  4. yarn
  5. yarn build

EPGStation/config/config.yml

  1. isEnabledDropCheck: true
  2. reserveNewAddtionCommand: '/path/to/node /EPGS-to-Twitter/dist/main.js reserve'
  3. recordingStartCommand: '/path/to/node /EPGS-to-Twitter/dist/main.js start'
  4. recordingFinishCommand: '/path/to/node /EPGS-to-Twitter/dist/main.js finish'

Acknowledgments