Skip to content

Downloads books from the site of Russian Foundation for Basic Research

License

Notifications You must be signed in to change notification settings

VasilyevEvgeny/rfbr_books_downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is it?

Program for downloading books from website of Russian Foundation of Basic Research.

The fact is that RFBR is a state organization, which takes money from the state in order to stimulate the development of fundamental science. However, it turns out that, for example, the receipt of books issued by the publisher RFBR in electronic form is prohibited. Only online reading is available. I think this is unfair, and this program helps to overcome this unpleasant circumstance.

Installation

virtualenv venv -p python3
cd venv/bin
source ./activate
pip install -r <path_to_project>/requirements.txt

Usage

from downloader import RFBRBooksDownloader

obj = RFBRBooksDownloader(book_url=...)
obj.process()

Additional parameters

  • output_pdf_name (default = 'book') - name of the output book pdf-file
  • delete_temporary_images (default = True) - delete images saved from RFBR site, from which pdf is generated
  • requests_pause (default = 0.1) - time between requests to RFBR site

Examples

Examples of downloaded books are presented here

About

Downloads books from the site of Russian Foundation for Basic Research

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages