Welcome to SlyAPI for Python’s documentation!#

🐍 For Python 3.10+

No-boilerplate, async and typed web api access with oauth1/2. πŸ˜‹

pip install slyapi

Meant as a foundation for other libraries more than being used directly. SlyAPI handles authorization and managing requests. It is used by my more specific libraries:

There is also a version of this library available for F#/C#:

This library does not provide full coverage of OAuth1 or OAuth2, particularly it does not support the device code flow, nor the legacy implicit flow. Since it is intended to interface with 3rd party APIs, it does not implement the password flow.