Skip to content
vintol edited this page Mar 31, 2019 · 1 revision

How to use Listal.

Listal as a package consists of two python scripts.

  1. listal.py
  2. l-dl.py

listal.py

Intro

This is the heart of this application. It is this script that retrives the image links from
the listal.com profiles and lists.

Requirements

This script has one dependency in addition to python3.

Beautiful Soup 4

Usage

URL

1] People

Copy the url of the profile page.

2] Image Lists

Copy the list url.
Command line

Just Run :

python3 listal.py [copied_url]

Thats it.

There are more advanced options available.

For any people profile. You can specify the pages to scrap using --from and --upto options.

--from denotes the page to start scraping the images from and --upto denotes the last page to get images from for any profile on listal.

Clone this wiki locally