Make your own web scraping tool using Python and lxml

In this post I'm going to explain how I made a simple web scraping tool with Python and lxml toolkit.

Getting started with Django on Heroku

This quickstart will get you going with a Python/Django application deployed to Heroku. It's my version of official Heroku tutorial.

Post in multiple Facebook groups using Facebook JavaScript SDK and Graph API

I recently started a blog and I figured out that Facebook groups are one of the best places to promote my posts and quicky get some users to my site. If you have a lot of groups and you are already doing the same thing then you know that it takes a lot of time to post to all groups one by one. So I decided to make a simple script to do that in one click using Facebook JavaScript SDK and Facebook Graph API.