best-movie-year 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: f0940ebec97a9ebe3b52571604a1d310b9d116a595535b68ca0d6faaf1641ac4
4
+ data.tar.gz: 5fa50f906f160f264bad270c152f3e6e168f4d3efd4a3b476d094a7ff18d8e50
5
+ SHA512:
6
+ metadata.gz: 5fca3214db31c0aba97d155b680a9d658f24f977d64b3080b3d962f219ca71cdcf50ac5bc378599980138cc7b777932f60f6f0db90ab332ddb98bad7c46b5235
7
+ data.tar.gz: 2ca311765e45f4d212b6bf75a6cda969371ef3bcaf437a3f334fd70ade937f7886d6db5a0155beb5ebcbcceedee56da3ce9d084cbd00a3968e0ab1af7fd72cc4
data/.gitignore ADDED
@@ -0,0 +1,8 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /_yardoc/
4
+ /coverage/
5
+ /doc/
6
+ /pkg/
7
+ /spec/reports/
8
+ /tmp/
@@ -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 'miss.nadia.lee@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
+ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
4
+
5
+ # Specify your gem's dependencies in best-movie-year.gemspec
6
+ gemspec
data/Gemfile.lock ADDED
@@ -0,0 +1,45 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ best-movie-year (0.1.0)
5
+
6
+ GEM
7
+ remote: https://rubygems.org/
8
+ specs:
9
+ coderay (1.1.2)
10
+ diff-lcs (1.3)
11
+ method_source (0.9.0)
12
+ mini_portile2 (2.3.0)
13
+ nokogiri (1.8.2)
14
+ mini_portile2 (~> 2.3.0)
15
+ pry (0.11.3)
16
+ coderay (~> 1.1.0)
17
+ method_source (~> 0.9.0)
18
+ rake (10.5.0)
19
+ rspec (3.7.0)
20
+ rspec-core (~> 3.7.0)
21
+ rspec-expectations (~> 3.7.0)
22
+ rspec-mocks (~> 3.7.0)
23
+ rspec-core (3.7.1)
24
+ rspec-support (~> 3.7.0)
25
+ rspec-expectations (3.7.0)
26
+ diff-lcs (>= 1.2.0, < 2.0)
27
+ rspec-support (~> 3.7.0)
28
+ rspec-mocks (3.7.0)
29
+ diff-lcs (>= 1.2.0, < 2.0)
30
+ rspec-support (~> 3.7.0)
31
+ rspec-support (3.7.1)
32
+
33
+ PLATFORMS
34
+ ruby
35
+
36
+ DEPENDENCIES
37
+ best-movie-year!
38
+ bundler (~> 1.16)
39
+ nokogiri (>= 1.8)
40
+ pry (>= 0.11)
41
+ rake (~> 10.0)
42
+ rspec (>= 3.7)
43
+
44
+ BUNDLED WITH
45
+ 1.16.1
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2018 'Nadia Lee'
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,41 @@
1
+ # Top 10 Best Movies by Year
2
+
3
+ CLI Gem composed of an OO Ruby application that lists the top 10 best movies by year of release per Rotten Tomatoes.
4
+
5
+ ## Installation
6
+
7
+ Add this line to your application's Gemfile:
8
+
9
+ ```ruby
10
+ gem 'best-movie-year'
11
+ ```
12
+
13
+ And then execute:
14
+
15
+ $ bundle
16
+
17
+ Or install it yourself as:
18
+
19
+ $ gem install best-movie-year
20
+
21
+ ## Usage
22
+
23
+ Run `best-movie-year` after installation.
24
+
25
+ ## Development
26
+
27
+ After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
28
+
29
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
30
+
31
+ ## Contributing
32
+
33
+ Bug reports and pull requests are welcome on GitHub at [github.com/missnadia/best-movie-year.git](https://github.com/missnadia/best-movie-year.git). 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.
34
+
35
+ ## License
36
+
37
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
38
+
39
+ ## Code of Conduct
40
+
41
+ Everyone interacting in the Best Movie Year project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/missnadia/best-movie-year/blob/master/CODE_OF_CONDUCT.md).
data/Rakefile ADDED
@@ -0,0 +1,6 @@
1
+ require "bundler/gem_tasks"
2
+ require "rspec/core/rake_task"
3
+
4
+ RSpec::Core::RakeTask.new(:spec)
5
+
6
+ task :default => :spec
@@ -0,0 +1,27 @@
1
+
2
+ lib = File.expand_path("../lib", __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require "./lib/best_movie_year/version"
5
+
6
+ Gem::Specification.new do |spec|
7
+ spec.name = "best-movie-year"
8
+ spec.version = BestMovies::VERSION
9
+ spec.authors = ["'Nadia Lee'"]
10
+ spec.email = ["'miss.nadia.lee@gmail.com'"]
11
+ spec.summary = %q{Top 10 Movies by Year}
12
+ spec.description = %q{Lists the top 10 movies by year of release per Rotten Tomatoes}
13
+ spec.homepage = "http://rubygems.org/gems/best-movie-year"
14
+ spec.license = "MIT"
15
+
16
+ spec.files = `git ls-files -z`.split("\x0").reject do |f|
17
+ f.match(%r{^(test|spec|features)/})
18
+ end
19
+ spec.executables = ["best-movie-year"]
20
+ spec.require_paths = ["lib", "lib/best_movie_year"]
21
+
22
+ spec.add_development_dependency "bundler", "~> 1.16"
23
+ spec.add_development_dependency "rake", "~> 10.0"
24
+ spec.add_development_dependency "rspec", ">= 3.7"
25
+ spec.add_development_dependency "nokogiri", ">= 1.8"
26
+ spec.add_development_dependency "pry", ">= 0.11"
27
+ end
@@ -0,0 +1,5 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require_relative "../lib/best_movie_year"
4
+
5
+ BestMovies::CLI.new.call
data/bin/console ADDED
@@ -0,0 +1,9 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "bundler/setup"
4
+ require "best_movie_year"
5
+ require "pry"
6
+ Pry.start
7
+
8
+ require "irb"
9
+ IRB.start
data/bin/setup ADDED
@@ -0,0 +1,6 @@
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+ set -vx
5
+
6
+ bundle install
@@ -0,0 +1,9 @@
1
+ require "bundler/setup"
2
+ Bundler.require(:default)
3
+
4
+ require "pry"
5
+ require "nokogiri"
6
+ require "open-uri"
7
+ require_relative "../lib/best_movie_year/cli"
8
+ require_relative "../lib/best_movie_year/movie"
9
+ require_relative "../lib/best_movie_year/version"
@@ -0,0 +1 @@
1
+ require_relative "../config/environment"
@@ -0,0 +1,90 @@
1
+ class BestMovies::CLI
2
+
3
+ BASE_PATH = "https://www.rottentomatoes.com"
4
+
5
+ def call
6
+ puts "Welcome!"
7
+ start
8
+ end
9
+
10
+ def make_movies(input)
11
+ movie_array = BestMovies::Movie.scrape_movies(BASE_PATH + "/top/bestofrt/?year=" + input)
12
+ BestMovies::Movie.create(movie_array)
13
+ end
14
+
15
+ def print_movies
16
+ BestMovies::Movie.all.first(10).each.with_index(1) { |movie, i|
17
+ puts "#{i}. #{movie.title[:title]}"
18
+ url = "#{movie.title[:url]}"
19
+ BestMovies::Movie.scrape_desc(url)
20
+ }
21
+ puts ""
22
+ add_info
23
+ end
24
+
25
+ def print_desc
26
+ BestMovies::Movie.all.first(10).each.with_index(1) { |movie, i|
27
+ puts "#{i}. #{wrap(movie.title[:desc][:desc])}"
28
+ puts ""
29
+ }
30
+ end
31
+
32
+ def add_info
33
+ puts "Would you like more information? (Y/N)"
34
+ input = gets.strip
35
+ if input.downcase == "y"
36
+ puts ""
37
+ print_desc
38
+ puts ""
39
+ diff_year
40
+ elsif input.downcase == "n"
41
+ puts ""
42
+ diff_year
43
+ else
44
+ puts ""
45
+ puts "Invalid entry. Please enter Y or N"
46
+ puts ""
47
+ print_movies
48
+ end
49
+ end
50
+
51
+ def diff_year
52
+ puts "Would you like to enter a different year? (Y/N)"
53
+ input = gets.strip
54
+ if input.downcase == "n"
55
+ puts ""
56
+ puts "Goodbye."
57
+ elsif input.downcase == "y"
58
+ puts ""
59
+ BestMovies::Movie.reset_all
60
+ start
61
+ else
62
+ puts "Invalid entry. Please enter Y or N."
63
+ puts ""
64
+ diff_year
65
+ end
66
+ end
67
+
68
+ def start
69
+ puts "Please enter a four-digit year from 1950 to 2018 to view the top 10 movies of that year. To exit, please type 'EXIT':"
70
+ input = gets.strip
71
+ if input.to_i >= 1950 && input.to_i <= 2018
72
+ make_movies(input)
73
+ puts ""
74
+ puts "Top 10 Movies of #{input.to_i}"
75
+ print_movies
76
+ elsif input.downcase == "exit"
77
+ puts ""
78
+ puts "Goodbye."
79
+ else
80
+ puts ""
81
+ puts "Invalid entry."
82
+ puts ""
83
+ start
84
+ end
85
+ end
86
+
87
+ def wrap(s, width=73)
88
+ s.gsub(/(.{1,#{width}})(\s+|\Z)/, "\\1\n")
89
+ end
90
+ end
@@ -0,0 +1,46 @@
1
+ class BestMovies::Movie
2
+ attr_accessor :title, :desc, :url
3
+
4
+ @@all = []
5
+
6
+ def initialize(title = nil, desc = nil, url = nil)
7
+ @title = title
8
+ @desc = desc
9
+ @url = url
10
+ @@all << self
11
+ end
12
+
13
+ def self.create(movie_array)
14
+ movie_array.each { |movie_hash| @movie = self.new(movie_hash) }
15
+ end
16
+
17
+ def self.all
18
+ @@all
19
+ end
20
+
21
+ def self.reset_all
22
+ @@all.clear
23
+ end
24
+
25
+ def self.scrape_desc(url)
26
+ titles = {}
27
+ doc = Nokogiri::HTML(open(url))
28
+ titles[:desc] = doc.css("div#movieSynopsis.movie_synopsis.clamp.clamp-6").text.strip
29
+
30
+ titles
31
+ end
32
+
33
+ def self.scrape_movies(main_url)
34
+ movie_list = []
35
+ doc = Nokogiri::HTML(open("#{main_url}"))
36
+ movies = doc.css("table.table a.unstyled.articleLink")
37
+ movies.each { |movie|
38
+ movie_title = movie.text.split(" ").first(11).drop(1)
39
+ movie_url = "https://www.rottentomatoes.com" + movie.attribute("href").value
40
+ movie_desc = self.scrape_desc("#{movie_url}")
41
+ movie_list << { title: movie_title[0], url: movie_url, desc: movie_desc }
42
+ }
43
+
44
+ movie_list
45
+ end
46
+ end
@@ -0,0 +1,3 @@
1
+ module BestMovies
2
+ VERSION = "0.1.0"
3
+ end
data/spec.md ADDED
@@ -0,0 +1,6 @@
1
+ # Specifications for the CLI Assessment
2
+
3
+ Specs:
4
+ - [x] Have a CLI for interfacing with the application - lib/best_movie_year/cli.rb processes and requests user input and uses it as arguments in various methods
5
+ - [x] Pull data from an external source - BestMovies::Class class has class methods called scrape_movies and scrape_desc that scrapes data from RottenTomatoes
6
+ - [X] Implement both list and detail views - Lists top 10 movies; adds detail view of movie summaries
metadata ADDED
@@ -0,0 +1,133 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: best-movie-year
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - "'Nadia Lee'"
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2018-03-16 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: '1.16'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.16'
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: rspec
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: '3.7'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: '3.7'
55
+ - !ruby/object:Gem::Dependency
56
+ name: nokogiri
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ">="
60
+ - !ruby/object:Gem::Version
61
+ version: '1.8'
62
+ type: :development
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ version: '1.8'
69
+ - !ruby/object:Gem::Dependency
70
+ name: pry
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - ">="
74
+ - !ruby/object:Gem::Version
75
+ version: '0.11'
76
+ type: :development
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - ">="
81
+ - !ruby/object:Gem::Version
82
+ version: '0.11'
83
+ description: Lists the top 10 movies by year of release per Rotten Tomatoes
84
+ email:
85
+ - "'miss.nadia.lee@gmail.com'"
86
+ executables:
87
+ - best-movie-year
88
+ extensions: []
89
+ extra_rdoc_files: []
90
+ files:
91
+ - ".gitignore"
92
+ - CODE_OF_CONDUCT.md
93
+ - Gemfile
94
+ - Gemfile.lock
95
+ - LICENSE.txt
96
+ - README.md
97
+ - Rakefile
98
+ - best-movie-year.gemspec
99
+ - bin/best-movie-year
100
+ - bin/console
101
+ - bin/setup
102
+ - config/environment.rb
103
+ - lib/best_movie_year.rb
104
+ - lib/best_movie_year/cli.rb
105
+ - lib/best_movie_year/movie.rb
106
+ - lib/best_movie_year/version.rb
107
+ - spec.md
108
+ homepage: http://rubygems.org/gems/best-movie-year
109
+ licenses:
110
+ - MIT
111
+ metadata: {}
112
+ post_install_message:
113
+ rdoc_options: []
114
+ require_paths:
115
+ - lib
116
+ - lib/best_movie_year
117
+ required_ruby_version: !ruby/object:Gem::Requirement
118
+ requirements:
119
+ - - ">="
120
+ - !ruby/object:Gem::Version
121
+ version: '0'
122
+ required_rubygems_version: !ruby/object:Gem::Requirement
123
+ requirements:
124
+ - - ">="
125
+ - !ruby/object:Gem::Version
126
+ version: '0'
127
+ requirements: []
128
+ rubyforge_project:
129
+ rubygems_version: 2.7.6
130
+ signing_key:
131
+ specification_version: 4
132
+ summary: Top 10 Movies by Year
133
+ test_files: []