Skip to main content

Simple utility package to handle CityLink dispatches for commercial customers

Project description

The following package was developed to help process despatch requests with City Link couriers based in the UK.

They lacked an API for easy management of various functions such as retrieving manifests, reference codes, etc.

This package works by using the Mechanize library to navigate your commercial account admin area to carry out requests such as:

  • Fetch pending collections

  • Grab company reference numbers

  • Grab CityLink reference numbers

  • Get full HTML copy of collection manifest

  • Email the manifest

Requirements

The version below have been tested and working. Its possible other earlier and later versions may work. * Mechanize 0.2.5+ * lxml 3.3.3+ * Mailer 0.7+

Examples

Email Manifest

import citylink.CityLink

userid = "XXXXXX"
password = "XXXXXX"

cl = CityLink(userid, password)
cl.login()
cl.mail_manifest(emailfrom="from@test.com", emailto="to@test.com")

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

citylink-utils-0.8.tar.gz (3.0 kB view hashes)

Uploaded Source

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