Skip to content

This project scans yandex disk folders that are open to public sharing and allows you to download their contents.

License

Notifications You must be signed in to change notification settings

Xinor/kitapbar.com

Repository files navigation

kitapbar.com

Development

  1. start mongodb server
docker-compose -f docker-compose.dev.yaml up -d
  1. 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
  1. 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

Contributing

Please feel free to contribute. For new features, first open an issue to discuss what you want.

Screenshots

kitapbar-home-search kitapbar-share kitapbar-progress

License

MIT

About

This project scans yandex disk folders that are open to public sharing and allows you to download their contents.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published