Home

Awesome

<div align="center"> <img src="./docs/logo.png" width="600"/> </div> <br />

docs PyPI - Python Version PyPI license PyPI - Downloads PyPI - Downloads issue resolution open issues

Documents-CN: https://httpsgithubcomcharlespikachudecryptlogin.readthedocs.io/zh/latest/

Documents-EN: https://httpsgithubcomcharlespikachudecryptlogin.readthedocs.io/en/latest/

DecryptLogin

APIs for loginning some websites by using requests.
You can star this repository to keep track of the project if it's helpful for you, thank you for your support.

Statements

This repo is created for learning python.
If I find that anyone leverage this project in an illegal way, I will delete this project immediately.

本项目仅供python爱好者学习使用, 若作者发现该项目以任何不正当方式被使用, 将立即删除该项目。
希望大家合理利用该项目🙂

Login with Requests

Install

Preparation

Pip install

run "pip install DecryptLogin"

Source code install

(1) Offline
Step1: git clone https://github.com/CharlesPikachu/DecryptLogin.git
Step2: cd DecryptLogin -> run "python setup.py install"
(2) Online
run "pip install git+https://github.com/CharlesPikachu/DecryptLogin.git@master"

Support List

Website_ENPC ModeMobile ModeScanQR ModeWebsite_CN
weibo新浪微博
douban豆瓣
githubGithub
music163网易云音乐
zt12306中国铁路12306
QQZoneQQ空间
QQQunQQ群
QQId我的QQ中心
zhihu知乎
bilibiliB站
toutiao今日头条
taobao淘宝
jingdong京东
ifeng凤凰网
sohu搜狐
zgconline中关村在线
lagou拉勾网
twitter推特
eSurfing天翼
renren人人网
w3cschoolW3Cschool(编程狮)
fishc鱼C论坛
youdao有道
baidupan百度网盘
stackoverflowStackoverflow
codalabCodaLab
pypiPyPi
douyu斗鱼直播
migu咪咕音乐
qunar去哪儿旅行
mieshop小米商城
mpweixin微信公众号
baidutieba百度贴吧
dazhongdianping大众点评
jianguoyun坚果云
cloud189天翼云盘
qqmusicQQ音乐
ximalaya喜马拉雅
icourse163中国大学MOOC
xiaomihealth小米运动
tencentvideo腾讯视频
baidu百度
alipan阿里云盘

Quick Start

login.Login

from DecryptLogin import login

# the instanced Login class object
lg = login.Login()
# use the provided api function to login in the target website (e.g., twitter)
infos_return, session = lg.twitter(username='Your Username', password='Your Password')

login.Client

from DecryptLogin import login

# the instanced client
client = login.Client()
# the instanced weibo
weibo = client.weibo(reload_history=True)
# use the login function to login in weibo
infos_return, session = weibo.login('me', 'pass', 'scanqr')

Practice with DecryptLogin

Install

Preparation

Pip install

run "pip install DecryptLoginExamples"

Support List

Project_ENIntroductionCore CodeProject_CN
weibomonitorclickclick微博监控
qqreportsclickclick生成QQ个人专属报告
bilibiliuservideosclickclick下载B站指定UP主的所有视频
neteasesonglistdownloaderclickclick网易云个人歌单下载器
neteaselistenleaderboardclickclick网易云个人听歌排行榜
userweibospiderclickclick下载指定微博用户的所有微博数据
neteasesigninclickclick网易云音乐自动签到
weiboemojiclickclick微博表情包爬取
weibosenderclickclick大吼一声发微博
tbgoodsclickclick淘宝商品数据小爬虫
jdgoodsclickclick京东商品数据小爬虫
delallweibosclickclick批量删除微博
clearqzoneclickclick批量删除QQ空间说说
neteaseeverydayclickclick在终端看网易云每日歌曲推荐
neteaseclickplaylistclickclick网易云音乐刷歌曲播放量
cloud189signinclickclick天翼云盘自动签到+抽奖
moocdlclickclick中国大学MOOC下载器
modifymihealthstepsclickclick修改小米运动中的步数
taobaosnapclickclick淘宝抢购脚本
jingdongsnapclickclick京东抢购脚本
bilibiliupmonitorclickclickB站UP主监控
bilibililotteryclickclickB站监控关注的UP主并自动转发抽奖
weibowaterclickclick微博水军
weiboblacklistclickclick微博批量拉黑脚本
weibolotteryclickclick微博自动转发抽奖

Quick Start

from DecryptLoginExamples import client
​
config = {
    'username': 'charlespikachu', 
    'time_interval':  1800,
}
crawler_executor = client.Client()
crawler_executor.executor('bilibililottery', config=config)

Thanks List

AuthorTimeContribution
@skygongque2020-02-13add verification code processing in (weibo, pc)

Citation

If you use this project in your research, please cite this project:

@misc{decryptlogin2020,
    author = {Zhenchao Jin},
    title = {DecryptLogin: APIs for loginning some websites by using requests},
    year = {2020},
    publisher = {GitHub},
    journal = {GitHub repository},
    howpublished = {\url{https://github.com/CharlesPikachu/DecryptLogin}},
}

Projects in Charles_pikachu

More

WeChat Official Accounts

Charles_pikachu
img