Modern object-oriented asynchronous Python wrapper for the Foxford's web API.
Project description
Example / Boilerplate
from foxford import Client
import asyncio
ffclient = Client("token")
async def main():
user = await ffclient.get_user()
print(user.id)
ffclient.loop.run_until_complete(main())
No documentation yet. :(
Disclaimer
this "framework" uses most of the ro.py's code,
thanks to them for writing it.
i dunno how to properly write frameworks,
so looking at their code and copying lol (sorry pls)
so, here the original roblox api wrapper: https://github.com/ro-py/ro.py
also heavily inspired by vkbottle.
to install/upgrade the latest unstable version of foxford wrapper, install git-scm and run the following:
pip install git+https://github.com/frostx-official/foxford.git --upgrade
Project details
Release history Release notifications | RSS feed
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file foxford-1.4.tar.gz.
File metadata
- Download URL: foxford-1.4.tar.gz
- Upload date:
- Size: 10.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bec57c22247c85be91b2d64bbc65fdfd189f1f1d77f0e8954509aba8a82d9c22
|
|
| MD5 |
e13df79b3b4695188e5e3a181ff81deb
|
|
| BLAKE2b-256 |
5a7e13206003f604ccbf451cfadb95dc9731b1b95a026c5c085a49c28e78c897
|
File details
Details for the file foxford-1.4-py3-none-any.whl.
File metadata
- Download URL: foxford-1.4-py3-none-any.whl
- Upload date:
- Size: 12.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
89ed4713cfcef3077767c55fa37f290bf2435d77b860388fdb5cc8ad767bb766
|
|
| MD5 |
395e0c55b70edb98c00cb8347e8b596e
|
|
| BLAKE2b-256 |
62d33ec7424438b4f7b7b9ee9dd8b33d5f77a1bed47a6a058882f051f17b085f
|