eros-api

A package for Pulling data from all social media platforms


License
MIT
Install
pip install eros-api==0.0.1

Documentation

Eros

Installation

Use the package manager pip to install eros.

pip install eros_api

Usage

from eros import Client, Instagram, TikTok, Pinterest, Threads, Twitter, YouTube

client = Client(api_key="your api key")
Instagram = Instagram(client)
return await Instagram.get_user("therock")

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT