dailymotion-graph-api 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +4 -0
- data/Gemfile +4 -0
- data/LICENSE.txt +165 -0
- data/README.rdoc +19 -0
- data/Rakefile +1 -0
- data/dailymotion-graph-api.gemspec +28 -0
- data/lib/dailymotion-graph-api.rb +128 -0
- data/lib/dailymotion-graph-api/version.rb +3 -0
- metadata +96 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 24447a5d30a482687abd119bd9f833ba291e03f9
|
4
|
+
data.tar.gz: 4662434a903385ff1c6ea5ca6e7291c70b112402
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 04a400574947a1cfea130d106d4ca07ea8ab34924a6a0b41933f4fb7c3b0176f55b726c1c68b26238da0e336cf2ee390f5f6c1455762dcc13b82b1985d66cce2
|
7
|
+
data.tar.gz: b39a4521ba2586e7de631e40fc42df48cac3eac9ccc61b9b0989bce7ac5728beb40f66271c84dcdc45b1a72325ff7685a19d9fc142e46ad0e628c9eda9cf5d7c
|
data/.gitignore
ADDED
data/Gemfile
ADDED
data/LICENSE.txt
ADDED
@@ -0,0 +1,165 @@
|
|
1
|
+
GNU LESSER GENERAL PUBLIC LICENSE
|
2
|
+
Version 3, 29 June 2007
|
3
|
+
|
4
|
+
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
|
5
|
+
Everyone is permitted to copy and distribute verbatim copies
|
6
|
+
of this license document, but changing it is not allowed.
|
7
|
+
|
8
|
+
|
9
|
+
This version of the GNU Lesser General Public License incorporates
|
10
|
+
the terms and conditions of version 3 of the GNU General Public
|
11
|
+
License, supplemented by the additional permissions listed below.
|
12
|
+
|
13
|
+
0. Additional Definitions.
|
14
|
+
|
15
|
+
As used herein, "this License" refers to version 3 of the GNU Lesser
|
16
|
+
General Public License, and the "GNU GPL" refers to version 3 of the GNU
|
17
|
+
General Public License.
|
18
|
+
|
19
|
+
"The Library" refers to a covered work governed by this License,
|
20
|
+
other than an Application or a Combined Work as defined below.
|
21
|
+
|
22
|
+
An "Application" is any work that makes use of an interface provided
|
23
|
+
by the Library, but which is not otherwise based on the Library.
|
24
|
+
Defining a subclass of a class defined by the Library is deemed a mode
|
25
|
+
of using an interface provided by the Library.
|
26
|
+
|
27
|
+
A "Combined Work" is a work produced by combining or linking an
|
28
|
+
Application with the Library. The particular version of the Library
|
29
|
+
with which the Combined Work was made is also called the "Linked
|
30
|
+
Version".
|
31
|
+
|
32
|
+
The "Minimal Corresponding Source" for a Combined Work means the
|
33
|
+
Corresponding Source for the Combined Work, excluding any source code
|
34
|
+
for portions of the Combined Work that, considered in isolation, are
|
35
|
+
based on the Application, and not on the Linked Version.
|
36
|
+
|
37
|
+
The "Corresponding Application Code" for a Combined Work means the
|
38
|
+
object code and/or source code for the Application, including any data
|
39
|
+
and utility programs needed for reproducing the Combined Work from the
|
40
|
+
Application, but excluding the System Libraries of the Combined Work.
|
41
|
+
|
42
|
+
1. Exception to Section 3 of the GNU GPL.
|
43
|
+
|
44
|
+
You may convey a covered work under sections 3 and 4 of this License
|
45
|
+
without being bound by section 3 of the GNU GPL.
|
46
|
+
|
47
|
+
2. Conveying Modified Versions.
|
48
|
+
|
49
|
+
If you modify a copy of the Library, and, in your modifications, a
|
50
|
+
facility refers to a function or data to be supplied by an Application
|
51
|
+
that uses the facility (other than as an argument passed when the
|
52
|
+
facility is invoked), then you may convey a copy of the modified
|
53
|
+
version:
|
54
|
+
|
55
|
+
a) under this License, provided that you make a good faith effort to
|
56
|
+
ensure that, in the event an Application does not supply the
|
57
|
+
function or data, the facility still operates, and performs
|
58
|
+
whatever part of its purpose remains meaningful, or
|
59
|
+
|
60
|
+
b) under the GNU GPL, with none of the additional permissions of
|
61
|
+
this License applicable to that copy.
|
62
|
+
|
63
|
+
3. Object Code Incorporating Material from Library Header Files.
|
64
|
+
|
65
|
+
The object code form of an Application may incorporate material from
|
66
|
+
a header file that is part of the Library. You may convey such object
|
67
|
+
code under terms of your choice, provided that, if the incorporated
|
68
|
+
material is not limited to numerical parameters, data structure
|
69
|
+
layouts and accessors, or small macros, inline functions and templates
|
70
|
+
(ten or fewer lines in length), you do both of the following:
|
71
|
+
|
72
|
+
a) Give prominent notice with each copy of the object code that the
|
73
|
+
Library is used in it and that the Library and its use are
|
74
|
+
covered by this License.
|
75
|
+
|
76
|
+
b) Accompany the object code with a copy of the GNU GPL and this license
|
77
|
+
document.
|
78
|
+
|
79
|
+
4. Combined Works.
|
80
|
+
|
81
|
+
You may convey a Combined Work under terms of your choice that,
|
82
|
+
taken together, effectively do not restrict modification of the
|
83
|
+
portions of the Library contained in the Combined Work and reverse
|
84
|
+
engineering for debugging such modifications, if you also do each of
|
85
|
+
the following:
|
86
|
+
|
87
|
+
a) Give prominent notice with each copy of the Combined Work that
|
88
|
+
the Library is used in it and that the Library and its use are
|
89
|
+
covered by this License.
|
90
|
+
|
91
|
+
b) Accompany the Combined Work with a copy of the GNU GPL and this license
|
92
|
+
document.
|
93
|
+
|
94
|
+
c) For a Combined Work that displays copyright notices during
|
95
|
+
execution, include the copyright notice for the Library among
|
96
|
+
these notices, as well as a reference directing the user to the
|
97
|
+
copies of the GNU GPL and this license document.
|
98
|
+
|
99
|
+
d) Do one of the following:
|
100
|
+
|
101
|
+
0) Convey the Minimal Corresponding Source under the terms of this
|
102
|
+
License, and the Corresponding Application Code in a form
|
103
|
+
suitable for, and under terms that permit, the user to
|
104
|
+
recombine or relink the Application with a modified version of
|
105
|
+
the Linked Version to produce a modified Combined Work, in the
|
106
|
+
manner specified by section 6 of the GNU GPL for conveying
|
107
|
+
Corresponding Source.
|
108
|
+
|
109
|
+
1) Use a suitable shared library mechanism for linking with the
|
110
|
+
Library. A suitable mechanism is one that (a) uses at run time
|
111
|
+
a copy of the Library already present on the user's computer
|
112
|
+
system, and (b) will operate properly with a modified version
|
113
|
+
of the Library that is interface-compatible with the Linked
|
114
|
+
Version.
|
115
|
+
|
116
|
+
e) Provide Installation Information, but only if you would otherwise
|
117
|
+
be required to provide such information under section 6 of the
|
118
|
+
GNU GPL, and only to the extent that such information is
|
119
|
+
necessary to install and execute a modified version of the
|
120
|
+
Combined Work produced by recombining or relinking the
|
121
|
+
Application with a modified version of the Linked Version. (If
|
122
|
+
you use option 4d0, the Installation Information must accompany
|
123
|
+
the Minimal Corresponding Source and Corresponding Application
|
124
|
+
Code. If you use option 4d1, you must provide the Installation
|
125
|
+
Information in the manner specified by section 6 of the GNU GPL
|
126
|
+
for conveying Corresponding Source.)
|
127
|
+
|
128
|
+
5. Combined Libraries.
|
129
|
+
|
130
|
+
You may place library facilities that are a work based on the
|
131
|
+
Library side by side in a single library together with other library
|
132
|
+
facilities that are not Applications and are not covered by this
|
133
|
+
License, and convey such a combined library under terms of your
|
134
|
+
choice, if you do both of the following:
|
135
|
+
|
136
|
+
a) Accompany the combined library with a copy of the same work based
|
137
|
+
on the Library, uncombined with any other library facilities,
|
138
|
+
conveyed under the terms of this License.
|
139
|
+
|
140
|
+
b) Give prominent notice with the combined library that part of it
|
141
|
+
is a work based on the Library, and explaining where to find the
|
142
|
+
accompanying uncombined form of the same work.
|
143
|
+
|
144
|
+
6. Revised Versions of the GNU Lesser General Public License.
|
145
|
+
|
146
|
+
The Free Software Foundation may publish revised and/or new versions
|
147
|
+
of the GNU Lesser General Public License from time to time. Such new
|
148
|
+
versions will be similar in spirit to the present version, but may
|
149
|
+
differ in detail to address new problems or concerns.
|
150
|
+
|
151
|
+
Each version is given a distinguishing version number. If the
|
152
|
+
Library as you received it specifies that a certain numbered version
|
153
|
+
of the GNU Lesser General Public License "or any later version"
|
154
|
+
applies to it, you have the option of following the terms and
|
155
|
+
conditions either of that published version or of any later version
|
156
|
+
published by the Free Software Foundation. If the Library as you
|
157
|
+
received it does not specify a version number of the GNU Lesser
|
158
|
+
General Public License, you may choose any version of the GNU Lesser
|
159
|
+
General Public License ever published by the Free Software Foundation.
|
160
|
+
|
161
|
+
If the Library as you received it specifies that a proxy can decide
|
162
|
+
whether future versions of the GNU Lesser General Public License shall
|
163
|
+
apply, that proxy's public statement of acceptance of any version is
|
164
|
+
permanent authorization for you to choose that version for the
|
165
|
+
Library.
|
data/README.rdoc
ADDED
@@ -0,0 +1,19 @@
|
|
1
|
+
== Dailymotion Graph API
|
2
|
+
|
3
|
+
An unofficial gem for using Dailymotion Graph API : http://www.dailymotion.com/doc/api/graph-api.html
|
4
|
+
|
5
|
+
== Installation
|
6
|
+
|
7
|
+
You can install this gem by adding this line in your Gemfile :
|
8
|
+
|
9
|
+
gem 'dailymotion-graph-api', :git => 'git@github.com:idolweb/dailymotion-graph-api.git'
|
10
|
+
|
11
|
+
And then :
|
12
|
+
|
13
|
+
bundle install
|
14
|
+
|
15
|
+
== Configuration
|
16
|
+
|
17
|
+
== Copyright
|
18
|
+
|
19
|
+
Copyright (c) 2013 Julien Séveno
|
data/Rakefile
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
require "bundler/gem_tasks"
|
@@ -0,0 +1,28 @@
|
|
1
|
+
# -*- encoding: utf-8 -*-
|
2
|
+
$:.push File.expand_path("../lib", __FILE__)
|
3
|
+
require "dailymotion-graph-api/version"
|
4
|
+
|
5
|
+
Gem::Specification.new do |s|
|
6
|
+
s.name = "dailymotion-graph-api"
|
7
|
+
s.version = DailymotionGraphApi::VERSION
|
8
|
+
s.authors = ["jseveno"]
|
9
|
+
s.email = ["julien.seveno@idol.io"]
|
10
|
+
s.homepage = "https://idol.io"
|
11
|
+
s.summary = "An unofficial gem for using the Dailymotion graph API : http://www.dailymotion.com/doc/api/graph-api.html"
|
12
|
+
s.description = "An unofficial gem for using the Dailymotion graph API : http://www.dailymotion.com/doc/api/graph-api.html"
|
13
|
+
s.licenses = ["LGPL"]
|
14
|
+
|
15
|
+
s.rubyforge_project = "dailymotion-graph-api"
|
16
|
+
|
17
|
+
s.files = `git ls-files`.split("\n")
|
18
|
+
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
19
|
+
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
20
|
+
s.extra_rdoc_files = ["LICENSE.txt", "README.rdoc"]
|
21
|
+
s.require_paths = ["lib"]
|
22
|
+
|
23
|
+
s.add_runtime_dependency "faraday", '~> 0.8', '>= 0.8.6'
|
24
|
+
s.add_runtime_dependency "json", '~> 1.8', '>= 1.8.1'
|
25
|
+
s.required_ruby_version = '>= 2.1.0'
|
26
|
+
s.requirements << 'faraday, >= 0.8.6'
|
27
|
+
s.requirements << 'json'
|
28
|
+
end
|
@@ -0,0 +1,128 @@
|
|
1
|
+
require 'dailymotion-graph-api/version'
|
2
|
+
require 'faraday'
|
3
|
+
require 'json'
|
4
|
+
|
5
|
+
module DailymotionGraphApi
|
6
|
+
class Client
|
7
|
+
def initialize(client_id, client_secret, access_token = nil, refresh_token = nil)
|
8
|
+
@client_id = client_id
|
9
|
+
@client_secret = client_secret
|
10
|
+
@access_token = access_token
|
11
|
+
@refresh_token = refresh_token
|
12
|
+
end
|
13
|
+
|
14
|
+
def authorize_url(callback_url, scope_array = %w(manage_videos))
|
15
|
+
"https://api.dailymotion.com/oauth/authorize?client_id=#{@client_id}&redirect_uri=#{callback_url}&response_type=code&scope=#{scope_array.join('+')}"
|
16
|
+
end
|
17
|
+
|
18
|
+
def connexion
|
19
|
+
@connexion ||= Faraday.new(:url => 'https://api.dailymotion.com', :ssl => {:verify => false}) do |faraday|
|
20
|
+
faraday.request :url_encoded
|
21
|
+
faraday.response :logger
|
22
|
+
faraday.adapter Faraday.default_adapter
|
23
|
+
end
|
24
|
+
end
|
25
|
+
|
26
|
+
def refresh_token
|
27
|
+
token('refresh_token')
|
28
|
+
end
|
29
|
+
|
30
|
+
def get_access_token(code, callback_url)
|
31
|
+
token('authorization_code', code, callback_url)
|
32
|
+
end
|
33
|
+
|
34
|
+
def tmp_upload(video_path)
|
35
|
+
remote_uri = URI.parse(get_upload_url['upload_url'])
|
36
|
+
|
37
|
+
upload_connexion = Faraday.new(:url => 'http://upload-01.dailymotion.com', :ssl => {:verify => false}) do |faraday|
|
38
|
+
faraday.request :multipart
|
39
|
+
faraday.response :logger
|
40
|
+
faraday.adapter Faraday.default_adapter
|
41
|
+
end
|
42
|
+
|
43
|
+
send_request('/upload', remote_uri.query.split('&').collect{|item| item.split('=')}.to_h.merge(
|
44
|
+
{ body: {
|
45
|
+
file: Faraday::UploadIO.new(video_path, 'video/mp4')
|
46
|
+
},
|
47
|
+
connexion: upload_connexion
|
48
|
+
})
|
49
|
+
)
|
50
|
+
end
|
51
|
+
|
52
|
+
def create_video(arguments)
|
53
|
+
send_request('/me/videos', { verb: :post, body: arguments })
|
54
|
+
end
|
55
|
+
|
56
|
+
def videos(user, fields = %w(id title created_time))
|
57
|
+
has_more = true
|
58
|
+
page = 1
|
59
|
+
result = []
|
60
|
+
while has_more
|
61
|
+
response = send_request("/user/#{user}/videos", limit: 100, page: page, fields: fields.join(','))
|
62
|
+
result += response['list']
|
63
|
+
has_more = response['has_more']
|
64
|
+
page += 1
|
65
|
+
end
|
66
|
+
result
|
67
|
+
end
|
68
|
+
|
69
|
+
def get_upload_url
|
70
|
+
send_request('/file/upload')
|
71
|
+
end
|
72
|
+
|
73
|
+
def get_infos(user, additional_params = {})
|
74
|
+
send_request("/user/#{user}", additional_params)
|
75
|
+
end
|
76
|
+
|
77
|
+
private
|
78
|
+
|
79
|
+
DEFAULTS = {
|
80
|
+
verb: :get,
|
81
|
+
auth: true
|
82
|
+
}
|
83
|
+
|
84
|
+
def send_request(url, options = {})
|
85
|
+
options = DEFAULTS.merge(options)
|
86
|
+
verb = options.delete(:verb)
|
87
|
+
body = options.delete(:body)
|
88
|
+
auth = options.delete(:auth)
|
89
|
+
connexion = options.delete(:connexion) || self.connexion
|
90
|
+
|
91
|
+
if auth
|
92
|
+
if @access_token
|
93
|
+
options[:access_token] = @access_token
|
94
|
+
else
|
95
|
+
raise 'Access token is required'
|
96
|
+
end
|
97
|
+
end
|
98
|
+
|
99
|
+
result = connexion.send(verb) do |request|
|
100
|
+
request.url url
|
101
|
+
request.params = options
|
102
|
+
request.body = body if body
|
103
|
+
end
|
104
|
+
|
105
|
+
r = JSON.parse(result.body)
|
106
|
+
if r.keys.include?('error')
|
107
|
+
raise "#{r['error']}: #{r['error_description']}"
|
108
|
+
end
|
109
|
+
|
110
|
+
r
|
111
|
+
end
|
112
|
+
|
113
|
+
def token(grant_type, code = nil, callback_url = nil)
|
114
|
+
r = send_request('/oauth/token', { verb: :post, auth: false, body: {
|
115
|
+
grant_type: grant_type,
|
116
|
+
client_id: @client_id,
|
117
|
+
client_secret: @client_secret,
|
118
|
+
redirect_uri: callback_url,
|
119
|
+
code: code
|
120
|
+
} })
|
121
|
+
|
122
|
+
@access_token = r['access_token']
|
123
|
+
@refresh_token = r['refresh_token']
|
124
|
+
|
125
|
+
r
|
126
|
+
end
|
127
|
+
end
|
128
|
+
end
|
metadata
ADDED
@@ -0,0 +1,96 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: dailymotion-graph-api
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.1.4
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- jseveno
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2014-05-21 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: faraday
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - "~>"
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '0.8'
|
20
|
+
- - ">="
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: 0.8.6
|
23
|
+
type: :runtime
|
24
|
+
prerelease: false
|
25
|
+
version_requirements: !ruby/object:Gem::Requirement
|
26
|
+
requirements:
|
27
|
+
- - "~>"
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
version: '0.8'
|
30
|
+
- - ">="
|
31
|
+
- !ruby/object:Gem::Version
|
32
|
+
version: 0.8.6
|
33
|
+
- !ruby/object:Gem::Dependency
|
34
|
+
name: json
|
35
|
+
requirement: !ruby/object:Gem::Requirement
|
36
|
+
requirements:
|
37
|
+
- - "~>"
|
38
|
+
- !ruby/object:Gem::Version
|
39
|
+
version: '1.8'
|
40
|
+
- - ">="
|
41
|
+
- !ruby/object:Gem::Version
|
42
|
+
version: 1.8.1
|
43
|
+
type: :runtime
|
44
|
+
prerelease: false
|
45
|
+
version_requirements: !ruby/object:Gem::Requirement
|
46
|
+
requirements:
|
47
|
+
- - "~>"
|
48
|
+
- !ruby/object:Gem::Version
|
49
|
+
version: '1.8'
|
50
|
+
- - ">="
|
51
|
+
- !ruby/object:Gem::Version
|
52
|
+
version: 1.8.1
|
53
|
+
description: 'An unofficial gem for using the Dailymotion graph API : http://www.dailymotion.com/doc/api/graph-api.html'
|
54
|
+
email:
|
55
|
+
- julien.seveno@idol.io
|
56
|
+
executables: []
|
57
|
+
extensions: []
|
58
|
+
extra_rdoc_files:
|
59
|
+
- LICENSE.txt
|
60
|
+
- README.rdoc
|
61
|
+
files:
|
62
|
+
- ".gitignore"
|
63
|
+
- Gemfile
|
64
|
+
- LICENSE.txt
|
65
|
+
- README.rdoc
|
66
|
+
- Rakefile
|
67
|
+
- dailymotion-graph-api.gemspec
|
68
|
+
- lib/dailymotion-graph-api.rb
|
69
|
+
- lib/dailymotion-graph-api/version.rb
|
70
|
+
homepage: https://idol.io
|
71
|
+
licenses:
|
72
|
+
- LGPL
|
73
|
+
metadata: {}
|
74
|
+
post_install_message:
|
75
|
+
rdoc_options: []
|
76
|
+
require_paths:
|
77
|
+
- lib
|
78
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
79
|
+
requirements:
|
80
|
+
- - ">="
|
81
|
+
- !ruby/object:Gem::Version
|
82
|
+
version: 2.1.0
|
83
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
84
|
+
requirements:
|
85
|
+
- - ">="
|
86
|
+
- !ruby/object:Gem::Version
|
87
|
+
version: '0'
|
88
|
+
requirements:
|
89
|
+
- faraday, >= 0.8.6
|
90
|
+
- json
|
91
|
+
rubyforge_project: dailymotion-graph-api
|
92
|
+
rubygems_version: 2.2.0
|
93
|
+
signing_key:
|
94
|
+
specification_version: 4
|
95
|
+
summary: 'An unofficial gem for using the Dailymotion graph API : http://www.dailymotion.com/doc/api/graph-api.html'
|
96
|
+
test_files: []
|