A book uploader bot that transfers documents from public libraries such as Google Books, and Panjab Digital Library etc to Internet Archive. Built for Wikimedia Tool Labs.
- Install Node.js
- Install and setup Redis server on your machine.
- Clone the repository
git clone https://github.com/coderwassananmol/BUB2 - Change the directory:
cd BUB2 - Checkout to develop branch:
git checkout develop - Run
npm install - Start redis service in background.
- Open
.env.examplein your editor and add the information and rename it to .env. - Run
npm run devfor development andnpm run startfor production - Open your browser and run your local server: http://localhost:3000
We follow MIT license for our project BUB2
There was no Node.js wrapper available for Internet Archive, so I decided to write the Node implementation to upload books to Internet Archive. If you like this repository, show your support by starring the project. Cheers!