Skip to content

Instantly share code, notes, and snippets.

View aldidoanta's full-sized avatar

Aldi Doanta Kurnia aldidoanta

View GitHub Profile

Keybase proof

I hereby claim:

  • I am aldidoanta on github.
  • I am aldidoanta (https://keybase.io/aldidoanta) on keybase.
  • I have a public key whose fingerprint is F54B 842F 6519 0670 EB90 D946 0A4F 1287 F98C 5A08

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am aldidoanta on github.
  • I am aldidoanta (https://keybase.io/aldidoanta) on keybase.
  • I have a public key ASBe6lJA3R2-cwGRTIEBLCRXe19Pmivrko2pKZ3TscquLgo

To claim this, I am signing this object:

@aldidoanta
aldidoanta / init.py
Last active March 30, 2017 03:17
These snippets scrape the latest xkcd comic, exporting the comic metadata to .json and .jsonl (JSON Lines or line-delimited JSON) format.
# -*- coding: utf-8 -*-
"""
This script will be executed once, scraping all the previous comic metadata.
"""
from pymongo import MongoClient
import requests
import json
import os
client = MongoClient(os.environ['URL_MONGO'])

TT-Core Documentation

The core module of Touchten Framework

Getting Started

This module must be installed using Touchten Framework Wizard.

Installation Instructions Using Touchten Framework Wizard

  • Add this .gitignore file to the root folder of your Unity project (the one where you can see [Assets], [Library], and [ProjectSettings] folders).