An open API service indexing awesome lists of open source software.

https://github.com/cdgriffith/pyfiledrop


https://github.com/cdgriffith/pyfiledrop

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# pyfiledrop

This is a minimal script to have a file dropper website.

It uses a minimal web interface or can use an external "index.html" file.

This requires Python 3.6+

Install requirements

```shell
pip install -r requirements.txt
```

Run the script

```shell
python pyfiledrop.py
```