https://github.com/jd-apprentice/file-uploader
🖤 File uploader using anonfiles
https://github.com/jd-apprentice/file-uploader
bash python shell-script upload-file
Last synced: 11 months ago
JSON representation
🖤 File uploader using anonfiles
- Host: GitHub
- URL: https://github.com/jd-apprentice/file-uploader
- Owner: jd-apprentice
- License: mit
- Created: 2022-12-20T04:05:09.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-20T04:43:48.000Z (about 3 years ago)
- Last Synced: 2025-02-02T12:15:03.668Z (about 1 year ago)
- Topics: bash, python, shell-script, upload-file
- Language: Shell
- Homepage:
- Size: 115 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🖤 file-uploader for anonfiles

- This CLI application is intended to be used for uploading files from the terminal with a simple menu
- If you really like this service, you should conside contribute to `anonfiles` since is thanks to them that I can do this.
- CLI inspired by this post by [Bobby Iliev](https://devdojo.com/bobbyiliev/how-to-create-an-interactive-menu-in-bash)
## 🚀 Sample and usage

- When asked the file path if the file is in the same directory as the script you would type something like this `Wallpaper.jpg` instead of `./some-folder/your-file.rar`

## 📁 Folder structure
```
📦file-uploader
┣ 📂assets
┃ ┣ 📜Sample#1.png
┃ ┗ 📜Sample#2.png
┣ 📜.gitignore
┣ 📜CONTRIBUTE.md
┣ 📜LICENSE
┣ 📜README.md
┣ 📜main.py -> Data parse
┣ 📜main.sh -> Main script
```
## 📁 Dependencies
- Unix system
- Python 3
- [jq](https://stedolan.github.io/jq/download/)
## 📝 License
This project is under the MIT license. See the [LICENSE](./LICENSE) for more information.
## 🤝 Contribute
For more information, check the [CONTRIBUTE](./CONTRIBUTE.md) file
## ✨ Contributors
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!