This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'nokogiri' | |
date = '2015-11-01' | |
members = ['shiloa', 'Vall3y', 'natashach', 'edencoh', 'naorrosenberg', | |
'benbek'] | |
def get_issues_count(author, assignee, date) | |
url = "https://github.com/quixey/app-portal/issues?utf8=%E2%9C%93&q=assignee%3A#{assignee}++created%3A%3E#{date}+author%3A#{author}+&_pjax=%23js-repo-pjax-container" | |
cookie = 'your cookie' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"always_show_minimap_viewport": true, | |
"caret_style": "smooth", | |
"ensure_newline_at_eof_on_save": true, | |
"highlight_line": true, | |
"shift_tab_unindent": true, | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"word_wrap": false, | |
"save_on_focus_lost": true, |