Skip to content

Instantly share code, notes, and snippets.

View glnarayanan's full-sized avatar
🎯
Focusing

Lakshmi Narayanan G glnarayanan

🎯
Focusing
View GitHub Profile
@glnarayanan
glnarayanan / import.py
Last active September 12, 2015 08:12 — forked from kbl/import.py
Import tasks and lists from Wunderlist to Todoist
# -*- coding: utf8 -*-
import json
import urllib2
import urllib
import sys
import os
from argparse import ArgumentParser
from collections import defaultdict
#!/bin/sh
# Updated to include the latest Scala and Sbt versions as of June 15, 2014
# Might get the older version installed
# sudo apt-get install scala
# Getting Scala from the website
wget http://www.scala-lang.org/files/archive/scala-2.11.1.deb
sudo dpkg -i scala-2.11.1.deb