TheOnlyWayUp / Wattpad-Py

⚑🐍 Fast, Pythonic, Asynchronous, Fully-Typed, and Well-Documented. `wattpad-py` is the _only_ Wattpad API Wrapper for Python.

Home Page:https://wattpad-py.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Wattpad

Fully-typed Wattpad API Wrapper


What is wattpad?

The wattpad package is an asynchronous wrapper around the Wattpad User API.

GIF showcasing Wattpad Python usage

Note that the only language server that is known to support this form of autocompletion is Pylance / Pyright.


Follow Badge Star Badge


pip install -U wattpad

Why should you use wattpad?

Unlike other API Wrappers (which don't exist, or don't work), wattpad is fully typed and offers native support for asynchronous usage.

wattpad is also memory and resource efficient, to the extent of meriting the Green Code badge.

The most compelling of all, is the autocompletion support. (For autocomplete like the GIF above, press ctrl + .)

Core features:

Using wattpad

Check out the quickstart notebook!

For a more thorough introduction, visit the documentation.

Get Support

Have any questions or need help using wattpad? Join the community discord!

You can also create a new discussion on GitHub.

Affiliation

The wattpad package is not an official Wattpad product.

Supported platforms

Windows, MacOS and Linux are all officially supported.

Contributing

We use conventional commits (also known as semantic commits) to ensure consistent and descriptive commit messages.

Attributions

This README is heavily inspired by the README in the RobertCraigie/prisma-client-py repository.



TheOnlyWayUp Β© 2024

About

⚑🐍 Fast, Pythonic, Asynchronous, Fully-Typed, and Well-Documented. `wattpad-py` is the _only_ Wattpad API Wrapper for Python.

https://wattpad-py.readthedocs.io/en/latest/

License:GNU General Public License v3.0


Languages

Language:Python 100.0%