Skip to content

br4nch/fulcrum_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fulcrum API

A python wrapper for Fulcrum API

Instalation

python version >=3.9.0

pip install -U git+https://github.com/br4nch/fulcrum_api

Example

import asyncio
from fulcrum_api import FulcrumAPI

api = FulcrumAPI()

async def get_instagram_user(username: str):
    return await api.instagram_user(username)

async def main():
    user = await get_instagram_user("cristiano")
    print(user)

asyncio.run(main())

About

A python wrapper for fulcrum api

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages