Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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'}
```