In my last post i discussed that how to install phalcon framework in openSUSE, and i guess it was quite fun and easy.
“Phalcon is a web framework implemented as a C extension offering high performance and lower resource consumption”.
Nodejs is quite in the news now a days and for good. Let’s not go to details here, straight to install process and get it working. The 1st thing is to fire a terminal and become root by su -
. Let’s add a repository for the latest Nodejs packages, default openSUSE repos have Nodejs but old version (.8.12):
I wrote this script long time ago and released its 1st version v0.1 with very initial setup in mind. After that i haven’t got time to look into the code and enhance it further.
Today we are going a bit further and writing a script where we can pull some pages data. So here is the full code, i will explain it below where necessary.
1st of all you have to create an app where we will allow permissions like manage_pages and read_insights etc to have full access to pages tokens etc from that app. So let’s start and try to make it as simple as we can.