Skip to content

Instantly share code, notes, and snippets.

@muzizongheng
Created July 18, 2013 06:04
Show Gist options
  • Save muzizongheng/6027021 to your computer and use it in GitHub Desktop.
Save muzizongheng/6027021 to your computer and use it in GitHub Desktop.
define main function for python module file.
def main():
login_csdn()
url = new_post("title", "content", "categories", "tag2")
print(url)
if __name__ == "__main__":
main()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment