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.example
in your editor and add the information and rename it to .env. - Run
npm run dev
for development andnpm run start
for production - Open your browser and run your local server: http://localhost:3000
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!