Skip to content

Instantly share code, notes, and snippets.

View xiaostrong's full-sized avatar
🎯
Focusing

fokia xiaostrong

🎯
Focusing
  • zzuli
View GitHub Profile
@xiaostrong
xiaostrong / qqmessage.py
Created February 21, 2018 08:57
QQ空间留言脚本
from selenium import webdriver
from selenium.webdriver.common.keys import Keys
import requests
import time
import re
import json
import time
def login():
options = webdriver.ChromeOptions()