
Research
PyPI Package Disguised as Instagram Growth Tool Harvests User Credentials
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Install
_Documentation
_pip install listoapi
Complete documentation can be found at https://apidocs.listo.mx/ <https://apidocs.listo.mx/>
_.
Start
::
from listoapi import ListoApi
api = ListoApi("your_listo_token")
Search invoices
::
invoice = next(api.Invoices.search(uuid="00112233-4455-6677-8899-AABBCCDDEEFF"))
or
::
for invoice in api.Invoices.search(issued_on="m:2018-05-01T00:00:00"):
# Your code
Full details of invoice
::
api.Invoices.details(invoice['id'])
Add or delete payments
~~~~~~~~~~~~~~~~~~~~~~
::
api.Invoices.add_payment(invoice['id'], bank_account=1234, amount=200, amount_mxn=200,
effective_on=""2018-07-24T00:00:00)
api.Invoices.delete_payments(invoice['id'])
Generate invoice
~~~~~~~~~~~~~~~~~~~~~~
::
api = ListoApi("your_listo_token", "path/to/cer/file.cer", "path/to/key/file.key", "key_password")
generation_data = [{...}]
res, certification_data, original_chain = next(api.Invoicing.generate(generation_data, staging=False, certify=True))
FAQs
Listo SDK module for web API integration
We found that listoapi 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
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.