Skip to content

Instantly share code, notes, and snippets.

View wangke0809's full-sized avatar
:octocat:

Ke wangke0809

:octocat:
  • Beijing
View GitHub Profile
@wangke0809
wangke0809 / browser.py
Created August 15, 2020 06:20 — forked from dhruvkar/browser.py
Run Browser in a Virtual Display using Selenium and transfer session to Python Requests
"""
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
@wangke0809
wangke0809 / gist:34da5df9f3879a664aa10fe9e7e66591
Created December 24, 2019 07:46 — forked from fiorix/gist:9664255
Go multicast example
package main
import (
"encoding/hex"
"log"
"net"
"time"
)
const (