Skip to content

ting-app/ting-task-voa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ting-task-voa Build Go Report Card codecov

A scheduled job that saves VOA as ting, the task runs at 23:59 PM (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-voa:latest

License

MIT