Fuzz.ly client library for Python3
Project description
A python client library for fuzz.ly
Installation
$ pip install fuzzly
Usage
from fuzzly import FuzzlyClient
from fuzzly.models.post import Post
# if you have a bot token, make sure you initialize the client with your token
token: str = 'aGV5IG1hbi4gaXQncyB3ZWlyZCB0aGF0IHlvdSBsb29rZWQgYXQgdGhpcywgYnV0IHRoaXMgaXNuJ3QgYSByZWFsIHRva2Vu'
client: FuzzlyClient = FuzzlyClient(token)
post: Post = await client.post('abcd1234')
Documentation
Official documentation is hosted using a Github Wiki. Additionally, each subfolder in this repository has its own readme with a brief overview of that directory's contents, purpose, and usage like the one above.
Development
Fork the parent repository at https://github.com/kheina-com/fuzzly and edit like any other python project.
Tests are run with pytest
in the command line and input sorting is run via isort .
License
This work is licensed under the Mozilla Public License 2.0, allowing for public, private, and commercial use so long as access to this library's source code is provided. If this library's source code is modified, then the modified source code must be licensed under the same license or an applicable GNU license and made publicly available.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file fuzzly-0.0.4.tar.gz
.
File metadata
- Download URL: fuzzly-0.0.4.tar.gz
- Upload date:
- Size: 21.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a36dfe8d773163c16976f4445901c6e07d5ef2edb9d2d26d8f85356e6e41fab4 |
|
MD5 | 52ac5af7d8522b2cedcbbcf5d0b196c1 |
|
BLAKE2b-256 | d055dc4fecdd2d7cb38111d96f9b6bbc1a013be6c1530df5e3dbc24bd5d903ba |
File details
Details for the file fuzzly-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: fuzzly-0.0.4-py3-none-any.whl
- Upload date:
- Size: 24.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5a70266084d652d5c93f7fc80aaa3fe3e773e8d2a795f85d3025a9831d228e48 |
|
MD5 | 0c8650230dccc30463e6b0271adfdd24 |
|
BLAKE2b-256 | a593811b4feec956256014fdd671c494cafeb2948a64796627bbe0ea3022325d |