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
| # encoding: utf-8 | |
| # $ ruby check_bot.rb | |
| require 'open-uri' | |
| @url = 'https://registrano.com/events/handlino-new-opening/registrations/new' | |
| def check? | |
| open(@url) do |f| | |
| f.each_line do |line| | |
| if line.include? '抱歉,目前本活動已額滿。' |
NewerOlder