aboutsummaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'main.py')
-rw-r--r--main.py34
1 files changed, 34 insertions, 0 deletions
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
+}
+
+
+
+
+
+
+
+
+
+