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