api_key = { 'jcdecaux' : '' } # SOURCES D'EVENEMENTS A SURVEILLER sources = { 'ratp_trafic' : ['ligne_rer_B', 'ligne_metro_7'], 'transilien' : ['RER-B', 'RER-C', 'Train-U'], 'jcdecaux_vls' : ['42707_full', '42707_empty', '42703_empty', '19001_full', '8038_empty'] } # NOTIFICATIONS notification = { 'method' : 'print', # ou "free" ou "sendmail" 'free' : { # méthode "free" (sms api voir http://mobile.free.fr/ ) 'user' : '123456789', 'pass' : 'wwwwwwwww' }, 'sendmail' : { # méthode "sendmail" 'to' : 'example@example.com', 'object' : 'Notification trafic' } }