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
// This is a periodically updated blocklist, edited to remove profanity | |
*.arkhamnetwork.org | |
*.arkhamhosting.com | |
*.playmc.mx | |
*.herowars.org | |
*.eulablows.host | |
*.eccgamers.com | |
*.hiexcel.win | |
*.himojangsup.top | |
*.hippiess.bid |
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
import java.io.DataOutputStream; | |
import java.io.File; | |
import java.io.FileOutputStream; | |
import java.io.IOException; | |
import java.io.InputStream; | |
import java.net.URI; | |
import java.nio.file.FileSystem; | |
import java.nio.file.FileSystems; | |
import java.nio.file.Files; | |
import java.nio.file.Path; |
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
{ | |
"active": true, | |
"atCapacity": false, | |
"showId": 5716, | |
"showType": "hq", | |
"startTime": "2018-07-05T04:00:00.000Z", | |
"nextShowTime": null, | |
"nextShowPrize": null, | |
"nextShowVertical": null, | |
"upcoming": [ |
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
from glocaltokens.client import GLocalAuthenticationTokens | |
# Using google username and password | |
client = GLocalAuthenticationTokens( | |
# Do not include @gmail.com in your email. For example, if your email was [email protected], you would just write bob. | |
username='<Insert Email Here>', | |
password='<Insert Password Here>' | |
) | |
# Get android ID | |
print('[*] Android ID:', client._get_android_id()) |