Add a brief description of lefrecce - lefrecce - Retrieve information about next trains and stations via lefrecce.it
HTML hg clone https://bitbucket.org/iamleot/lefrecce
DIR Log
DIR Files
DIR Refs
DIR README
---
DIR changeset beb3201986f4ae506bf6fed02edc1bbc71e6bbd8
DIR parent d63ff3273ed34e3f4c434f52c5fce922bdca135d
HTML Author: Leonardo Taccari <iamleot@gmail.com>
Date: Sun, 13 May 2018 14:49:39
Add a brief description of lefrecce
Diffstat:
lefrecce.py | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
---
diff -r d63ff3273ed3 -r beb3201986f4 lefrecce.py
--- a/lefrecce.py Sat Feb 17 20:42:07 2018 +0100
+++ b/lefrecce.py Sun May 13 14:49:39 2018 +0200
@@ -28,6 +28,14 @@
#
+"""
+retrieve information about trains/stations via lefrecce.it
+
+lefrecce is a Python script/module to retrieve information about next trains and
+stations via lefrecce.it
+"""
+
+
from datetime import datetime
import json
from urllib import parse, request