Skip to content

ting-app/ting-task-nhk-easy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ting-task-nhk-easy Go Go Report Card

A scheduled job that saves NHK NEWS WEB EASY as ting, the task runs at 10:30 AM (UTC) every day.

Getting started

Run with docker:

docker run -e DB_USER_NAME=user name of MySQL database \
  -e DB_PASSWORD=password of MySQL user \
  -e DB_HOST=host of MySQL database \
  -e DB_PORT=port of MySQL database \
  -e ENABLE_SENTRY=true \
  -e SENTRY_DSN=your sentry dsn \
  -d xiaodanmao/ting-task-nhk-easy:latest

License

MIT