Compare commits

...

3 Commits

Author SHA1 Message Date
d55e036ca1
adding data directory to .gitignore 2024-07-03 20:53:48 +02:00
67060978ad
adding README.md 2024-07-03 20:41:01 +02:00
40c60514e7
adding requirements.txt & .gitignore 2024-07-03 20:38:10 +02:00
3 changed files with 8 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
venv
.idea
data

2
README.md Normal file
View File

@ -0,0 +1,2 @@
# ShareX_Storage
Simple tool to act as endpoint to upload files through ShareX to.

3
requirements.txt Normal file
View File

@ -0,0 +1,3 @@
PyYAML
pycryptodomex
aiohttp