>>> 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')
-
Notifications
You must be signed in to change notification settings - Fork 0
Booksee Python API
License
dduong42/Booksee
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Booksee Python API
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published