This is quick and dirty fix for coursera-dl script. Put courseradownloader.py
into site-packages
and execute like this:
python -m courseradownloader -u username@gmail.com -p supersecret -d . behavioralecon-002
This is quick and dirty fix for coursera-dl script. Put courseradownloader.py
into site-packages
and execute like this:
python -m courseradownloader -u username@gmail.com -p supersecret -d . behavioralecon-002
{ | |
"Statement": [ | |
{ | |
"Effect": "Allow", | |
"Action": "s3:ListAllMyBuckets", | |
"Resource": "arn:aws:s3:::*" | |
}, | |
{ | |
"Effect": "Allow", | |
"Action": "s3:*", |
#<Rack::Request:0x007f92241da138 | |
@env= | |
{"GATEWAY_INTERFACE"=>"CGI/1.1", | |
"PATH_INFO"=>"", | |
"QUERY_STRING"=>"", | |
"REMOTE_ADDR"=>"127.0.0.1", | |
"REMOTE_HOST"=>"localhost", | |
"REQUEST_METHOD"=>"GET", | |
"REQUEST_URI"=>"http://localhost:9292/sum/1/b", | |
"SCRIPT_NAME"=>"/sum/1/b", |
# Dropzone Action Info | |
# Name: Archive Image | |
# Description: Save imge to specified forder, and rename it to YYYYMMDD format. | |
# Handles: Files | |
# Creator: Alex Musayev | |
# URL: http://yoursite.com | |
# Events: Dragged | |
# KeyModifiers: Command, Option, Control, Shift | |
# SkipConfig: No | |
# RunsSandboxed: Yes |
{ | |
"provider" => "facebook", | |
"uid" => "1234567890", | |
"info" => { | |
"email" => "lwibbob_occhinoson_1234567890@tfbnw.net", | |
"name" => "Donna Amibecffjfgc Occhinoson", | |
"first_name" => "Donna", | |
"last_name" => "Occhinoson", | |
"image" => "http://graph.facebook.com/1234567890/picture", | |
"urls" => { |
{ | |
"Version": "2008-10-17", | |
"Id": "__default_policy_ID", | |
"Statement": [ | |
{ | |
"Sid": "__default_statement_ID", | |
"Effect": "Allow", | |
"Principal": { | |
"AWS": "*" | |
}, |
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Text; | |
using System.Diagnostics; | |
namespace MediatorDemo | |
{ | |
class Dispatcher | |
{ |