python 模拟登陆github的示例

上传:hgx17307 浏览: 11 推荐: 0 文件:PDF 大小:64KB 上传时间:2021-02-23 18:13:47 版权申诉
# -*- 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
上传资源
用户评论