How to Do Trello Integrations with Zapier

Data is everywhere. Instapaper, To Do tool, Trello list, Google Sheets – we use different online tools for different purposes and sometimes we need to move information from one system to another. For example when we update Trello list, we might want information flow to Google Sheets for some data analysis. This can be achieved … Read more

Getting Reddit Data with Python

In the previous post How to Get Submission and Comments with Python Reddit API Wrapper – PRAW I put how to use Python Reddit API Wrapper for getting information from Reddit. In this post we review few more ways to get data from Reddit. I did search on the web and found the following python … Read more

How to Get Submission and Comments with Python Reddit API Wrapper – PRAW.

According to Alexa [1] people spent more time on Reddit than on Facebook, Instagramm or Youtube. Users use Reddit to post questions, share content or ideas and discuss topics. So it is very interesting to extract automatically text data from this web service. We will look how to do this with PRAW – The Python … Read more

Wallabag – Productivity App for Read It Later Saved Articles

With so much information on the web, many of you probably use read it later web applications such as Pocket, Instapaper, Wallabag. I recently discovered and started to use Wallabag application. In this post I will share some thoughts about how Wallabag can help stay more productive. Wallabag is much better option than using default … Read more

Python API Example with Wallabag Web Application for Extracting Entries and Quotes

In the previous post Python API Example with Wallabag Web Application we explored how to connect via Web API to Wallabag and make entry to Wallabag web application. For this we setup API, obtained token via python script and then created entry (added link). In this post we will extract entries through Web API with … Read more

Python API Example with Wallabag Web Application

Wallabag Many a times it happens that we need to create API to post data to some web application using python framework. To over come this problem of sending data to application from outside of it, using API, I am going to show how you can do this for Wallabag Web Application. Wallabag is Read … Read more

How to Create Custom Plugin in WordPress to Get Referrer URL

Seventy-four percent of online consumers get frustrated when a website promotes content that isn’t applicable to their interests. [1] How can we know customer interests? When new user arrives to website we can get the previous site url that the user visited. Such previously visited page by web visitor is called referrer. If we have … Read more