Skip to main content

A package for uploading and deleting files using AnonDrop API

Project description

AnonDrop Package

AnonDrop is a Python package that allows users to upload and delete files using the AnonDrop service. This package provides a simple interface for file management, making it easy to integrate file uploads into your applications.

Features

  • Upload files to AnonDrop with ease.
  • Delete files from AnonDrop using their unique file ID.
  • Simple and intuitive API.

Installation

You can install the AnonDrop package using pip:

pip install anondrop

Usage

Getting Client ID

Head to the AnonDrop Dashboard and click your Client Key in the top left

Uploading a File

To upload a file, you need to set your Client Key and call the upload function:

import anondrop

anondrop.setClientKey('your_client_key_here') # anondrop.setClientID will soon be deprecated to match the website
file_path = 'path/to/tag.sk'
uploaded_file = anondrop.upload(file_path)

print(f"File URL: {uploaded_file.fileurl}")
# File URL: https://anondrop.net/1369090222146457662/tag.sk
print(f"File ID: {uploaded_file.fileid}")
# File ID: 1369090222146457662
print(f"URL: {uploaded_file.filepage}")
# File ID: https://anondrop.net/1369090222146457662

Uploading a File Remotely

To upload a remote file, first have your Client Key set, then call the remoteUpload function:

import anondrop

anondrop.setClientKey('your_client_key_here')
link = 'https://raw.githubusercontent.com/BubblePlayzTHEREAL/AnonDrop/refs/heads/main/setup.py'
uploaded_file = anondrop.remoteUpload(link)

print(f"File URL: {uploaded_file.fileurl}") # The url is not returned so this doesnt work.
# File URL: None
print(f"File ID: {uploaded_file.fileid}")
# File ID: 1378090451105484880
print(f"URL: {uploaded_file.filepage}")
# File ID: https://anondrop.net/1378090451105484880

Deleting a File

To delete a file, use the delete function with the file ID:

import anondrop

anondrop.setClientKey('your_client_key_here')
file_id = 'your_file_id_here'
anondrop.delete(file_id)
print("File deleted successfully.")

Contributing

Contributions are welcome! Please feel free to submit a pull request or open an issue for any enhancements or bug fixes.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

anondrop-0.1.9.tar.gz (4.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

anondrop-0.1.9-py3-none-any.whl (4.4 kB view details)

Uploaded Python 3

File details

Details for the file anondrop-0.1.9.tar.gz.

File metadata

  • Download URL: anondrop-0.1.9.tar.gz
  • Upload date:
  • Size: 4.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.11

File hashes

Hashes for anondrop-0.1.9.tar.gz
Algorithm Hash digest
SHA256 3f9ecbd2bd8a4f81836867126152b3975af4174edd7d06a2d2495bf07628ce81
MD5 8eb23c1efcad86a2c5c2aa093294a22e
BLAKE2b-256 1099d1f7a6c33034c1342732dbb54b7b09ac34ef96811d1f6452ed96edcecf3d

See more details on using hashes here.

File details

Details for the file anondrop-0.1.9-py3-none-any.whl.

File metadata

  • Download URL: anondrop-0.1.9-py3-none-any.whl
  • Upload date:
  • Size: 4.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.11

File hashes

Hashes for anondrop-0.1.9-py3-none-any.whl
Algorithm Hash digest
SHA256 6fbad20a6361ddfdaef80124babad11c410c2ec2b7110ef88f38b23bef7b8702
MD5 b3791597014b647007749b78f98c4243
BLAKE2b-256 cec0be9e80810d87767a3da8ea067843a64d5fb6718296443e64eff8047a2d32

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page