Skip to content

A python package for downloading wallpapers from Alpha Coders.

License

Notifications You must be signed in to change notification settings

whoiscc/alphacoders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alphacoders

pip install alphacoders
python3 -m alphacoders -h

The package also provides a Python interface which is recommended to use.

from alphacoders import Search, DefaultFolder
from pathlib import Path

Search('C.C.') >> DefaultFolder()  # create a folder called "C.C." and save over 3000 images
Search('C.C.')[:20] >> DefaultFolder()  # save the first 20 images
Path('images').mkdir()
(Search('C.C.') | Search('C++')) >> Path('images')  # unify result
Search('C.C.', mobile=True) >> DefaultFolder()  # search on mobile site

About

A python package for downloading wallpapers from Alpha Coders.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages