vieyahn2017 / iBlog

44 stars 0 forks source link

2018.1.16 MechanicalSoup #14

Closed vieyahn2017 closed 6 years ago

vieyahn2017 commented 6 years ago

MechanicalSoup

vieyahn2017 commented 6 years ago

和python-mechanize/mechanize

vieyahn2017 commented 6 years ago

A Python library for automating interaction with websites. MechanicalSoup automatically stores and sends cookies, follows redirects, and can follow links and submit forms. It doesn't do JavaScript.

MechanicalSoup was created by M Hickford, who was a fond user of the Mechanize library. Unfortunately, Mechanize is incompatible with Python 3 and its development stalled for several years. MechanicalSoup provides a similar API, built on Python giants Requests (for HTTP sessions) and BeautifulSoup (for document navigation). Since 2017 it is a project actively maintained by a small team including @hemberger and @moy.

vieyahn2017 commented 6 years ago

https://github.com/MechanicalSoup/MechanicalSoup

vieyahn2017 commented 6 years ago

第十九名

Mimesis (v1.0):Python库,有助于为不同的目的以不同的语言生成模拟数据。这些数据在软件开发和测试的不同阶段特别有用[Github上1732颗星]。由Líkið Geimfari 提供

https://github.com/lk-geimfari/mimesis