from foxford import Client
import asyncio
ffclient = Client("token")
async def main():
user = await ffclient.get_user()
print(user.id)
asyncio.run(main())
You can look at documentation here: https://foxford.readthedocs.io
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