Skip to main content

The API framework for IcodeYoudao.

Project description

There is a better API framework for IcodeYoudao now, and TuringAPI is out of support.

IcodeAPI is here


TuringAPI, the API framework for IcodeYoudao.

You can use TuringAPI to control your account on IcodeYoudao.

from turingAPI-final import icodeUser
user = icodeUser(input('Enter cookie: ')) # login
print(user.info)  # user info

You can use turingAPI.task, turingAPI.event and turingAPI.eventPool to concurrent.

import turingAPI-final as turingAPI
user = turingAPI.icodeUser(input('Enter cookie: '))
ev = turingAPI.event(name='view')
for i in range(100):
    turingAPI.addTask(ev,user.getWorkDetail,'get{num}'.format(i),['66a116af4ade4abb97cc2bab3d57573f'],{})
ev.run()

Learn more in documents:
TuringAPI
Github

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

turingAPI-final-1.0.0.tar.gz (7.3 kB view hashes)

Uploaded Source

Built Distribution

turingAPI_final-1.0.0-py3-none-any.whl (7.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page