An Unofficual API Wrapper for SolvedAC API
Source Code : https://github.com/solvedac/python
Pypi : https://pypi.org/project/solvedac-community
importsolvedac_communityimportasyncioclient=solvedac_community.Client()
asyncdefmain():
user_name=input()
print(awaitclient.get_user(user_name))
print(asyncio.run(main()))solvedac-community is compatible with Python 3.9 and higher versions.
Python 2 or versions prior to Python 3.9 might not work as expected.
solvedac-community requires at least one of the following libraries: aiohttp or httpx.
pip install solvedac-communitypython -m pip install solvedac-communitypy -m pip install solvedac-community