Metadata-Version: 2.1
Name: eros_api
Version: 0.0.1
Summary: A package for Pulling data from all social media platforms
Home-page: https://github.com/cop-discord/eros
Download-URL: https://github.com/cop-discord/eros
Author: cop
Author-email: cop-discord <cop@catgir.ls>
Project-URL: Homepage, https://github.com/cop-discord/eros
Project-URL: Issues, https://github.com/cop-discord/eros/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Eros

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install eros.

```bash
pip install eros
```

## Usage

```python
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](https://choosealicense.com/licenses/mit/)
