Skip to content

sokiaoba/en-teachers-schedule-updates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Script to notify updates of your favaorite teachers' lessons in DMM Eikaiwa through Slack.
To use this, you have to set your configuration in lib/Config.py like following.

slackChannel = "slack-channel-name"
slackAccessToken = "slack-access-token"

teachers = [
	{
		"id" : "teacher-id",	
		"name" : "teacher-name",
	},
	{
		"id" : "teacher-id",	
		"name" : "teacher-name",
	},
]

Then, you can get notifications with the following command.

sh PATH_TO_HERE/script/update.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published