III. Development Environment Configuration-Repository, Web library, app crawl related libraries

Source: Internet
Author: User
Tags appium install redis

One, the Python repository installation

1, Pymysql

Python3 using Pymysql to operate the MySQL database

PIP3 Install Pymysql

2, Pymongo

Python3 using Pymongo to manipulate the MongoDB database

PIP3 Install Pymongo

3, Redis-py

Python3 operation of Redis with Redis-py

PIP3 Install Redis

When the installation is complete, the redis-py is installed

4, Redisdump

Tools for Redis data import and export, based on Ruby implementations, so you need to install Ruby first

Ruby Download Installation:

https://www.ruby-lang.org/zh_cn/downloads/

Install Ruby, use the Gem command, the equivalent of a python pip

Gem Install Redis-dump

Second, install the Web Library

1, Flask

Lightweight Web service program, simple, easy to use, flexible

PIP3 Install flask

2, Tornado

Support for asynchronous web frameworks that support thousands of open connections with non-blocking I/O streams, and are highly efficient

PIP3 Install tornado

Third, the app crawl related library

1. Charles

Grab Bag tool, more powerful than fiddler

Https://www.charlesproxy.com/download

Cracked Address:

https://www.zzzmode.com/mytools/charles/

2, Mitmproxy

An HTTP and HTTPS-capable grab program, similar to fiddler and Charls, is just a console operation

Mitmproxy also has two related components:

Mitmdump: It is a mitmproxy command line interface that can be used to dock Python scripts for post-listening processing

Mitmweb: is a Web program that can use it to clear the Mitmproxy captured requests

PIP3 Install Mitmproxy

3, Appium

Mobile Automated test tool, similar to selenium, can be used to drive Android, iOS and other devices

Https://github.com/appium/appium-desktop/releases

III. Development Environment Configuration-Repository, Web library, app crawl related libraries

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.