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
-
Gnome 48 Debuts New Audio Player
To date, the audio player found within the Gnome desktop has been meh at best, but with the upcoming release that all changes.
-
Plasma 6.3 Ready for Public Beta Testing
Plasma 6.3 will ship with KDE Gear 24.12.1 and KDE Frameworks 6.10, along with some new and exciting features.
-
Budgie 10.10 Scheduled for Q1 2025 with a Surprising Desktop Update
If Budgie is your desktop environment of choice, 2025 is going to be a great year for you.
-
Firefox 134 Offers Improvements for Linux Version
Fans of Linux and Firefox rejoice, as there's a new version available that includes some handy updates.
-
Serpent OS Arrives with a New Alpha Release
After months of silence, Ikey Doherty has released a new alpha for his Serpent OS.
-
HashiCorp Cofounder Unveils Ghostty, a Linux Terminal App
Ghostty is a new Linux terminal app that's fast, feature-rich, and offers a platform-native GUI while remaining cross-platform.
-
Fedora Asahi Remix 41 Available for Apple Silicon
If you have an Apple Silicon Mac and you're hoping to install Fedora, you're in luck because the latest release supports the M1 and M2 chips.
-
Systemd Fixes Bug While Facing New Challenger in GNU Shepherd
The systemd developers have fixed a really nasty bug amid the release of the new GNU Shepherd init system.
-
AlmaLinux 10.0 Beta Released
The AlmaLinux OS Foundation has announced the availability of AlmaLinux 10.0 Beta ("Purple Lion") for all supported devices with significant changes.
-
Gnome 47.2 Now Available
Gnome 47.2 is now available for general use but don't expect much in the way of newness, as this is all about improvements and bug fixes.