Skip to content

milahu/annas-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

annas-py

Anna's Archive unofficial client library based on web scrapping

Usage

Install by running:

pip install annas-py

Usage example:

import annas_py

results = annas_py.search("python", language=annas_py.models.args.Language.EN)
for r in results:
    print(r.title)

information = annas_py.get_informations(results[0].id)
print("Title:", information.title)
print("Description:", information.description)
print("Links:", information.urls)

About

client for annas-archive.org

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages