Skip to content

Instantly share code, notes, and snippets.

View mavidser's full-sized avatar

Sid Verma mavidser

View GitHub Profile
@mavidser
mavidser / keybase.md
Created July 18, 2019 17:08
keybase.md

Keybase proof

I hereby claim:

  • I am mavidser on github.
  • I am mavidser (https://keybase.io/mavidser) on keybase.
  • I have a public key whose fingerprint is 0DDC 16D5 877D 8101 00CB 2907 0C6B 400E 6976 DFDC

To claim this, I am signing this object:

import sublime
import sublime_plugin
import subprocess
import re
import sys
# import os
class InputCommand(sublime_plugin.TextCommand):
def run(self, edit):
@mavidser
mavidser / FacebookExtractor.py
Created October 12, 2014 18:49
Get facebook status of friends containing the given keywords.
import sys
import json
import Queue
import threading
import requests
import ConfigParser
from requests_oauthlib import OAuth1
def get_data(query):
Config = ConfigParser.ConfigParser()