Python implementation of the Schoology API. Uses two-legged Oauth1.0 for authorization so it is best used in server-to-server applications. api_requests.py handles the authorization and REST API methods and can be used to make raw api calls. To connect to API save API secret and key in config.ini.
-
Notifications
You must be signed in to change notification settings - Fork 0
Python implementation of the Schoology API. Uses two-legged Oauth1.0 for authorization so it is best used in server-to-server applications.
License
blastomussa/Schoology_API
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Python implementation of the Schoology API. Uses two-legged Oauth1.0 for authorization so it is best used in server-to-server applications.