New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

0x0-python

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

0x0-python

Библиотека для взаимодействия с 0x0.st через Python

0.5
PyPI
Maintainers
1

Здесь есть функции:

  • upload_file_url(url, expires, secret): Загрузка файла через ссылку, url=ссылка, expires=время хранения файла в часах(можно оставить пустым), secret=удлинняет ссылку(можно оставить пустым).
  • upload_file_path(path, expires, secret): Тоже самое что и upload_file_url, только нужно указывать путь к файлу.
  • delete_file(token, url): Удаляет файл, token=токен, url=ссылкана файл в 0x0.
  • change_expires(url, expires, token): Изменяет время хранения файла, token=токен, url=ссылка на файл в 0x0, expires=новое время хранение файла в часах.

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