Skip to main content

An mutiple upload service library

Project description

upload.py

upload files to https://starfiles.co, https://anonfiles.com, https://filepipe.io and https://file.io with ease

Version 0.24
Created by CrafterPika and DwifteJB

Requirements

  • Python 3.8=> (only tested it there)

Tested Systems

Installation (Over PIP)

  1. Install python via your package manager or at Python
  2. pip install upload.py

Installation (Over Git and PIP)

  1. Install python via your package manager or at Python
  2. Install git
  3. Install wheel (pip install wheel)
  4. pip install git+https://github.com/CrafterPika/upload.py.git

If pip doesn't work/shows up as invalid try this:

  • python3 -m ensurepip

and pip3/pip should work.

Changelog

  • Change log is aviable at here

Example

Short Example:

>>> from upload_py import *
>>> import os
>>> file = starfiles()
>>> file.upload(f"{os.getcwd()}/file.txt")
>>> file.url_file()
'https://starfiles.co/file/288e60'

(You also can view example.py for all services example's)

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

upload.py-0.24.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distribution

upload.py-0.24-py3-none-any.whl (4.1 kB view hashes)

Uploaded Python 3

Supported by

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