Skip to content

dduong42/Booksee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example

>>> from booksee import search
>>> results = search('legacy code')
>>> results
[Result(title='Working Effectively with Legacy Code', authors=['Michael Feathers']), Result(title='Working Effectively with Legacy Code', authors=['Michael Feathers']), Result(title='Addison Wesley - Perl Medic. Transforming Legacy Code.chm', authors=[''])]
>>> result = results[0]
>>> book = result.download()
>>> book.save()
>>> book.save('legacy-code.epub')

About

Booksee Python API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages