Title / Description
Code def main(): #ç™»å½•éªŒè¯ # Create an OpenerDirector with support for Basic HTTP Authentication... auth_handler = urllib.request.HTTPBasicAuthHandler() auth_handler.add_password(realm='api.follow5.com', uri='http://api.follow5.com', user='user',passwd='mima') opener = urllib.request.build_opener(auth_handler)
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code