zulip/contrib_bots/bots/commute_bot
Abhijeet Kaur d2929b04ca Remove triage_message() function from all the contrib-bots.
To make all bots consistent add shared function in bot_lib.py
to check if this bot is called. All bots respond to at-mention of
the bot instead of their specific names.
2017-02-17 06:51:48 -08:00
..
commute_bot.config contrib_bots: Restructure bots to follow a consistent structure. 2017-02-10 06:44:03 -08:00
commute_bot.py Remove triage_message() function from all the contrib-bots. 2017-02-17 06:51:48 -08:00
readme.md contrib_bots: Restructure bots to follow a consistent structure. 2017-02-10 06:44:03 -08:00

readme.md

This bot will allow briefings of estimated travel times, distances and fare information for transit travel.

It can respond to: departure times, arrival times, user preferences (toll avoidance, highway avoidance) and a mode of transport

It can output: fare information, more detailed addresses on origin and destination, duration in traffic information, metric and imperical units and information in various languages.

The bot will respond to the same stream input was in. And if called as private message, the bot will reply with a private message.

To setup the bot, you will first need to move commute_bot.config into the user home directory and add an API key.

Move

~/zulip/contrib_bots/bots/commute_bot/commute_bot.config

into

~/commute_bot.config

To add an API key, please visit: https://developers.google.com/maps/documentation/distance-matrix/start to retrieve a key and copy your api key into commute_bot.config

Sample input and output:

@commute help
Obligatory Inputs:
    Origin e.g. origins=New+York,NY,USA
    Destination e.g. destinations=Chicago,IL,USA

Optional Inputs:
    Mode Of Transport (inputs: driving, walking, bicycling, transit)
    Default mode (no mode input) is driving
    e.g. mode=driving or mode=transit
    Units (metric or imperial)
    e.g. units=metric
    Restrictions (inputs: tolls, highways, ferries, indoor)
    e.g. avoid=tolls
    Departure Time (inputs: now or (YYYY, MM, DD, HH, MM, SS) departing)
    e.g. departure_time=now or departure_time=2016,12,17,23,40,40
    Arrival Time (inputs: (YYYY, MM, DD, HH, MM, SS) arriving)
    e.g. arrival_time=2016,12,17,23,40,40
    Languages:
    Languages list: https://developers.google.com/maps/faq#languagesupport)
    e.g. language=fr

Sample request:


@commute origins=Chicago,IL,USA destinations=New+York,NY,USA language=fr

Please note: Fare information can be derived, though is solely dependent on the availability of the information released by public transport operators. Duration in traffic can only be derived if a departure time is set. If a location has spaces in its name, please use a + symbol in the place of the space/s. A departure time and a arrival time can not be inputted at the same time No spaces within addresses. Departure times and arrival times must be in the UTC timezone, you can use the timezone bot.