Skip to content

Instantly share code, notes, and snippets.

@moraine8
moraine8 / SFileUploader.py
Last active August 9, 2021 10:02 — forked from Keshava11/SFileUploader.py
Simple python script to upload file to Dropbox.
#!python3.5
# Prerequisites :
# 1.SetUp dropbox sdk to be able to use Dropbox Api's
# $ sudo pip install dropbox
# By default python dropbox sdk is based upon the python 3.5
#
# 2. Create an App on dropbox console (https://www.dropbox.com/developers/apps) which will be used and validated to do
# the file upload and restore using dropbox api. Mostly you need an access token to connect to Dropbox before actual file/folder operations.
#
@moraine8
moraine8 / rec_radiko.sh
Last active November 11, 2021 02:24 — forked from matchy256/rec_radiko.sh
簡易Radiko録音スクリプト
#!/bin/bash
LANG=ja_JP.utf8
pid=$$
date=`date '+%Y%m%d'`
outdir="."
if [ $# -le 1 ]; then