Skip to content

Instantly share code, notes, and snippets.

View bishk's full-sized avatar

Abhishek Anand bishk

  • Caltech
View GitHub Profile

Keybase proof

I hereby claim:

  • I am bishk on github.
  • I am bishk (https://keybase.io/bishk) on keybase.
  • I have a public key ASD5cq74ZYyDIGgBJR-NTUppS9Fy_b3vrRij-rMfQrZgBAo

To claim this, I am signing this object:

@bishk
bishk / banglore.py
Created September 17, 2017 05:43
Futhead parsing
from bs4 import BeautifulSoup
import requests
import sets
import sys
#reload(sys)
#sys.setdefaultencoding('utf-8')
players = [] #with all players
for i in range(1, 17):
address = "http://www.futhead.com/18/players/?level=gold&page=" + str(i) + "&bin_platform=ps"