This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| If you use Chrome, get Chromedriver and put in your PATH: | |
| http://chromedriver.chromium.org/downloads | |
| If you use Firefox, get Geckodriver and put in your PATH: | |
| https://github.com/mozilla/geckodriver/releases | |
| Also install: | |
| pip install requests |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package main | |
| import ( | |
| "encoding/hex" | |
| "log" | |
| "net" | |
| "time" | |
| ) | |
| const ( |