this is a file uploader built with python that creates an account using random alphanumeric characters (tokens) to authenticate user and allow them to upload data to the supabase storage
Python is required to run and enjoy this tool. https://www.python.org
Open a terminal in the directory 'py-fileuploader-supabase'
pip install -r requirements.txt
Run the script and enjoy access to storage for uploading files
python main.py
This is only for eductional and testing purposes only, using the code and its API KEY for production purposes will result in the shutdown of the storage server
Data uploaded can be lost, and I am not responsible for such
Please, Don't froget to give a STAR