https://github.com/InAnYan/flibusta-client
https://github.com/InAnYan/flibusta-client
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/InAnYan/flibusta-client
- Owner: InAnYan
- License: mit
- Created: 2022-09-04T18:55:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-04T18:55:50.000Z (over 3 years ago)
- Last Synced: 2024-11-22T01:41:43.883Z (over 1 year ago)
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flibusta website client

Simple Flibusta website client.
## Features
- Find books and authors.
- Download books in selected format.
- Ability to download all books of an author.
- UI in several languages.
- If a book is inside archive, the program will uncompress it.
## How to Run this Project
Install dependencies:
```sh
pip install -r requirements.txt
```
And then run the program:
```sh
python main.py
```
## How this Project is Implemented
Tech stack:
- FLTK
- BeautifulSoup
- `requests`
The program actually **scrapes** Flibusta website contents and extracts all the search results, books, and links.
/Though, I should've used just OPDS protocol, but I didn't know Flibusta supported it/.