Socket
Socket
Sign inDemoInstall

0x0-python

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    0x0-python

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


Maintainers
1

Readme

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

  • 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 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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc