From ba91e0892c8a57a13bacb4d5d577940fc2793d20 Mon Sep 17 00:00:00 2001 From: Lionel Date: Sun, 14 Oct 2018 21:38:42 +0200 Subject: ayaaaa nous revoilĂ  mes amis MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 main.py (limited to 'main.py') diff --git a/main.py b/main.py new file mode 100644 index 0000000..6c6e4d8 --- /dev/null +++ b/main.py @@ -0,0 +1,34 @@ +import os +import inputs +foldernames=["Cirque de Cilaos","Cirque de Mafate","Cirque de Salazie","Est","Nord","Ouest","Sud","Volcan","Ailleurs","All"] +totalfolders=foldernames +randonb=[] +basicfilename="" +print "\n\nWelcome ! \nWith this script, you will be able to download gpx,trk and kml traces for hitchiking on the Reunion Isle." + +loginmail() +logipass() + +filetype=mapfileinput() + +if filetype==1: + basicfilename="f.gpx" +elif filetype==2: + basicfilename="f.trk" +else: + basicfilename="f.kml" + +payload = { + 'mail': MAIL, + 'password': PSW +} + + + + + + + + + + -- cgit v1.2.3-70-g09d2