Skip to content

abjennings/choremonster-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

choremonster-api

An unofficial Python API to access ChoreMonster

This screen-scraping API is brought to you by mechanize and BeautifulSoup.

Only supports kids_login and get_chores at this point.

Sample:

import ChoreMonster
cm = ChoreMonster.ChoreMonster()
cm.kids_login("child_username", "child_password")
cm.get_chores()

About

An unofficial Python API to access ChoreMonster

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages