Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

samino

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

samino

Amino Bots with python!

  • 2.6.2
  • PyPI
  • Socket score

Maintainers
2

SAmino

SAmino is unofficial client for Aminoapps API in Python.

Installation

You can use either python3 setup.py install or pip3 install samino to install. This module is tested on Python 3.9+.

Contributing

SAmino is open source module, anyone can contribute. Please see the Github Repository

Features

  • Faster than other Aminoapps python modules
  • Supports async and sockets, events
  • Easy and sample to use
  • No Too many requests.
  • Continual updates and bug fixes
  • Have alot of useful functions

Examples

Get SessionID
import samino

client = samino.Client()
client.login("< email >", "< password >")
print(client.sid)
Login with SessionID
import samino

client = samino.Client()
client.sid_login("< sid >")
print(client.sid)
Send a message in chat
import samino

client = samino.Client()
client.login("< email >", "< password >")
path = client.get_from_link("< chat link >")
local = samino.Local(path.comId)
local.send_message(path.objectId, "< message >")

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc