Internet Archive Uploader is an application that uses the Internet Archive python module to offer a easier and faster solution for everyone.
Took this project up as a short project after looking at several posts on r/InternetArchive and other places, The project utilizes the Internet Archive python library to offer a way to upload files.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. If you do not wish to use the python file just download the built version in the releases section and run the standalone exe.
What things you need to install the software and how to install them.
Python - Python.org
Lets get the dev env running.
Installing the Internet Archive Module
pip install internetarchive
To run the python file, use the command in the terminal
py main.py
- Python - Language