Skip to content

Instantly share code, notes, and snippets.

DEBUG: Using RE2 as regex engine
DEBUG: Initializing Renovate internal cache into /tmp/renovate/renovate-cache-v1
DEBUG: Parsing configs
DEBUG: File config
"config": {
"endpoint": "https://git.company.com/api/v3/",
"platform": "github",
"trustLevel": "high",
"onboarding": true,
"onboardingConfig": {
Using default temp DH parameters
ACCEPT
read from 0x1adda20 [0x1af0013] (17741 bytes => 102 (0x66))
0000 - 16 fe fd 00 00 00 00 00-00 00 00 00 59 01 00 00 ............Y...
0010 - 4d 00 00 00 00 00 00 00-4d fe fd 5c 4a 0e 7b 4e M.......M..\J.{N
0020 - 34 a6 9d c0 0c 1c 06 1b-64 88 a9 8a 05 c3 09 68 4.......d......h
0030 - 00 39 f3 c7 71 17 48 80-4c 5b 7d 00 00 00 0a c0 .9..q.H.L[}.....
0040 - 2c c0 2b c0 2f c0 0a 00-35 01 00 00 19 00 0a 00 ,.+./...5.......
0050 - 06 00 04 00 1d 00 17 00-0e 00 05 00 02 00 01 00 ................
0060 - 00 0b 00 02 01 .....
([]uint8) (len=32 cap=32) {
00000000 5c 4a 0d 83 6c 24 3c 26 95 e1 cf 80 35 ad ac 54 |\J..l$<&....5..T|
00000010 7d 5d db 74 50 65 15 68 42 32 6d 8d dc ed c5 89 |}].tPe.hB2m.....|
}
([]uint8) (len=32 cap=32) {
00000000 3e 50 92 fc 94 10 5c bd 94 1b 76 4a 49 61 bf 24 |>P....\...vJIa.$|
00000010 b4 ff 8a c2 7d 01 a1 2a 75 f7 b1 45 78 af 46 58 |....}..*u..Ex.FX|
}
([]uint8) (len=20 cap=20) {
00000000 06 ff 91 5f ec 2a 52 26 47 9e 51 11 96 7c 17 46 |..._.*R&G.Q..|.F|
@diagonalfish
diagonalfish / reddit_bot_init.py
Created September 6, 2015 19:00
Reddit bot init using praw2oauth
import praw
from prawoauth2 import PrawOAuth2Server
import urllib2
import json
print("Fetching list of scopes...")
scopes_json = urllib2.urlopen('https://www.reddit.com/api/v1/scopes').read()
scopes_data = json.loads(scopes_json)
print("\n== Bot info ==")