

<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	〈Max的城市售票網搶票機器人〉的留言	</title>
	<atom:link href="https://max-everyday.com/2019/02/urbtix-bot/feed/" rel="self" type="application/rss+xml" />
	<link>https://max-everyday.com/2019/02/urbtix-bot/</link>
	<description>認真過每一天、快樂過每一天</description>
	<lastBuildDate>Wed, 25 Oct 2023 04:47:54 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.2</generator>
	<item>
		<title>
		留言者: Max		</title>
		<link>https://max-everyday.com/2019/02/urbtix-bot/#comment-7361</link>

		<dc:creator><![CDATA[Max]]></dc:creator>
		<pubDate>Wed, 25 Oct 2023 04:47:54 +0000</pubDate>
		<guid isPermaLink="false">http://max-everyday.com/?p=7304#comment-7361</guid>

					<description><![CDATA[回覆的對象為「&lt;a href=&quot;https://max-everyday.com/2019/02/urbtix-bot/#comment-7352&quot;&gt;ASSSFay&lt;/a&gt;」。

您需要移除 python 3.12, 改安裝 python 3.10.x (或 python 3.11.x 或 python 3.9.x) 版.]]></description>
			<content:encoded><![CDATA[<p>回覆的對象為「<a href="https://max-everyday.com/2019/02/urbtix-bot/#comment-7352">ASSSFay</a>」。</p>
<p>您需要移除 python 3.12, 改安裝 python 3.10.x (或 python 3.11.x 或 python 3.9.x) 版.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		留言者: ASSSFay		</title>
		<link>https://max-everyday.com/2019/02/urbtix-bot/#comment-7352</link>

		<dc:creator><![CDATA[ASSSFay]]></dc:creator>
		<pubDate>Tue, 24 Oct 2023 09:32:25 +0000</pubDate>
		<guid isPermaLink="false">http://max-everyday.com/?p=7304#comment-7352</guid>

					<description><![CDATA[感謝您的分享，我在城市售票網嘗試，程式可以運行但不能自動搶票，
Last login: Tue Oct 24 17:27:52 on ttys000
lihao@MacBook-Pro ~ % /Users/lihao/Downloads/MaxBot.app/Contents/MacOS/MaxBot ; exit;
Hello, World, Settings Py3
/Users/lihao/Downloads/MaxBot.app/Contents/Resources/chrome_tixcraft.py:897: SyntaxWarning: invalid escape sequence &#039;\d&#039;
  pattern = re.compile(&quot;[\d]&quot;)
/Users/lihao/Downloads/MaxBot.app/Contents/Resources/chrome_tixcraft.py:901: SyntaxWarning: invalid escape sequence &#039;\d&#039;
  my_formated += &quot;[\d]&quot;
/Users/lihao/Downloads/MaxBot.app/Contents/Resources/chrome_tixcraft.py:908: SyntaxWarning: invalid escape sequence &#039;\d&#039;
  my_formated = my_formated.replace(&quot;[\d][\d]&quot;,&quot;[\d]&quot;)
/Users/lihao/Downloads/MaxBot.app/Contents/Resources/chrome_tixcraft.py:908: SyntaxWarning: invalid escape sequence &#039;\d&#039;
  my_formated = my_formated.replace(&quot;[\d][\d]&quot;,&quot;[\d]&quot;)
/Users/lihao/Downloads/MaxBot.app/Contents/Resources/chrome_tixcraft.py:912: SyntaxWarning: invalid escape sequence &#039;\d&#039;
  my_formated = my_formated.replace(&quot;[\d]&quot;,&quot;[\d]+&quot;)
/Users/lihao/Downloads/MaxBot.app/Contents/Resources/chrome_tixcraft.py:912: SyntaxWarning: invalid escape sequence &#039;\d&#039;
  my_formated = my_formated.replace(&quot;[\d]&quot;,&quot;[\d]+&quot;)
/Users/lihao/Downloads/MaxBot.app/Contents/Resources/chrome_tixcraft.py:932: SyntaxWarning: invalid escape sequence &#039;\(&#039;
  pattern = &#039;\(.{1,4}\)&#039;
/Users/lihao/Downloads/MaxBot.app/Contents/Resources/chrome_tixcraft.py:941: SyntaxWarning: invalid escape sequence &#039;\[&#039;
  pattern = &#039;\[.{1,4}\]&#039;
/Users/lihao/Downloads/MaxBot.app/Contents/Resources/chrome_tixcraft.py:950: SyntaxWarning: invalid escape sequence &#039;\)&#039;
  pattern = &quot;\\n.{1,4}\)&quot;
/Users/lihao/Downloads/MaxBot.app/Contents/Resources/chrome_tixcraft.py:959: SyntaxWarning: invalid escape sequence &#039;\]&#039;
  pattern = &quot;\\n.{1,4}\]&quot;
/Users/lihao/Downloads/MaxBot.app/Contents/Resources/chrome_tixcraft.py:987: SyntaxWarning: invalid escape sequence &#039;\&#124;&#039;
  pattern = &quot;[ /\n\&#124;;\.\?]{1}.{1}[\.:)\]&#062;]{1}.{2,3}&quot;
/Users/lihao/Downloads/MaxBot.app/Contents/Resources/chrome_tixcraft.py:1140: SyntaxWarning: invalid escape sequence &#039;\(&#039;
  hint_list = re.findall(&#039;\(.*?\)&#039;, tmp_text)
/Users/lihao/Downloads/MaxBot.app/Contents/Resources/chrome_tixcraft.py:1143: SyntaxWarning: invalid escape sequence &#039;\(&#039;
  print(&quot;\(.*?\)hint_list:&quot;, hint_list)
/Users/lihao/Downloads/MaxBot.app/Contents/Resources/chrome_tixcraft.py:1316: SyntaxWarning: invalid escape sequence &#039;\d&#039;
  my_anwser_formated = &#039;[A-Za-z\d]&#039; * int(answer_char_count)
/Users/lihao/Downloads/MaxBot.app/Contents/Resources/chrome_tixcraft.py:1330: SyntaxWarning: invalid escape sequence &#039;\d&#039;
  my_anwser_formated = &#039;[A-Za-z\d]&#039; * int(answer_char_count)
maxbot app version: MaxBot (2023.10.02)
python version: 3.12.0
platform: macOS-13.4.1-x86_64-i386-64bit
homepage: http://www.urbtix.hk/
browser: chrome
ticket_number: 2
{&#039;date_auto_select&#039;: {&#039;enable&#039;: True, &#039;date_keyword&#039;: &#039;&#039;, &#039;mode&#039;: &#039;from top to bottom&#039;}, &#039;pass_date_is_sold_out&#039;: True, &#039;auto_reload_coming_soon_page&#039;: True}
==[advanced config]==
{&#039;play_captcha_sound&#039;: {&#039;enable&#039;: True, &#039;filename&#039;: &#039;ding-dong.wav&#039;}, &#039;tixcraft_sid&#039;: &#039;&#039;, &#039;ibonqware&#039;: &#039;&#039;, &#039;facebook_account&#039;: &#039;&#039;, &#039;kktix_account&#039;: &#039;&#039;, &#039;cityline_account&#039;: &#039;&#039;, &#039;urbtix_account&#039;: &#039;&#039;, &#039;hkticketing_account&#039;: &#039;&#039;, &#039;kham_account&#039;: &#039;&#039;, &#039;ticket_account&#039;: &#039;&#039;, &#039;ticketplus_account&#039;: &#039;&#039;, &#039;facebook_password&#039;: &#039;&#039;, &#039;kktix_password&#039;: &#039;&#039;, &#039;urbtix_password&#039;: &#039;&#039;, &#039;cityline_password&#039;: &#039;&#039;, &#039;hkticketing_password&#039;: &#039;&#039;, &#039;kham_password&#039;: &#039;&#039;, &#039;ticket_password&#039;: &#039;&#039;, &#039;ticketplus_password&#039;: &#039;&#039;, &#039;adblock_plus_enable&#039;: False, &#039;disable_adjacent_seat&#039;: False, &#039;headless&#039;: False, &#039;verbose&#039;: False, &#039;auto_guess_options&#039;: True, &#039;user_guess_string&#039;: &#039;&#039;, &#039;online_dictionary_url&#039;: &#039;&#039;, &#039;auto_reload_page_interval&#039;: 1.0, &#039;auto_reload_random_delay&#039;: False}
webdriver_type: undetected_chromedriver
platform.system().lower(): darwin
Traceback (most recent call last):
  File &quot;/Users/lihao/Downloads/MaxBot.app/Contents/Resources/chrome_tixcraft.py&quot;, line 11845, in 
    cli()
  File &quot;/Users/lihao/Downloads/MaxBot.app/Contents/Resources/chrome_tixcraft.py&quot;, line 11800, in cli
    main(args)
  File &quot;/Users/lihao/Downloads/MaxBot.app/Contents/Resources/chrome_tixcraft.py&quot;, line 11619, in main
    driver = get_driver_by_config(config_dict)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File &quot;/Users/lihao/Downloads/MaxBot.app/Contents/Resources/chrome_tixcraft.py&quot;, line 713, in get_driver_by_config
    driver = load_chromdriver_uc(config_dict)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File &quot;/Users/lihao/Downloads/MaxBot.app/Contents/Resources/chrome_tixcraft.py&quot;, line 567, in load_chromdriver_uc
    import undetected_chromedriver as uc
  File &quot;/Users/lihao/Downloads/MaxBot.app/Contents/Resources/undetected_chromedriver/__init__.py&quot;, line 44, in 
    from .patcher import IS_POSIX
  File &quot;/Users/lihao/Downloads/MaxBot.app/Contents/Resources/undetected_chromedriver/patcher.py&quot;, line 4, in 
    from distutils.version import LooseVersion
ModuleNotFoundError: No module named &#039;distutils&#039;]]></description>
			<content:encoded><![CDATA[<p>感謝您的分享，我在城市售票網嘗試，程式可以運行但不能自動搶票，<br />
Last login: Tue Oct 24 17:27:52 on ttys000<br />
lihao@MacBook-Pro ~ % /Users/lihao/Downloads/MaxBot.app/Contents/MacOS/MaxBot ; exit;<br />
Hello, World, Settings Py3<br />
/Users/lihao/Downloads/MaxBot.app/Contents/Resources/chrome_tixcraft.py:897: SyntaxWarning: invalid escape sequence &#8216;\d&#8217;<br />
  pattern = re.compile(&#8220;[\d]&#8221;)<br />
/Users/lihao/Downloads/MaxBot.app/Contents/Resources/chrome_tixcraft.py:901: SyntaxWarning: invalid escape sequence &#8216;\d&#8217;<br />
  my_formated += &#8220;[\d]&#8221;<br />
/Users/lihao/Downloads/MaxBot.app/Contents/Resources/chrome_tixcraft.py:908: SyntaxWarning: invalid escape sequence &#8216;\d&#8217;<br />
  my_formated = my_formated.replace(&#8220;[\d][\d]&#8221;,&#8221;[\d]&#8221;)<br />
/Users/lihao/Downloads/MaxBot.app/Contents/Resources/chrome_tixcraft.py:908: SyntaxWarning: invalid escape sequence &#8216;\d&#8217;<br />
  my_formated = my_formated.replace(&#8220;[\d][\d]&#8221;,&#8221;[\d]&#8221;)<br />
/Users/lihao/Downloads/MaxBot.app/Contents/Resources/chrome_tixcraft.py:912: SyntaxWarning: invalid escape sequence &#8216;\d&#8217;<br />
  my_formated = my_formated.replace(&#8220;[\d]&#8221;,&#8221;[\d]+&#8221;)<br />
/Users/lihao/Downloads/MaxBot.app/Contents/Resources/chrome_tixcraft.py:912: SyntaxWarning: invalid escape sequence &#8216;\d&#8217;<br />
  my_formated = my_formated.replace(&#8220;[\d]&#8221;,&#8221;[\d]+&#8221;)<br />
/Users/lihao/Downloads/MaxBot.app/Contents/Resources/chrome_tixcraft.py:932: SyntaxWarning: invalid escape sequence &#8216;\(&#8216;<br />
  pattern = &#8216;\(.{1,4}\)&#8217;<br />
/Users/lihao/Downloads/MaxBot.app/Contents/Resources/chrome_tixcraft.py:941: SyntaxWarning: invalid escape sequence &#8216;\[&#8216;<br />
  pattern = &#8216;\[.{1,4}\]&#8217;<br />
/Users/lihao/Downloads/MaxBot.app/Contents/Resources/chrome_tixcraft.py:950: SyntaxWarning: invalid escape sequence &#8216;\)&#8217;<br />
  pattern = &#8220;\\n.{1,4}\)&#8221;<br />
/Users/lihao/Downloads/MaxBot.app/Contents/Resources/chrome_tixcraft.py:959: SyntaxWarning: invalid escape sequence &#8216;\]&#8217;<br />
  pattern = &#8220;\\n.{1,4}\]&#8221;<br />
/Users/lihao/Downloads/MaxBot.app/Contents/Resources/chrome_tixcraft.py:987: SyntaxWarning: invalid escape sequence &#8216;\|&#8217;<br />
  pattern = &#8220;[ /\n\|;\.\?]{1}.{1}[\.:)\]&gt;]{1}.{2,3}&#8221;<br />
/Users/lihao/Downloads/MaxBot.app/Contents/Resources/chrome_tixcraft.py:1140: SyntaxWarning: invalid escape sequence &#8216;\(&#8216;<br />
  hint_list = re.findall(&#8216;\(.*?\)&#8217;, tmp_text)<br />
/Users/lihao/Downloads/MaxBot.app/Contents/Resources/chrome_tixcraft.py:1143: SyntaxWarning: invalid escape sequence &#8216;\(&#8216;<br />
  print(&#8220;\(.*?\)hint_list:&#8221;, hint_list)<br />
/Users/lihao/Downloads/MaxBot.app/Contents/Resources/chrome_tixcraft.py:1316: SyntaxWarning: invalid escape sequence &#8216;\d&#8217;<br />
  my_anwser_formated = &#8216;[A-Za-z\d]&#8217; * int(answer_char_count)<br />
/Users/lihao/Downloads/MaxBot.app/Contents/Resources/chrome_tixcraft.py:1330: SyntaxWarning: invalid escape sequence &#8216;\d&#8217;<br />
  my_anwser_formated = &#8216;[A-Za-z\d]&#8217; * int(answer_char_count)<br />
maxbot app version: MaxBot (2023.10.02)<br />
python version: 3.12.0<br />
platform: macOS-13.4.1-x86_64-i386-64bit<br />
homepage: <a href="http://www.urbtix.hk/" rel="nofollow ugc">http://www.urbtix.hk/</a><br />
browser: chrome<br />
ticket_number: 2<br />
{&#8216;date_auto_select&#8217;: {&#8216;enable&#8217;: True, &#8216;date_keyword&#8217;: &#8221;, &#8216;mode&#8217;: &#8216;from top to bottom&#8217;}, &#8216;pass_date_is_sold_out&#8217;: True, &#8216;auto_reload_coming_soon_page&#8217;: True}<br />
==[advanced config]==<br />
{&#8216;play_captcha_sound&#8217;: {&#8216;enable&#8217;: True, &#8216;filename&#8217;: &#8216;ding-dong.wav&#8217;}, &#8216;tixcraft_sid&#8217;: &#8221;, &#8216;ibonqware&#8217;: &#8221;, &#8216;facebook_account&#8217;: &#8221;, &#8216;kktix_account&#8217;: &#8221;, &#8216;cityline_account&#8217;: &#8221;, &#8216;urbtix_account&#8217;: &#8221;, &#8216;hkticketing_account&#8217;: &#8221;, &#8216;kham_account&#8217;: &#8221;, &#8216;ticket_account&#8217;: &#8221;, &#8216;ticketplus_account&#8217;: &#8221;, &#8216;facebook_password&#8217;: &#8221;, &#8216;kktix_password&#8217;: &#8221;, &#8216;urbtix_password&#8217;: &#8221;, &#8216;cityline_password&#8217;: &#8221;, &#8216;hkticketing_password&#8217;: &#8221;, &#8216;kham_password&#8217;: &#8221;, &#8216;ticket_password&#8217;: &#8221;, &#8216;ticketplus_password&#8217;: &#8221;, &#8216;adblock_plus_enable&#8217;: False, &#8216;disable_adjacent_seat&#8217;: False, &#8216;headless&#8217;: False, &#8216;verbose&#8217;: False, &#8216;auto_guess_options&#8217;: True, &#8216;user_guess_string&#8217;: &#8221;, &#8216;online_dictionary_url&#8217;: &#8221;, &#8216;auto_reload_page_interval&#8217;: 1.0, &#8216;auto_reload_random_delay&#8217;: False}<br />
webdriver_type: undetected_chromedriver<br />
platform.system().lower(): darwin<br />
Traceback (most recent call last):<br />
  File &#8220;/Users/lihao/Downloads/MaxBot.app/Contents/Resources/chrome_tixcraft.py&#8221;, line 11845, in<br />
    cli()<br />
  File &#8220;/Users/lihao/Downloads/MaxBot.app/Contents/Resources/chrome_tixcraft.py&#8221;, line 11800, in cli<br />
    main(args)<br />
  File &#8220;/Users/lihao/Downloads/MaxBot.app/Contents/Resources/chrome_tixcraft.py&#8221;, line 11619, in main<br />
    driver = get_driver_by_config(config_dict)<br />
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^<br />
  File &#8220;/Users/lihao/Downloads/MaxBot.app/Contents/Resources/chrome_tixcraft.py&#8221;, line 713, in get_driver_by_config<br />
    driver = load_chromdriver_uc(config_dict)<br />
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^<br />
  File &#8220;/Users/lihao/Downloads/MaxBot.app/Contents/Resources/chrome_tixcraft.py&#8221;, line 567, in load_chromdriver_uc<br />
    import undetected_chromedriver as uc<br />
  File &#8220;/Users/lihao/Downloads/MaxBot.app/Contents/Resources/undetected_chromedriver/__init__.py&#8221;, line 44, in<br />
    from .patcher import IS_POSIX<br />
  File &#8220;/Users/lihao/Downloads/MaxBot.app/Contents/Resources/undetected_chromedriver/patcher.py&#8221;, line 4, in<br />
    from distutils.version import LooseVersion<br />
ModuleNotFoundError: No module named &#8216;distutils&#8217;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		留言者: ckwong		</title>
		<link>https://max-everyday.com/2019/02/urbtix-bot/#comment-5068</link>

		<dc:creator><![CDATA[ckwong]]></dc:creator>
		<pubDate>Wed, 26 Apr 2023 14:37:43 +0000</pubDate>
		<guid isPermaLink="false">http://max-everyday.com/?p=7304#comment-5068</guid>

					<description><![CDATA[太棒了，希望下次kktix能搶到]]></description>
			<content:encoded><![CDATA[<p>太棒了，希望下次kktix能搶到</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		留言者: dracula		</title>
		<link>https://max-everyday.com/2019/02/urbtix-bot/#comment-4392</link>

		<dc:creator><![CDATA[dracula]]></dc:creator>
		<pubDate>Fri, 20 Jan 2023 03:03:49 +0000</pubDate>
		<guid isPermaLink="false">http://max-everyday.com/?p=7304#comment-4392</guid>

					<description><![CDATA[你好，想請問會不會研究一下www.popticket.hk的搶票程式？發現他跟其他傳統售票網的方式完全不同，逐個位置點時間上比平時買票的長一點，希望可以研究一下，謝謝<img src="https://s.w.org/images/core/emoji/15.0.3/72x72/1f64f-1f3fb.png" alt="🙏🏻" class="wp-smiley" style="height: 1em; max-height: 1em;" />]]></description>
			<content:encoded><![CDATA[<p>你好，想請問會不會研究一下www.popticket.hk的搶票程式？發現他跟其他傳統售票網的方式完全不同，逐個位置點時間上比平時買票的長一點，希望可以研究一下，謝謝🙏🏻</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		留言者: Chris		</title>
		<link>https://max-everyday.com/2019/02/urbtix-bot/#comment-4238</link>

		<dc:creator><![CDATA[Chris]]></dc:creator>
		<pubDate>Mon, 19 Dec 2022 03:38:37 +0000</pubDate>
		<guid isPermaLink="false">http://max-everyday.com/?p=7304#comment-4238</guid>

					<description><![CDATA[urbtix平台更新了, max夶會研究新的排隊機制要怎樣破解嗎]]></description>
			<content:encoded><![CDATA[<p>urbtix平台更新了, max夶會研究新的排隊機制要怎樣破解嗎</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		留言者: Frankie		</title>
		<link>https://max-everyday.com/2019/02/urbtix-bot/#comment-4229</link>

		<dc:creator><![CDATA[Frankie]]></dc:creator>
		<pubDate>Fri, 16 Dec 2022 02:40:11 +0000</pubDate>
		<guid isPermaLink="false">http://max-everyday.com/?p=7304#comment-4229</guid>

					<description><![CDATA[回覆的對象為「&lt;a href=&quot;https://max-everyday.com/2019/02/urbtix-bot/#comment-4157&quot;&gt;Max&lt;/a&gt;」。

<img src="https://s.w.org/images/core/emoji/15.0.3/72x72/1f64f-1f3fb.png" alt="🙏🏻" class="wp-smiley" style="height: 1em; max-height: 1em;" />希望Max 可以破解新版城市售票網。謝謝你

www.urbtix.hk]]></description>
			<content:encoded><![CDATA[<p>回覆的對象為「<a href="https://max-everyday.com/2019/02/urbtix-bot/#comment-4157">Max</a>」。</p>
<p>🙏🏻希望Max 可以破解新版城市售票網。謝謝你</p>
<p><a href="http://www.urbtix.hk" rel="nofollow ugc">http://www.urbtix.hk</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		留言者: Max		</title>
		<link>https://max-everyday.com/2019/02/urbtix-bot/#comment-4157</link>

		<dc:creator><![CDATA[Max]]></dc:creator>
		<pubDate>Sun, 04 Dec 2022 15:19:54 +0000</pubDate>
		<guid isPermaLink="false">http://max-everyday.com/?p=7304#comment-4157</guid>

					<description><![CDATA[回覆的對象為「&lt;a href=&quot;https://max-everyday.com/2019/02/urbtix-bot/#comment-4140&quot;&gt;Kevin&lt;/a&gt;」。

我沒有研究過這個問題，似乎滿有趣的，看了一下 selenium 的官方文件，好像是可以控制滑鼠去進行拖曳的樣子，不確定能否實現自動化的這個功能。]]></description>
			<content:encoded><![CDATA[<p>回覆的對象為「<a href="https://max-everyday.com/2019/02/urbtix-bot/#comment-4140">Kevin</a>」。</p>
<p>我沒有研究過這個問題，似乎滿有趣的，看了一下 selenium 的官方文件，好像是可以控制滑鼠去進行拖曳的樣子，不確定能否實現自動化的這個功能。</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		留言者: Kevin		</title>
		<link>https://max-everyday.com/2019/02/urbtix-bot/#comment-4140</link>

		<dc:creator><![CDATA[Kevin]]></dc:creator>
		<pubDate>Fri, 02 Dec 2022 01:32:13 +0000</pubDate>
		<guid isPermaLink="false">http://max-everyday.com/?p=7304#comment-4140</guid>

					<description><![CDATA[你好max , 想請問urbtix.hk 現在轉了新系統， 轉了排隊機制,想請問登入時（拖動下方滑塊完成拼圖） 可否自動化?或者全程登入自動化?謝謝!]]></description>
			<content:encoded><![CDATA[<p>你好max , 想請問urbtix.hk 現在轉了新系統， 轉了排隊機制,想請問登入時（拖動下方滑塊完成拼圖） 可否自動化?或者全程登入自動化?謝謝!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		留言者: Max		</title>
		<link>https://max-everyday.com/2019/02/urbtix-bot/#comment-4066</link>

		<dc:creator><![CDATA[Max]]></dc:creator>
		<pubDate>Tue, 22 Nov 2022 07:34:48 +0000</pubDate>
		<guid isPermaLink="false">http://max-everyday.com/?p=7304#comment-4066</guid>

					<description><![CDATA[回覆的對象為「&lt;a href=&quot;https://max-everyday.com/2019/02/urbtix-bot/#comment-4065&quot;&gt;Alison&lt;/a&gt;」。

修改方式，參考看看：
https://stackoverflow.max-everyday.com/2018/03/selenium-chrome-webdriver/]]></description>
			<content:encoded><![CDATA[<p>回覆的對象為「<a href="https://max-everyday.com/2019/02/urbtix-bot/#comment-4065">Alison</a>」。</p>
<p>修改方式，參考看看：<br />
<a href="https://stackoverflow.max-everyday.com/2018/03/selenium-chrome-webdriver/" rel="nofollow ugc">https://stackoverflow.max-everyday.com/2018/03/selenium-chrome-webdriver/</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		留言者: Alison		</title>
		<link>https://max-everyday.com/2019/02/urbtix-bot/#comment-4065</link>

		<dc:creator><![CDATA[Alison]]></dc:creator>
		<pubDate>Tue, 22 Nov 2022 02:34:29 +0000</pubDate>
		<guid isPermaLink="false">http://max-everyday.com/?p=7304#comment-4065</guid>

					<description><![CDATA[你好, 我想在hk ticketing搶票, 在windows使用, 請問如何修改程式? 感謝]]></description>
			<content:encoded><![CDATA[<p>你好, 我想在hk ticketing搶票, 在windows使用, 請問如何修改程式? 感謝</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
