What is TC | Quickstart | About this | TODO
Who never wanted to give a file to a friend and needed to put it in a cloud to share and at the end delete from there? Well, TC is the solution to this problem. For one hour you can share a file with anyone you want to, and at the end of the time, it will be deleted automatically.
To have your own Temp Cloud you will gonna need Python 3.
Clone/Download this repository and inside them run:
pip install -r requirements.txt
After that you only need to run:
flask run
Now, you can go to 127.0.0.1:5000, and enjoy your TC.
This project started as CS50 Final Project, and now it is an open source project under MIT License, read LICENSE for more details.
- Prevent users from downloading through /upload/md5
- Implement Password Protected Files
- Make a full clean from time to time