huss4in / krispy-bot

A Package to Automate Krispy Kreme Survey using Selenium.

Home Page:https://github.com/HUSS4IN7/krispy-bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Krispy Krispy Bot

A Package to Automate Krispy Kreme Survey using Selenium.

Installation:

pip install -e ./krispy-bot

Usage:

Example 0:

krispy.bot(url, receipt, answers).finish_survey()

Example 1:

import json
import krispy

with open("survey.json", "r", encoding="utf-8") as file:
    survey = (s := json.load(file))['url'], s['receipt'], s['answers']


krispy.bot(*survey).finish_survey()

About

A Package to Automate Krispy Kreme Survey using Selenium.

https://github.com/HUSS4IN7/krispy-bot

License:GNU General Public License v3.0


Languages

Language:Python 100.0%