Skip to content

Instantly share code, notes, and snippets.

@boris-sathya
Created December 15, 2013 11:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save boris-sathya/7972115 to your computer and use it in GitHub Desktop.
Save boris-sathya/7972115 to your computer and use it in GitHub Desktop.
#!/usr/bin/python
import socket
import feedparser
#FB Notificiation RSS Parse
def fbParse():
cover = 0
profile = 0
fbFeed = feedparser.parse('_YOUR_FB_RSS_FEED_URL')
for post in fbFeed.entries:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment