Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/defcon-007/shortbox
Host files with size < 150 mb for maximum two days
https://github.com/defcon-007/shortbox
Last synced: 17 days ago
JSON representation
Host files with size < 150 mb for maximum two days
- Host: GitHub
- URL: https://github.com/defcon-007/shortbox
- Owner: DefCon-007
- Created: 2016-09-08T08:37:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-15T01:53:44.000Z (over 8 years ago)
- Last Synced: 2024-11-08T05:36:34.427Z (2 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ShortBox
Host files with size < 150 mb for maximum two days
You will get a shortened url to the file and a url to delete the file from server## Clone the repository
`git clone https://github.com/DefCon-007/ShortBox.git`
## Install the required modules
NOTE : Use python 3.x
`cd ShortBox`
`pip3 install -r requirements.txt`
## Using the script
`python3 main.py `
The file will then be uploaded and afterwards you will be asked to 'optionally' provide a url
![alt tag](http://i.imgur.com/TaMfuo8.png)
If you will leave this field blank it will automatically use the filename
Afterwards you will get the required two links :
Link to file : `http://tinyurl.com/SB-`
and
Link to delete file : `http://tinyurl.com/del-`