1. 首页
  2. 数据库
  3. 其它
  4. python 模拟登陆github的示例

python 模拟登陆github的示例

上传者: 2021-02-23 18:13:47上传 PDF文件 64KB 热度 18次
# -*- coding: utf-8 -*- # @Author: CriseLYJ # @Date: 2020-08-14 12:13:11 import re import requests class GithubLogin(object): def __init__(self, email, password): # 初始化信息 self.headers = { 'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_2) AppleWebKit/537.36 (KHTML, like
下载地址
用户评论