All Projects → Kr1s77 → Awesome Python Login Model

Kr1s77 / Awesome Python Login Model

Licence: other
模拟登陆基本采用的是直接登录或者使用selenium+webdriver的方式,有的网站直接登录难度很大,比如qq空间,bilibili等如果采用selenium就相对轻松一些。

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Awesome Python Login Model

worker-auth-providers
worker-auth-providers is an open-source providers to make authentication easy with workers. Very lightweight script which doesn't need a lot of dependencies. Plug it with any framework or template of workers.
Stars: ✭ 85 (-99.39%)
Mutual labels:  facebook-login, github-login
TinderBotz
Automated Tinder bot and scraper using selenium in python.
Stars: ✭ 265 (-98.1%)
Mutual labels:  selenium, facebook-login
Selenoid
Selenium Hub successor running browsers within containers. Scalable, immutable, self hosted Selenium-Grid on any platform with single binary.
Stars: ✭ 2,065 (-85.2%)
Mutual labels:  selenium
Socialloginmanager
DEPRECATED
Stars: ✭ 178 (-98.72%)
Mutual labels:  facebook-login
Code for fun
Some of my scripts to automate the boring stuff around me
Stars: ✭ 167 (-98.8%)
Mutual labels:  selenium
Abot
Cross Platform C# web crawler framework built for speed and flexibility. Please star this project! +1.
Stars: ✭ 1,961 (-85.95%)
Mutual labels:  spiders
Windows Images
Step by step instructions for building Docker images with Windows
Stars: ✭ 170 (-98.78%)
Mutual labels:  selenium
Python3 Spider
Python爬虫实战 - 模拟登陆各大网站 包含但不限于:滑块验证、拼多多、美团、百度、bilibili、大众点评、淘宝,如果喜欢请start ❤️
Stars: ✭ 2,129 (-84.74%)
Mutual labels:  selenium
Selenium Jupiter
JUnit 5 extension for Selenium WebDriver
Stars: ✭ 185 (-98.67%)
Mutual labels:  selenium
Python Selenium
selenium UI自动化测试框架
Stars: ✭ 162 (-98.84%)
Mutual labels:  selenium
Cerberus Source
User-friendly automated testing framework.
Stars: ✭ 172 (-98.77%)
Mutual labels:  selenium
Webtau
Webtau (short for web test automation) is a testing API, command line tool and a framework to write unit, integration and end-to-end tests. Test across REST-API, Graph QL, Browser, Database, CLI and Business Logic with consistent set of matchers and concepts. REPL mode speeds-up tests development. Rich reporting cuts down investigation time.
Stars: ✭ 156 (-98.88%)
Mutual labels:  selenium
Magento 2 Social Login
Magento 2 Social Login extension is designed for quick login to your Magento 2 store without procesing complex register steps
Stars: ✭ 156 (-98.88%)
Mutual labels:  facebook-login
Instapy
📷 Instagram Bot - Tool for automated Instagram interactions
Stars: ✭ 12,473 (-10.61%)
Mutual labels:  selenium
Qxf2 Page Object Model
Write Selenium and Appium tests in Python using the Page Object pattern. This Pythonic GUI and API test automation framework will help you get started with QA automation quickly. It comes with many useful integrations like - email, BrowserStack, Slack, TestRail, etc. This repository is developed and maintained by Qxf2 Services (https://qxf2.com).
Stars: ✭ 155 (-98.89%)
Mutual labels:  selenium
Seleniumbase
A Python framework that inspires developers to become better test automation engineers. 🧠💡
Stars: ✭ 2,520 (-81.94%)
Mutual labels:  selenium
Qtwebdriver
WebDriver implementation for Qt
Stars: ✭ 152 (-98.91%)
Mutual labels:  selenium
Creevey
Cross-browser screenshot testing tool for Storybook with fancy UI Runner.
Stars: ✭ 155 (-98.89%)
Mutual labels:  selenium
Selenium Remote Driver
Perl Bindings to the Selenium Webdriver server
Stars: ✭ 169 (-98.79%)
Mutual labels:  selenium
Zhihu fun
基于 Selenium 的知乎关键词爬虫
Stars: ✭ 185 (-98.67%)
Mutual labels:  selenium

🎉Life is fantastic🥳!~


Master


"Did you know all your doors were locked?" - Riddick (The Chronicles of Riddick)


Branch Stars Forks License Awesome


Created by @kris


传送门

💕Website login model

一些爬虫示例程序,以及模拟登陆程序,模拟登陆基于 selenium,有些模拟登录基于 js 逆向,持续更新,有问题可以直接提交 Issues,欢迎提交 PR, 测试通过可以直接 merge,文中所有程序都是使用 python3 编写 :-)

About

模拟登陆基本采用的是直接登录或者使用selenium+webdriver的方式,有的网站直接登录难度很大,比如qq空间,bilibili等如果采用selenium就相对轻松一些。

虽然在登录的时候采用的是selenium,为了效率,我们可以在登录过后得到的cookie维护起来,然后调用requests或者scrapy等进行数据采集,这样数据采集的速度可以得到保证。

WebDriver

Chrome FireFox

Completed

catalogue

Test

Please touch here to view test images

Informations

  • 为感谢你们的支持,准备写一套免费爬虫的教程,保证你学会以后可以爬取市面上大部分的网站,教程地址

tips of pull request

  • 欢迎大家一起来 pull request 💗

Problems

  • 关于验证码:本项目所用的方法都没有处理验证码,识别复杂验证码的难度就目前来说,还是比较大的。以我的心得来说,做爬虫最好的方式就是尽量规避验证码。
  • 代码失效:由于网站策略或者样式改变,导致代码失效,请给我提issue,如果你已经解决,可以提PR,谢谢!
  • 正在对部分代码进行优化。。。
  • 如果该repo对大家有帮助,记得 star 哦。

Acknowledgments

@deepforce | @cclauss | ksoeasyxiaosi | JasonJunJun | MediocrityXT

  • 感谢以上开发者的支持和贡献。

联系我

注意:

  • 本项目仅用于学习和交流

欢迎任何人参与和完善:一个人可以走的很快,但是一群人却可以走的更远

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].