twing_proxy 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 71b07630d95b83487520afbd7a35141b1b2b6e2c
4
+ data.tar.gz: ecb4fa58b2c584912c9e78fcabe359231a59abf7
5
+ SHA512:
6
+ metadata.gz: f233a4fce89c882431b933e02aa7abd792ac662ff2cd5b81ae44371381634b9a72bd401950db2542da74b3fbef7e7577fd177691bb0a7c5f413d383a70c5486e
7
+ data.tar.gz: '06913e4497fbdabf9f4de3dfd84227abc7b8c582bea71d66f2048a25a54c8fe9f9c64fe655f6ca69ba1b64abcc84ce139192bfcce0dffbb2ac6b75354f09c448'
data/.gitignore ADDED
@@ -0,0 +1,10 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /_yardoc/
4
+ /coverage/
5
+ /doc/
6
+ /pkg/
7
+ /spec/reports/
8
+ /tmp/
9
+ .ruby-version
10
+ /vendor
@@ -0,0 +1,74 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ In the interest of fostering an open and welcoming environment, we as
6
+ contributors and maintainers pledge to making participation in our project and
7
+ our community a harassment-free experience for everyone, regardless of age, body
8
+ size, disability, ethnicity, gender identity and expression, level of experience,
9
+ nationality, personal appearance, race, religion, or sexual identity and
10
+ orientation.
11
+
12
+ ## Our Standards
13
+
14
+ Examples of behavior that contributes to creating a positive environment
15
+ include:
16
+
17
+ * Using welcoming and inclusive language
18
+ * Being respectful of differing viewpoints and experiences
19
+ * Gracefully accepting constructive criticism
20
+ * Focusing on what is best for the community
21
+ * Showing empathy towards other community members
22
+
23
+ Examples of unacceptable behavior by participants include:
24
+
25
+ * The use of sexualized language or imagery and unwelcome sexual attention or
26
+ advances
27
+ * Trolling, insulting/derogatory comments, and personal or political attacks
28
+ * Public or private harassment
29
+ * Publishing others' private information, such as a physical or electronic
30
+ address, without explicit permission
31
+ * Other conduct which could reasonably be considered inappropriate in a
32
+ professional setting
33
+
34
+ ## Our Responsibilities
35
+
36
+ Project maintainers are responsible for clarifying the standards of acceptable
37
+ behavior and are expected to take appropriate and fair corrective action in
38
+ response to any instances of unacceptable behavior.
39
+
40
+ Project maintainers have the right and responsibility to remove, edit, or
41
+ reject comments, commits, code, wiki edits, issues, and other contributions
42
+ that are not aligned to this Code of Conduct, or to ban temporarily or
43
+ permanently any contributor for other behaviors that they deem inappropriate,
44
+ threatening, offensive, or harmful.
45
+
46
+ ## Scope
47
+
48
+ This Code of Conduct applies both within project spaces and in public spaces
49
+ when an individual is representing the project or its community. Examples of
50
+ representing a project or community include using an official project e-mail
51
+ address, posting via an official social media account, or acting as an appointed
52
+ representative at an online or offline event. Representation of a project may be
53
+ further defined and clarified by project maintainers.
54
+
55
+ ## Enforcement
56
+
57
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
+ reported by contacting the project team at flum.1025@gmail.com. All
59
+ complaints will be reviewed and investigated and will result in a response that
60
+ is deemed necessary and appropriate to the circumstances. The project team is
61
+ obligated to maintain confidentiality with regard to the reporter of an incident.
62
+ Further details of specific enforcement policies may be posted separately.
63
+
64
+ Project maintainers who do not follow or enforce the Code of Conduct in good
65
+ faith may face temporary or permanent repercussions as determined by other
66
+ members of the project's leadership.
67
+
68
+ ## Attribution
69
+
70
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71
+ available at [http://contributor-covenant.org/version/1/4][version]
72
+
73
+ [homepage]: http://contributor-covenant.org
74
+ [version]: http://contributor-covenant.org/version/1/4/
data/Gemfile ADDED
@@ -0,0 +1,6 @@
1
+ source 'https://rubygems.org'
2
+
3
+ # Specify your gem's dependencies in twing_earch.gemspec
4
+ gemspec
5
+
6
+ gem 'twing', path: '../twing'
data/Gemfile.lock ADDED
@@ -0,0 +1,87 @@
1
+ PATH
2
+ remote: ../twing
3
+ specs:
4
+ twing (0.1.3)
5
+ hashie
6
+ redis-namespace
7
+ redis-objects
8
+ twitter
9
+
10
+ PATH
11
+ remote: .
12
+ specs:
13
+ twing_proxy (0.1.0)
14
+ rest-client
15
+
16
+ GEM
17
+ remote: https://rubygems.org/
18
+ specs:
19
+ addressable (2.6.0)
20
+ public_suffix (>= 2.0.2, < 4.0)
21
+ buftok (0.2.0)
22
+ coderay (1.1.2)
23
+ domain_name (0.5.20180417)
24
+ unf (>= 0.0.5, < 1.0.0)
25
+ equalizer (0.0.11)
26
+ hashie (3.6.0)
27
+ http (3.3.0)
28
+ addressable (~> 2.3)
29
+ http-cookie (~> 1.0)
30
+ http-form_data (~> 2.0)
31
+ http_parser.rb (~> 0.6.0)
32
+ http-cookie (1.0.3)
33
+ domain_name (~> 0.5)
34
+ http-form_data (2.1.1)
35
+ http_parser.rb (0.6.0)
36
+ memoizable (0.4.2)
37
+ thread_safe (~> 0.3, >= 0.3.1)
38
+ method_source (0.9.2)
39
+ mime-types (3.2.2)
40
+ mime-types-data (~> 3.2015)
41
+ mime-types-data (3.2019.0331)
42
+ multipart-post (2.0.0)
43
+ naught (1.1.0)
44
+ netrc (0.11.0)
45
+ pry (0.12.2)
46
+ coderay (~> 1.1.0)
47
+ method_source (~> 0.9.0)
48
+ public_suffix (3.0.3)
49
+ rake (10.5.0)
50
+ redis (4.1.0)
51
+ redis-namespace (1.6.0)
52
+ redis (>= 3.0.4)
53
+ redis-objects (1.4.3)
54
+ redis (~> 4.0)
55
+ rest-client (2.0.2)
56
+ http-cookie (>= 1.0.2, < 2.0)
57
+ mime-types (>= 1.16, < 4.0)
58
+ netrc (~> 0.8)
59
+ simple_oauth (0.3.1)
60
+ thread_safe (0.3.6)
61
+ twitter (6.2.0)
62
+ addressable (~> 2.3)
63
+ buftok (~> 0.2.0)
64
+ equalizer (~> 0.0.11)
65
+ http (~> 3.0)
66
+ http-form_data (~> 2.0)
67
+ http_parser.rb (~> 0.6.0)
68
+ memoizable (~> 0.4.0)
69
+ multipart-post (~> 2.0)
70
+ naught (~> 1.0)
71
+ simple_oauth (~> 0.3.0)
72
+ unf (0.1.4)
73
+ unf_ext
74
+ unf_ext (0.0.7.6)
75
+
76
+ PLATFORMS
77
+ ruby
78
+
79
+ DEPENDENCIES
80
+ bundler
81
+ pry
82
+ rake (~> 10.0)
83
+ twing!
84
+ twing_proxy!
85
+
86
+ BUNDLED WITH
87
+ 1.17.2
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2019 flum1025
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,35 @@
1
+ # TwingProxy
2
+
3
+ Proxy for Twing
4
+ This applicatiton is plugin for [Twing](https://github.com/flum1025/twing).
5
+
6
+ ## Installation
7
+
8
+ $ gem install twing_proxy
9
+
10
+ ## Usage
11
+
12
+ Add configuration
13
+
14
+ REF: [twing#configuration-file](https://github.com/flum1025/twing#configuration-file)
15
+
16
+ Example
17
+
18
+ ```yaml
19
+ modules:
20
+ proxy:
21
+ endpoints:
22
+ - http://localhost:9292/webhook
23
+ ```
24
+
25
+ ## Contributing
26
+
27
+ Bug reports and pull requests are welcome on GitHub at https://github.com/flum1025/twing_proxy. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
28
+
29
+ ## License
30
+
31
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
32
+
33
+ ## Code of Conduct
34
+
35
+ Everyone interacting in the TwingProxy project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/flum1025/twing_proxy/blob/master/CODE_OF_CONDUCT.md).
data/Rakefile ADDED
@@ -0,0 +1,2 @@
1
+ require "bundler/gem_tasks"
2
+ task :default => :spec
data/bin/console ADDED
@@ -0,0 +1,14 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "bundler/setup"
4
+ require "twing_proxy"
5
+
6
+ # You can add fixtures and/or initialization code here to make experimenting
7
+ # with your gem easier. You can also use a different console, if you like.
8
+
9
+ # (If you use this, don't forget to add pry to your Gemfile!)
10
+ # require "pry"
11
+ # Pry.start
12
+
13
+ require "irb"
14
+ IRB.start(__FILE__)
data/bin/setup ADDED
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+ set -vx
5
+
6
+ bundle install
7
+
8
+ # Do any other automated setup that you need to do here
@@ -0,0 +1,8 @@
1
+ require 'twing_proxy/version'
2
+ require 'twing_proxy/proxy'
3
+
4
+ Twing.on_init do |app|
5
+ app.cli.initializer.add(:proxy, '--proxy', 'start proxy') do
6
+ app.receivers.add(Proxy)
7
+ end
8
+ end
@@ -0,0 +1,36 @@
1
+ require 'twing/modules/base'
2
+ require 'rest-client'
3
+
4
+ class Proxy < Twing::Modules::Base
5
+ def initialize(*args)
6
+ super
7
+ @endpoints = setting.endpoints
8
+ end
9
+
10
+ def on_message(object)
11
+ case object
12
+ when Twitter::Tweet
13
+ logger.debug("Tweet #{object.id}")
14
+ execute(object)
15
+ end
16
+ end
17
+
18
+ private
19
+
20
+ def execute(object)
21
+ @endpoints.each do |endpoint|
22
+ Thread.new do
23
+ begin
24
+ RestClient.post(
25
+ endpoint,
26
+ object.to_h.to_json,
27
+ content_type: :json,
28
+ accept: :json
29
+ )
30
+ rescue => e
31
+ logger.error("#{e.class} #{e.message}")
32
+ end
33
+ end
34
+ end
35
+ end
36
+ end
@@ -0,0 +1,3 @@
1
+ module TwingProxy
2
+ VERSION = "0.1.0"
3
+ end
@@ -0,0 +1,25 @@
1
+ lib = File.expand_path('lib', __dir__)
2
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
3
+ require 'twing_proxy/version'
4
+
5
+ Gem::Specification.new do |spec|
6
+ spec.name = 'twing_proxy'
7
+ spec.version = TwingProxy::VERSION
8
+ spec.authors = ['flum1025']
9
+ spec.email = ['flum.1025@gmail.com']
10
+ spec.summary = 'Proxy for Twing'
11
+ spec.description = spec.summary
12
+ spec.homepage = 'https://github.com/flum1025/twing_proxy'
13
+ spec.license = 'MIT'
14
+ spec.files = Dir.chdir(File.expand_path(__dir__)) do
15
+ `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
16
+ end
17
+ spec.bindir = 'exe'
18
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
19
+ spec.require_paths = ['lib']
20
+
21
+ spec.add_development_dependency 'bundler'
22
+ spec.add_development_dependency 'rake', '~> 10.0'
23
+ spec.add_development_dependency 'pry'
24
+ spec.add_dependency 'rest-client'
25
+ end
metadata ADDED
@@ -0,0 +1,113 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: twing_proxy
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - flum1025
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2019-04-20 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: bundler
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rake
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '10.0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '10.0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: pry
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: rest-client
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ">="
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ type: :runtime
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ version: '0'
69
+ description: Proxy for Twing
70
+ email:
71
+ - flum.1025@gmail.com
72
+ executables: []
73
+ extensions: []
74
+ extra_rdoc_files: []
75
+ files:
76
+ - ".gitignore"
77
+ - CODE_OF_CONDUCT.md
78
+ - Gemfile
79
+ - Gemfile.lock
80
+ - LICENSE.txt
81
+ - README.md
82
+ - Rakefile
83
+ - bin/console
84
+ - bin/setup
85
+ - lib/twing_proxy.rb
86
+ - lib/twing_proxy/proxy.rb
87
+ - lib/twing_proxy/version.rb
88
+ - twing_proxy.gemspec
89
+ homepage: https://github.com/flum1025/twing_proxy
90
+ licenses:
91
+ - MIT
92
+ metadata: {}
93
+ post_install_message:
94
+ rdoc_options: []
95
+ require_paths:
96
+ - lib
97
+ required_ruby_version: !ruby/object:Gem::Requirement
98
+ requirements:
99
+ - - ">="
100
+ - !ruby/object:Gem::Version
101
+ version: '0'
102
+ required_rubygems_version: !ruby/object:Gem::Requirement
103
+ requirements:
104
+ - - ">="
105
+ - !ruby/object:Gem::Version
106
+ version: '0'
107
+ requirements: []
108
+ rubyforge_project:
109
+ rubygems_version: 2.6.8
110
+ signing_key:
111
+ specification_version: 4
112
+ summary: Proxy for Twing
113
+ test_files: []