diff --git a/fb_main.py b/fb_main.py index 285acd0..09d3cd7 100644 --- a/fb_main.py +++ b/fb_main.py @@ -1,4 +1,14 @@ #-*- encoding: utf-8 -*- + +# Hi! I just saw your facebook group parse, Its amazing !, +# I actually started working on a website that will parse groups of jobs +# And when I searched for how to parse the /ajax/pagelet/generic.php/GroupEntstreamPagelet I found this project. +# I want my website to help people get a job and send resume fast. + +# Can you help me with this project? if so please contact me at dudinirgad@gmail.com, btw I am from Israel too =] + + + __author__ = 'Sid' from HTMLParser import HTMLParser import json @@ -264,4 +274,4 @@ def _default_vs_new(default_val, new_val): """ if new_val is not None: return new_val - return default_val \ No newline at end of file + return default_val