sec_mens_bball 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: b3356e282654ddab52b9c03baa29dca82d5802fd
4
+ data.tar.gz: 5324d47d43ca77342015ab328e0ce91e4150409c
5
+ SHA512:
6
+ metadata.gz: dfdc8e3400a79c147652cbdf88d3d2d49fb23df0fbb82bee5eb348c8e9f735bbbb87761d6557ea9e3fc829c70bdbfcb1e434cd20c294722b588653eda6779930
7
+ data.tar.gz: 58db7e5c709749123e1ef0b92f672b8c43f98aa915028f1d77361827d08001b93fb62133ca1af961ab48ab6183fc1f8eb38d82ebb50717a103193a904eab56eb
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 hfields697@aol.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 sec_mens_bball.gemspec
6
+ gemspec
data/Gemfile.lock ADDED
@@ -0,0 +1,30 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ sec_mens_bball (0.1.0)
5
+ nokogiri
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ coderay (1.1.2)
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
+
20
+ PLATFORMS
21
+ ruby
22
+
23
+ DEPENDENCIES
24
+ bundler (~> 1.16)
25
+ pry
26
+ rake (~> 10.0)
27
+ sec_mens_bball!
28
+
29
+ BUNDLED WITH
30
+ 1.16.1
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2018 halfields
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/NOTES.md ADDED
@@ -0,0 +1,48 @@
1
+
2
+
3
+ user types: bin/bball
4
+
5
+ 1. Welcome to the site
6
+ Present a number list of teams in league order, with league and overall records
7
+ 2. "Enter a teams number to see its schedule or type exit to leave site"
8
+ 3. When you go to a team's site it will display:
9
+ - a heading with the team name + "Men's Basketball"
10
+ - a header with: "2018 Season"
11
+ - a sub-header with the categories: date, opponent, result/score (if not yet
12
+ played, the time)
13
+ -"Would you like to choose another team: Type yes and press ENTER"
14
+ yes returns to the welcome site
15
+ -"Would you like to leave this site: Type exit and press ENTER"
16
+ exit causes you to exit the site
17
+
18
+ The welcome page presents a table of 14 SEC basketball teams and their data scraped from "http://www.secsports.com/standings/mens-basketball" using the 'scrape_standings_page' class method. It will provide the following data:
19
+ - numerical ranking in the 2018 standings
20
+ - school name
21
+ - conference record
22
+ -overall record
23
+
24
+ School name, conference record, and overall record are scraped from the website and added to an array of hashes. The numerical ranking is computed from the index of each school entry:
25
+ standings = [
26
+ {team =>
27
+ {school name => xxx},
28
+ {conference record => xxx},
29
+ {overall record => xxx},
30
+ {team clubhouse url => url}
31
+ },
32
+ ...
33
+ ]
34
+
35
+ Individual school schedule websites are scraped and provide an array of hashes.
36
+ -Each element of the array represents a game on the school's schedule
37
+ -Each game has the following attributes:
38
+ - game.date
39
+ - game.opponent
40
+ - game.result #result if already played (win or lose with the score of the game)
41
+ #time of game if not yet played
42
+
43
+ for general reference, the url of the main page that is scraped is:
44
+ http://www.secsports.com/standings/mens-basketball
45
+
46
+ an example url of a team schedule page that is scraped is:
47
+ http://www.secsports.com/schedule/mens-basketball/missouri-tigers
48
+
data/README.md ADDED
@@ -0,0 +1,44 @@
1
+ # SecMensBball
2
+
3
+ Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/sec_mens_bball`. To experiment with that code, run `bin/console` for an interactive prompt.
4
+
5
+ TODO: Delete this and the text above, and describe your gem
6
+
7
+ ## Installation
8
+
9
+ Add this line to your application's Gemfile:
10
+
11
+ ```ruby
12
+ gem 'sec_mens_bball'
13
+ ```
14
+
15
+ And then execute:
16
+
17
+ $ bundle
18
+
19
+ Or install it yourself as:
20
+
21
+ $ gem install sec_mens_bball
22
+
23
+ ## Usage
24
+
25
+ TODO: Write usage instructions here
26
+
27
+ ## Development
28
+
29
+ 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.
30
+
31
+ 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).
32
+
33
+ ## Contributing
34
+
35
+ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/sec_mens_bball. 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.
36
+
37
+ ## License
38
+
39
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
40
+
41
+ ## Code of Conduct
42
+
43
+ Everyone interacting in the SecMensBball project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/sec_mens_bball/blob/master/CODE_OF_CONDUCT.md).
44
+ # sec-mens-bball
data/Rakefile ADDED
@@ -0,0 +1,2 @@
1
+ require "bundler/gem_tasks"
2
+ task :default => :spec
data/bin/bball ADDED
@@ -0,0 +1,7 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "bundler/setup"
4
+ require "sec_mens_bball"
5
+
6
+
7
+ SecMensBball::CLI.new.call
data/bin/console ADDED
@@ -0,0 +1,14 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "bundler/setup"
4
+ require "sec_mens_bball"
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,76 @@
1
+ require 'pry'
2
+
3
+ class SecMensBball::CLI
4
+
5
+ def call
6
+ welcome
7
+ display_league
8
+ choose
9
+ end
10
+
11
+ def welcome
12
+ puts
13
+ puts "Welcome to my Southeastern Conference Mens Basketball site."
14
+ puts "Here are the current league standings."
15
+ puts
16
+ end
17
+
18
+ def display_league
19
+ puts
20
+ puts "No. Team League Record Overall Record"
21
+ puts "----------------------------------------------------------------"
22
+ @standings = Scraper.scrape_standings_page
23
+ rank = 0
24
+ @standings.each do |team|
25
+ rank += 1
26
+ print rank.to_s.rjust(2)
27
+ print team.name.rjust(20)
28
+ print team.conf_record.rjust(15)
29
+ puts team.overall_record.rjust(20)
30
+ end
31
+ end
32
+
33
+ def choose
34
+ puts
35
+ loop do
36
+ puts "Enter a team's number to see its schedule, type 'league' to see league standings again, or type 'exit' to leave site"
37
+ input = gets.strip
38
+ if input == "exit"
39
+ goodbye
40
+ break
41
+ elsif (1..14).cover?(input.to_i)
42
+ team = @standings[input.to_i - 1]
43
+ Scraper.scrape_team_page(team)
44
+ display_team_schedule(team)
45
+ elsif input == "league"
46
+ display_league
47
+ else
48
+ puts "Please type a number between 1 and 14."
49
+ end
50
+ end
51
+ end
52
+
53
+ def display_team_schedule(team)
54
+ puts
55
+ puts "#{team.name} Men's Basketball Team Schedule 2018"
56
+ puts " Date Matchup Result/Time "
57
+ puts "--------------------------------------------------------"
58
+ team.games.each do |game|
59
+ print game.date.rjust(13)
60
+ print game.opponent.rjust(25)
61
+ puts game.result.rjust(15)
62
+ end
63
+ puts "* Game Played At Neutral Venue"
64
+ end
65
+
66
+ def goodbye
67
+ puts "Goodbye. Come back soon!"
68
+ end
69
+
70
+ def find_team_url(input)
71
+ index = input.to_i - 1
72
+ team = @standings[index]
73
+ team.url
74
+ end
75
+ end
76
+
@@ -0,0 +1,4 @@
1
+ class Game
2
+
3
+ attr_accessor :date, :opponent, :result
4
+ end
@@ -0,0 +1,46 @@
1
+ require 'open-uri'
2
+ require 'nokogiri'
3
+ require 'pry'
4
+
5
+ class Scraper
6
+
7
+ def self.scrape_standings_page
8
+ doc = Nokogiri::HTML(open("http://www.secsports.com/standings/mens-basketball"))
9
+ standings = doc.css("#wrapper > div > main > section > div > section > div > div > div > div.panel-body > div > table > tbody")
10
+ league = []
11
+ standings.css("tr").each do |team_table|
12
+ t = Team.new
13
+ t.name = team_table.css("a:first").text
14
+ t.url = team_table.css("a:first").attr("href").text.strip
15
+ t.conf_record = team_table.css("td")[1].text
16
+ t.overall_record = team_table.css("td")[2].text
17
+ league << t
18
+ end
19
+ league
20
+ end
21
+
22
+ def self.scrape_team_page(team)
23
+ schedule_url = ("http://www.secsports.com" + team.url).gsub("clubhouse", "schedule")
24
+ doc = Nokogiri::HTML(open(schedule_url))
25
+ schedule = doc.css("#wrapper > div > main > section > div > section > div > div > div > div.panel-body > div > table > tbody")
26
+ team.games = []
27
+ schedule.css("tr").each do |game|
28
+ unless game.css("td")[0].text.strip == "* Game Played At Neutral Venue"
29
+ g = Game.new
30
+ g.date = game.css("td")[0].text
31
+ g.opponent = game.css("td")[1].text
32
+ g.result = game.css("td")[2].text
33
+ team.games << g
34
+ end
35
+ end
36
+ end
37
+ end
38
+
39
+
40
+
41
+
42
+
43
+
44
+
45
+
46
+
@@ -0,0 +1,4 @@
1
+ class Team
2
+
3
+ attr_accessor :name, :url, :conf_record, :overall_record, :games
4
+ end
@@ -0,0 +1,3 @@
1
+ module SecMensBball
2
+ VERSION = "0.1.0"
3
+ end
@@ -0,0 +1,5 @@
1
+ require_relative './sec_mens_bball/cli'
2
+ require_relative './sec_mens_bball/scraper'
3
+ require_relative './sec_mens_bball/team'
4
+ require_relative './sec_mens_bball/version'
5
+ require_relative './sec_mens_bball/game'
@@ -0,0 +1,39 @@
1
+ lib = File.expand_path("../lib", __FILE__)
2
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
3
+ require "sec_mens_bball/version"
4
+
5
+ Gem::Specification.new do |spec|
6
+ spec.name = "sec_mens_bball"
7
+ spec.version = SecMensBball::VERSION
8
+ spec.authors = ["halfields"]
9
+ spec.email = ["hfields697@aol.com"]
10
+
11
+ spec.summary = %q{Gives records and}
12
+ spec.description = %q{Shows the league and overall basketball records for the men's teams in the Southeastern Conference. Pick a team and see its complete 2017-1018 schedule}
13
+ spec.homepage = ""
14
+ spec.license = "MIT"
15
+
16
+ # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
17
+ # to allow pushing to a single host or delete this section to allow pushing to any host.
18
+ # if spec.respond_to?(:metadata)
19
+ # spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'"
20
+ # else
21
+ # raise "RubyGems 2.0 or newer is required to protect against " \
22
+ # "public gem pushes."
23
+ # end
24
+
25
+ spec.files = `git ls-files -z`.split("\x0").reject do |f|
26
+ f.match(%r{^(test|spec|features)/})
27
+ end
28
+ spec.bindir = "exe"
29
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
30
+ spec.require_paths = ["lib"]
31
+
32
+ spec.add_development_dependency "bundler", "~> 1.16"
33
+ spec.add_development_dependency "rake", "~> 10.0"
34
+ spec.add_development_dependency "pry"
35
+
36
+ # spec.add_dependency "require_all"
37
+ spec.add_dependency "nokogiri"
38
+
39
+ end
data/spec.md ADDED
@@ -0,0 +1,6 @@
1
+ Specifications for the CLI Assessment
2
+ Specs:
3
+
4
+ Have a CLI for interfacing with the application
5
+ Pull data from an external source
6
+ Implement both list and detail views
metadata ADDED
@@ -0,0 +1,120 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: sec_mens_bball
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - halfields
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2018-05-12 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: 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: nokogiri
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: Shows the league and overall basketball records for the men's teams in
70
+ the Southeastern Conference. Pick a team and see its complete 2017-1018 schedule
71
+ email:
72
+ - hfields697@aol.com
73
+ executables: []
74
+ extensions: []
75
+ extra_rdoc_files: []
76
+ files:
77
+ - ".gitignore"
78
+ - CODE_OF_CONDUCT.md
79
+ - Gemfile
80
+ - Gemfile.lock
81
+ - LICENSE.txt
82
+ - NOTES.md
83
+ - README.md
84
+ - Rakefile
85
+ - bin/bball
86
+ - bin/console
87
+ - bin/setup
88
+ - lib/sec_mens_bball.rb
89
+ - lib/sec_mens_bball/cli.rb
90
+ - lib/sec_mens_bball/game.rb
91
+ - lib/sec_mens_bball/scraper.rb
92
+ - lib/sec_mens_bball/team.rb
93
+ - lib/sec_mens_bball/version.rb
94
+ - sec_mens_bball.gemspec
95
+ - spec.md
96
+ homepage: ''
97
+ licenses:
98
+ - MIT
99
+ metadata: {}
100
+ post_install_message:
101
+ rdoc_options: []
102
+ require_paths:
103
+ - lib
104
+ required_ruby_version: !ruby/object:Gem::Requirement
105
+ requirements:
106
+ - - ">="
107
+ - !ruby/object:Gem::Version
108
+ version: '0'
109
+ required_rubygems_version: !ruby/object:Gem::Requirement
110
+ requirements:
111
+ - - ">="
112
+ - !ruby/object:Gem::Version
113
+ version: '0'
114
+ requirements: []
115
+ rubyforge_project:
116
+ rubygems_version: 2.4.8
117
+ signing_key:
118
+ specification_version: 4
119
+ summary: Gives records and
120
+ test_files: []