BGBookMeta is a tool to scrape the web for metadata of Books written in Bulgarian.
Currently, the tool scrapes the following websites:
- https://biblioman.chitanka.info/
https://helikon.bg/may be blocked by cloudflare- https://knizhen-pazar.net/
- https://www.orangecenter.bg/knizharnitsa
Download the latest release or use the command line to download the source code:
curl -LO https://github.com/kbkozlev/BGBookMeta/archive/refs/heads/master.zip
tar -xf master.zip
cd BGBookMeta-master
pip install -r requirements.txt
python main.py
wget https://github.com/kbkozlev/BGBookMeta/archive/refs/heads/master.zip
unzip master.zip
cd BGBookMeta-master
pip install -r requirements.txt
python3 main.py
This project is licensed under the MIT License - see the LICENSE file for details.