Skip to content

Tools to get points from the classdojo point system

License

Notifications You must be signed in to change notification settings

fishbigger/classdojo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Class Dojo

Tools to get points from the classdojo point system

Install using:

pip3 install classdojo

Example:

import classdojo.classdojo as classdojo

classId = "<CLASS ID (Found in URL)"
cookie = "<Cookie (Found in developer console)

_class = classdojo.classDojo(classId, cookie)

print(_class.getPointsByCombinedName("KnowlesB")

About

Tools to get points from the classdojo point system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages