Aggregating data with Portia
Route Planner
You can use the Crawling slide control to manage Slybot's behavior. This lets you define whether Slybot observes the predefined access rules set by the webmaster in robots.txt
(Respect Nofollow
). If you want the crawler to ignore certain pages, just add them to the drop-down list Configure follow-up and
exclude patterns. Slybot only follows links that match the regular expression in the top box. Similarly, Slybot follows any link that matches the regular expression in the bottom box. If you check Overlay blocked links, you see the links the spider would currently follow, or not follow, in the preview on the left (Figure 3).
Portia keeps track of the sections of a page you previously marked in light blue in a template. The Extraction slider lists all currently existing templates. A click on one of the identifiers opens the corresponding template in selection mode. You can now use this to add more selections in the normal way. You can also edit the individual selected elements in the Annotations slider.
Sometimes users only select the desired text roughly with the mouse and refine the selection in the Extractors slider using a regular expression. Clicking on New extractor adds the expression to the corresponding field; Slybot applies it to the cut-out text and returns only the results.
Family Growth
Portia refers to the now complete configuration as a Spider, Slybot then later uses the settings stored in it to harvest pages which have the same structure as the one currently on view. A spider usually applies to a specific domain; you can use the web application to create more spiders. Portia groups these in projects. For example, you could create a project named News that contains a spider with all the settings for theregister.co.uk and for slashdot.org (Figure 4).
By default, Portia creates a project named New_Project. To discover the spiders in a project, click on the project name in the top left corner. The sidebar then lists the spiders; clicking on the sidebar shows the settings they store. You can add a new spider by clicking on the project name and then calling a new URL. By default, each spider is assigned the domain name. The sidebar lists all your projects when you click on the Home icon.
Endurance
Portia stores all your projects in subdirectories below slyd/data/projects
; the directory names are also the project names. To see which spiders live in new_project
, type this at the command line:
portiacrawl slyd/data/projects/new_project
Now, to finally grab the information off the sites, you simply call portiacrawl
with the required spider:
portiacrawl slyd/data/projects/new_project en.wikipedia.com
The output in JSON format is sent to standard output; the -o
parameter redirects the data to a file:
portiacrawl slyd/data/projects/new_project en.wikipedia.com \ -o output.txt
portiacrawl
is really just a wrapper script for Slybot. Its documentation can be found online [4].
« Previous 1 2 3 Next »
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.
News
-
Latest Cinnamon Desktop Releases with a Bold New Look
Just in time for the holidays, the developer of the Cinnamon desktop has shipped a new release to help spice up your eggnog with new features and a new look.
-
Armbian 24.11 Released with Expanded Hardware Support
If you've been waiting for Armbian to support OrangePi 5 Max and Radxa ROCK 5B+, the wait is over.
-
SUSE Renames Several Products for Better Name Recognition
SUSE has been a very powerful player in the European market, but it knows it must branch out to gain serious traction. Will a name change do the trick?
-
ESET Discovers New Linux Malware
WolfsBane is an all-in-one malware that has hit the Linux operating system and includes a dropper, a launcher, and a backdoor.
-
New Linux Kernel Patch Allows Forcing a CPU Mitigation
Even when CPU mitigations can consume precious CPU cycles, it might not be a bad idea to allow users to enable them, even if your machine isn't vulnerable.
-
Red Hat Enterprise Linux 9.5 Released
Notify your friends, loved ones, and colleagues that the latest version of RHEL is available with plenty of enhancements.
-
Linux Sees Massive Performance Increase from a Single Line of Code
With one line of code, Intel was able to increase the performance of the Linux kernel by 4,000 percent.
-
Fedora KDE Approved as an Official Spin
If you prefer the Plasma desktop environment and the Fedora distribution, you're in luck because there's now an official spin that is listed on the same level as the Fedora Workstation edition.
-
New Steam Client Ups the Ante for Linux
The latest release from Steam has some pretty cool tricks up its sleeve.
-
Gnome OS Transitioning Toward a General-Purpose Distro
If you're looking for the perfectly vanilla take on the Gnome desktop, Gnome OS might be for you.