All Projects → Slimakoi → Amino.py

Slimakoi / Amino.py

Licence: MIT license
A library to create Amino bots.

Programming Languages

HTML
75241 projects
python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Amino.py

AminoREAPI
📱 An unofficial (and reversed enginnered!) client library for http://aminoapps.com/
Stars: ✭ 34 (-49.25%)
Mutual labels:  amino, narvii, aminoapps
Amino.JS
A powerful JavaScript library for interacting with the Amino API 🌟
Stars: ✭ 25 (-62.69%)
Mutual labels:  amino, narvii, aminoapps
BotAmino
A bot for Amino based on Slimakoi's work
Stars: ✭ 36 (-46.27%)
Mutual labels:  amino, amino-py
amino-bot
Bot for aminoapps.com
Stars: ✭ 21 (-68.66%)
Mutual labels:  amino, amino-api


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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].