Metadata-Version: 2.1
Name: amino.py.api
Version: 0.2.5.7
Summary: Library for creating amino bots and scripts.
Home-page: https://github.com/xXxCLOTIxXx/amino.py
Download-URL: https://github.com/xXxCLOTIxXx/amino.py/archive/refs/heads/main.zip
Author: Xsarz
Author-email: xsarzy@gmail.com
License: MIT
Keywords: aminoapps,aminoxz,amino,amino-bot,pymino,python-amino,amino.py,amino.api,narvii,api,python,python3,python3.x,xsarz,official
Description-Content-Type: text/markdown

<body>
	<table align="center">
		<tr> <th colspan="3">Library Information</th> </tr>
		<tr>
			<td>
				<a href='#'><img src="https://pbs.twimg.com/profile_images/525686734760067072/OhsWgbsr_400x400.png" height="30px">
				 Library Documentation</a>
			</td>
			<td>
				<a href='https://github.com/xXxCLOTIxXx/amino.py'><img src="https://upload.wikimedia.org/wikipedia/commons/9/91/Octicons-mark-github.svg" height="60px">
				 Library in github</a>
			</td>
	</table>
	<table align="center">
		</tr>
		<tr> <th colspan="3">More info</th> </tr>
		<tr>
			<td>
				<a href="https://t.me/amino_api"><img src="https://upload.wikimedia.org/wikipedia/commons/8/82/Telegram_logo.svg" height="30px">
				 Telegram Channel</a>
			</td>
			<td>
				<a href="https://www.youtube.com/channel/UCNKEgQmAvt6dD7jeMLpte9Q"><img src="https://upload.wikimedia.org/wikipedia/commons/0/09/YouTube_full-color_icon_%282017%29.svg" height="30px">
				 YouTube channel</a>
			</td>
			<td>
				<a href="https://discord.gg/GtpUnsHHT4"><img src="https://www.svgrepo.com/show/353655/discord-icon.svg" height="30px">
				 Discord Server</a>
			</td>
		</tr>
	</table>
<p align="center">Library for working with aminoapps servers, below you will see code examples, for more examples see the documentation or the examples folder</p>
<h1 align="center">Login example</h1>

```python
import amino

client = amino.Client()
client.login(email='email', password='password')
```

</body>
