Amino.py icon indicating copy to clipboard operation
Amino.py copied to clipboard

A library to create Amino bots.


Amino.py
Amino.py

If you have any questions, join us on Discord!

What is this?

Amino.py is a Python API for communicating with Amino's Servers while pretending that you're an App User. This is mostly accomplished by spoofing Device Configuration Headers, while objectifying and organizing Amino Response Data, so that actually doing anything is easier.

How do I use this?

Python 3.8 is the recommended version for Amino.py, only supports Python 3.x.

To install Amino.py, run python3 -m pip install amino.py or pip install amino.py.

  • NOTE: MAKE SURE YOU TYPE amino.py NOT amino AS IT WILL INSTALL THE WRONG PACKAGE!

API Reference

Read the Docs Link

Alternative Installation (Not recommended)

  1. Make sure pip is installed and added to PATH, see: How to setup pip
  2. Alternatively download the API from GitHub here
  3. Extract the .zip file either with WinRAR or 7-Zip
  4. Open the extracted folder in an IDE of your choice, and navigate to the folder named Amino.py-master
  5. Select the Python Interpreter
  6. Make a new *.py file and start coding