• Stars
    star
    108
  • Rank 321,259 (Top 7 %)
  • Language
    Python
  • License
    BSD 2-Clause "Sim...
  • Created over 4 years ago
  • Updated 5 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

PChome 24h 自動化搶購

功能

  • 自動化快速搶購 PChome 24h 指定網頁之商品

  • 本專案單純是提供搶購足夠數量的商品為主,禁止用於大量收購並哄抬價格的黃牛行為!

使用工具

  • Python
  • Selenium
  • requests
  • Chrome browser

使用方法

  1. 將 repo 複製到自己的資料夾,並安裝需要的套件

    $ git clone https://github.com/jumpingchu/PChome-AutoBuy.git
    $ cd PChome-AutoBuy
    $ pip install -r requirements.txt
  2. 準備 chromedriver

    • MacOS

      1. 安裝 chromedriver
      $ brew install chromedriver

      install_driver_mac

      1. settings.pyDRIVER_PATH 填入上面顯示的路徑(如:/usr/local/bin/chromedriver)
    • Windows

      1. 在 Chrome 網址列輸入 chrome://settings/help 確認自己的 Chrome 版本(本人是使用 v91.0)
      2. 下載對應 Chrome 版本的 chromedriver.exe 並放在同個資料夾內 (前往下載)
  3. settings.py 填入資料(請保管好個資)

  4. 執行程式

    $ python pchome_autobuy.py

注意事項

  1. 可以先拿其他的商品連結做測試,以防搶購時的突發狀況或錯誤(但請記得馬上取消訂單!)

  2. settings.py 內的 CHROME_PATH 可讓 chrome 記住登入資訊,可提升搶購速度,建議使用

  3. 部分程式碼依照每個人不同狀況,需要做一些調整,細節請參閱 下一小節 或是程式碼註解

  4. 本專案 尚未適用 於數量多於1或必須選擇顏色或樣式的商品

  5. 禁止用於大量收購並哄抬價格的黃牛行為

程式執行流程

  1. 進入商品頁連結、取得商品 ID,判斷商品是否開賣(若未開賣則會 1 秒後重試,達 5 次即停止)

  2. 將商品加入購物車

  3. 前往購物車

  4. 登入帳戶

    • 若有使用 CHROME_PATH 記住登入資訊,第二次執行程式前可選擇註解掉
  5. 點選一次付清 (或 LINE Pay)

  6. 提示訊息點擊「確定」

    • 此為近期物流較忙碌的特殊狀況,但仍有某些商品不會出現
  7. 填入身分證字號、生日、信用卡安全碼

  8. 勾選同意

    • 若帳號有設定記住付款資訊,要記得註解掉
  9. 點擊送出訂單

FAQ

Q1:程式沒有繼續進行下一個步驟?

  • 通常是因為前一個步驟無法執行,請檢查程式碼是否有按照正確順序進行

  • 例如:發現進入購物車頁面卻沒有點選「一次付清」,有可能是前面的登入步驟已被省略但程式沒有註解掉,導致找不到登入的位置

--

Q2:使用了 CHROME_PATH 卻還是要重新登入?

  • 可能是 CHROME_PATH 設定有誤,導致登入 session 沒有成功被瀏覽器紀錄

  • 可能的解決方法可參考 Issue #8

--

Q3:有「結帳禮」擋住購買流程?

  • Issue #10 回報,可能是使用了「聯名卡付款」時會有的狀況,可手動點選、或是改用其他信用卡或付款方式

--

Q4:一直無法加入購物車?

  • 目前的解決方案是在加入購物車之後等待 0.5 秒,秒數可依據搶購狀況自行斟酌,詳情請參考 Issue #12

貢獻

  • 如果你有想要新增的功能,或是你有發現 bug,歡迎隨時發 Issue 或是發 PR 喔!

  • 感謝 sheway 提供新的功能與想法

More Repositories

1

Pokemon-Sleep

【Python / Streamlit】Pokemon Sleep 小幫手(寶可夢潛力計算、食譜篩選、寶可夢資訊)
Jupyter Notebook
12
star
2

1st-NLP100Days

第一屆《 NLP 自然語言機器學習馬拉松 》100天刻意練習,掌握 NLP 與機器學習關鍵技術
Jupyter Notebook
9
star
3

30-Days-of-ML

【Kaggle Challenge】 Beginner-Friendly 30 Days of ML -- Level up in data science and machine learning
Jupyter Notebook
7
star
4

Airflow-Course

【Airflow】Notes and codes of following along with Marc Lamberti's Udemy course: "The Complete Hands-On Introduction to Apache Airflow"
Python
5
star
5

PokemonGo-LineBot

【LINE Bot / Django / 爬蟲】 Pokemon Go 小幫手
Python
3
star
6

Stock-LineBot

【LINE Bot / Django / 爬蟲】 股票申購小幫手
Python
3
star
7

Wordle-Helper

A python web app to help you solve the Wordle game.
Jupyter Notebook
2
star
8

1st-PythonDS-60Days

第一屆《Python 資料科學程式馬拉松》60天學會使用 Python 解決各種資料科學問題
Jupyter Notebook
2
star
9

Stock-Chart

【Bokeh】 繪製互動式股票 K 線圖
Python
1
star
10

Ingredient-Translator

【GUI】 食品原料的中日翻譯機
Python
1
star
11

Spotify-Data-Project

【Python】Explore Spotify data
Python
1
star
12

Google-Trends-Crawler

利用 Google 趨勢的 API 爬取近一個月的資料,並收集搜尋字詞製作字典
Jupyter Notebook
1
star
13

Config-Python

Compare different types of configuration files and examples for how to read them by Python.
Jupyter Notebook
1
star
14

E-commerce-Data-Pipeline

A project followed by Airbyte tutorial.
HCL
1
star
15

Baha-Anime

巴哈姆特動畫瘋的動畫評分表
Python
1
star
16

Dog-Facts

【Python / API】Get fun facts about Dogs
Python
1
star
17

Animal-Adoption

Jupyter Notebook
1
star