Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion fb_main.py
Original file line number Diff line number Diff line change
@@ -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 =]
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I answered your e-mail!
Btw, I'm really glad this is usefull to somebody :)




__author__ = 'Sid'
from HTMLParser import HTMLParser
import json
Expand Down Expand Up @@ -264,4 +274,4 @@ def _default_vs_new(default_val, new_val):
"""
if new_val is not None:
return new_val
return default_val
return default_val