An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# 🖤 file-uploader for anonfiles

![AnonImage](https://anonfiles.com/static/logo.png)

- 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

![Sample](./assets/Sample%231.png)

- 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`

![Sample2](./assets/Sample%232.png)

## 📁 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)):



Jonathan Dyallo

💻 ⚠️ 📖 🚧

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!