معرفی شرکت ها


autohandshake-1.4.8


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A library for automating tasks on the Handshake career services platform
ویژگی مقدار
سیستم عامل -
نام فایل autohandshake-1.4.8
نام autohandshake
نسخه کتابخانه 1.4.8
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Christopher Edwards
ایمیل نویسنده cedwards036@gmail.com
آدرس صفحه اصلی https://github.com/cedwards036/autohandshake
آدرس اینترنتی https://pypi.org/project/autohandshake/
مجوز MIT
AutoHandshake ============= .. image:: https://readthedocs.org/projects/autohandshake/badge/?version=latest :target: https://autohandshake.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status Installation ------------ :: pip install autohandshake Summary ------- A library for automating tasks on the Handshake career services platform. Current functionality includes the automation of: * Getting data from Insights * Getting a complete record of your school's appointment type settings * Getting a complete record of your school's major mappings * Getting unfilled appointment slot data from the appointment calendar * Getting account access request data Typical usage looks like: :: from autohandshake import HandshakeSession, InsightsPage school_url = 'https://jhu.joinhandshake.com' with HandshakeSession(login_url=school_url, email=your_email) as browser: insights = InsightsPage(link_to_insights_report, browser) report_data = insights.get_data() **Important**: this package relies on an automated driver for Google Chrome, so users must have Chrome installed in order to use this package. Documentation ------------- You will find complete documentation at `the Read the Docs site <https://autohandshake.readthedocs.io/en/latest/>`_.


نیازمندی

مقدار نام
- selenium
- bs4
- python-dateutil
- keyring


نحوه نصب


نصب پکیج whl autohandshake-1.4.8:

    pip install autohandshake-1.4.8.whl


نصب پکیج tar.gz autohandshake-1.4.8:

    pip install autohandshake-1.4.8.tar.gz