lbp0200 / ImNotSpiderWebAPI

User Agent生成器的Web接口

Home Page:https://github.com/lbp0200/ImNotSpider

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImNotSpiderWebAPI 浏览器User Agent生成器的Web接口

部署

virtualenv -p python3 im_not_spider
cd im_not_spider
source bin/activate
pip install flask
pip install git+https://github.com/lbp0200/ImNotSpider.git
git clone https://github.com/lbp0200/ImNotSpiderWebAPI
cd ImNotSpiderWebAPI
FLASK_APP=index.py flask run -h 0.0.0.0

访问http://127.0.0.1:5000/

http://127.0.0.1:5000/?func=wap&num=5

调用ImNotSpider的wap方法,生成UserAgent数量为5

About

User Agent生成器的Web接口

https://github.com/lbp0200/ImNotSpider

License:The Unlicense


Languages

Language:Python 100.0%