Experimental programs and snippets.
- twi_analysis - Lightweight Twitter analysis tool. Scans over Twitter accounts provided via command line, produces some insights in CSV format.
- google_geocoding_api - Sample code for accessing the Google Geocoding API, which lets you convert an address to latitude/longitude coordinates.
- google_drive_api - Sample code for uploading to Google Drive. Ideal for a quick-and-dirty backup in a single-server setup.
- predict-tweet - Predict your own tweets using data downloaded from the official site. Language model is created using Charwise Recurrent Neural Network, implemented using Chainer NN Framework.