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