I hereby claim:
- I am skyronic on github.
- I am skyronic (https://keybase.io/skyronic) on keybase.
- I have a public key whose fingerprint is 8911 5850 EF66 5FC0 4589 EDEE 63E1 188B EB56 42F0
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Attention: if you attempt to fork this gist, github will think that you are a spammer and you will have to confirm that you are human with them. Apparantly there are too many links in this list. Also I update it rather frequently (see revisions on the left), so it's probably wise to not fork it anyway.
| #!/bin/python | |
| import re, requests, logging, os, json | |
| logging.basicConfig(format='%(levelname)s:%(message)s', level=logging.DEBUG) | |
| BOOK_ID = "l8B2NWPTDWcC" | |
| PROXY = None | |
| USER_AGENT = "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.64 Safari/537.1" | |
| COOKIE = "Set your google cookie here" | |
| HEADERS = { |
| // | |
| // NaturalDateParser.cs | |
| // | |
| // Author: | |
| // Anirudh Sanjeev <[email protected]> | |
| // | |
| // Copyright (c) 2009 Anirudh Sanjeev | |
| // | |
| // Permission is hereby granted, free of charge, to any person obtaining a copy | |
| // of this software and associated documentation files (the "Software"), to deal |