Kitapbar.com
This project scans yandex disk folders that are open to public sharing and allows you to download their contents.
Install / Use
/learn @Xinor/Kitapbar.comREADME
kitapbar.com
Development
- start mongodb server
docker-compose -f docker-compose.dev.yaml up -d
- yandex service
cd services/yandex
- create a .env file by copying and adjusting .env.example
cp .env.example .env
- download packages and start yandex service
yarn
yarn dev
- client
cd services/client
- create a .env.development file by copying and adjusting .env.example
cp .env.example .env.development
- download packages and start client
yarn
yarn dev
web pages/links where you can find yandex disk links
- https://eksisozluk.com/somurulesi-e-kitap-siteleri--1687482?a=nice
Contributing
Please feel free to contribute. For new features, first open an issue to discuss what you want.
Screenshots
<div style='display: flex; flex-direction: column; gap: 10px; align-items: center; justify-content: center'> <img src='screenshots/home-search.png' alt='kitapbar-home-search' style='width: 80%'> <img src='screenshots/share.png' alt='kitapbar-share' style='width: 80%'> <img src='screenshots/progress.png' alt='kitapbar-progress' style='width: 40%'> </div>License
MIT
