SkillAgentSearch skills...

Alphacoders

A python package for downloading wallpapers from Alpha Coders.

Install / Use

/learn @whoiscc/Alphacoders
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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
View on GitHub
GitHub Stars5
CategoryDevelopment
Updated5y ago
Forks0

Languages

Python

Security Score

70/100

Audited on Sep 8, 2020

No findings