AresBlackheart / Amino.py

A library to create Amino bots.

Home Page:https://slimakoi.github.io/Amino.py/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


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

About

A library to create Amino bots.

https://slimakoi.github.io/Amino.py/

License:MIT License


Languages

Language:HTML 63.4%Language:Python 33.7%Language:JavaScript 1.9%Language:CSS 1.0%Language:Batchfile 0.0%Language:Makefile 0.0%