Skip to content

iamtakagi-lab/EPGS-to-Twitter

Repository files navigation

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

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

Installation

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

EPGStation/config/config.yml

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

Acknowledgments