bots
Orari trenord, corri solo quando ce n’è bisogno
Hai presente quando corri in stazione per prendere il treno al volo e, quando arrivi, ti accorgi che il treno ha 12 minuti di ritardo?
Twitter counter no longer works
Since 20 of November 2015 the twitter button has changed. This is the new Twitter sharing button, as you can…
Scraping content with PHP as if it was jQuery
Building a spider or a bot needs some knowledge of regular expressions, you must know and use preg_match or preg_match_all…
Get instagram data without official api in PHP
Instagram has an official API to interact with its database of images and users. If you have enough time to…
How to build a spider… uh, well an email scraper
What is a spider? A spider is a program that automatically navigates web pages to find informations. These informations can…
Make a cron job with IFTTT
Cron is a software utility, a time-based job scheduler in Unix-like computer operating systems. People who set up and maintain…
How many times a web link has been shared on Twitter
Twitter share button and Facebook share button are the most used buttons to share links on Internet. You can read…
How to read facebook likes count from PHP
When you add facebook like button to your site, probably, you also want to save the number of likes of…
PHP code to check if remote mp3 exists
Hi, I’ve a big table with thousands of mp3 links. Sice these links come from an old database, many of…
How to use Instagr.am photos on your site
UPDATE: 2013-12-04 I’ve made a method in the Mini Bots PHP Class that lets you retrieve images from instagram without…