Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Установка
В терминале(Или в командной строке) pip install 365sms
Инициализация
from three65smsapi import three65sms
# Это пример, вам нужно подставить вместо 'your api key' свой API ключ(Можно получить тут: https://365sms.ru/account)
client = three65sms(api_key='your api key')
Получение баланса аккаунта
client.getnumbersstatus(country='0', operator='any') # Вместо 0 в country надо подставить id своей страны(Получить тут: https://365sms.ru/api365), в поле operator можно оставить any, но лучше указать оператора(Получить там же где и id страны)
Получение количества доступных номеров
client.getnumbersstatus(country='0', operator='any') # Вместо 0 в country надо подставить id своей страны(Получить тут: https://365sms.ru/api365), в поле operator можно оставить any, но лучше указать оператора(Получить там же где и id страны)
Заказ номера
client.buynumber(service='Сервис', country='ID Страны(Не название)', operator='Оператор')
Изменить статус заказа
client.setnumberstatus(id='id номера(Получаеться при заказе)', status='Статус который примет заказ(id статусов можно найти в документации 365sms(https://365sms.ru/api365))')
Получить статус заказа
client.getnumberstatus(id='id номера(Получаеться при заказе)')
Получить все цены
client.getallprices(service='Сервис', country='ID Страны(Не название)')
FAQs
Это библиотека для работы с API сервиса 365SMS
We found that 365sms demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.