Skip to main content

A library for automating tasks on the Handshake career services platform

Project description

# AutoHandshake

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:
```python
#!/usr/bin/env python

from autohandshake import HandshakeSession, InsightsPage

school_url = 'https://jhu.joinhandshake.com'

with HandshakeSession(login_url=school_url, email=your_email, password=your_password) 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.


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

autohandshake-1.0.3.tar.gz (4.6 MB view hashes)

Uploaded Source

Built Distribution

autohandshake-1.0.3-py3-none-any.whl (4.6 MB 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