Skip to content

osteth/ufile-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Library and CLI tool for working with the Uploadfiles.io API.

Uploadfiles.io

Features:

  • Pure Python3 solution
  • Easy Install
  • Easy Interactions with Uploadfiles.io
  • Built in test funcitons

Customization quick start

To use ufile as the start of a new project, do the following, preferably in a virtual environment. Clone the repo.

.. code-block:: console

git https://github.com/osteth/ufile-tools.git
cd ufile-tools

Then install locally.

pip install
py.test

Finally, give the command line program a try.

ufile --help

Usage

The ufile put command is used to upload a file you your Uploadfiles.io account.

$ ufile put -f <file to upload>

The ufilesdown command is used to download a file from you Uploadfiles.io account.

$ ufile get -s <SLUG> -p <SAVE PATH>

ufiles down can be used with or without a save path specified. if no save path is specified,the file will be save to the current directory using the slug as the filename.

License

MIT

About

tools for working with the Uploadfiles.io API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages