Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yutotnh/burger-king-250-yen-campaign
https://github.com/yutotnh/burger-king-250-yen-campaign
argparse playwright python
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yutotnh/burger-king-250-yen-campaign
- Owner: yutotnh
- License: mit
- Created: 2023-12-17T10:48:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-07T11:54:52.000Z (6 months ago)
- Last Synced: 2024-07-07T12:59:48.818Z (6 months ago)
- Topics: argparse, playwright, python
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Burger King 250円/個 キャンペーン
## はじめに
Burger King で 250円/個 キャンペーンをやっているので、
現在そのキャンペーンをやっているかどうかを調べるためのスクリプトです。## 使い方
```console
# Install
$ git clone https://github.com/yutotnh/burger-king-250-yen-campaign.git
$ cd burger-king-250-yen-campaign
$ pip install -r requirements.txt# Run
$ python -m cli
{'start_date': '2023/03/24',
'title': '値上げが続く中、春のお得なキャンペーン開催!人気商品『ワッパージュニア』が通常価格390円→35%オフ140円引きの250円!直火焼きビーフの本格バーガーをお得に楽しむ1週間',
'url': 'https://www.burgerking.co.jp/#/campaignDetail/1371'}
```