pyalux

unofficial api for alux


License
MIT
Install
pip install pyalux==0.3

Documentation

PyAlux

Home of Luxury & Fine Living Enthusiasts!

Find luxury with this unofficial api for Alux.com

wth pyalux you can find:

  • articles
  • videos
  • celebrities
  • net worth of rich people

Install

pip install pyalux

Usage

More examples here

from pyalux import Alux    

for post in Alux.search("money"):
    print(post)
    
for p in Alux.crawl_posts(start_page, last_page):
    print(p)
    print(Alux.parse_post(p["url"]))