From b49ba1284304d44cbb70249602740174254e5c97 Mon Sep 17 00:00:00 2001 From: xcxooxl Date: Tue, 30 Aug 2016 19:10:55 +0300 Subject: [PATCH] Please contact me. Please contact me. --- fb_main.py | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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