Stormix / 1337_Check-in

A POC that checks if check-in is available or not.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

1337_Check-in

GitHub issues GitHub forks GitHub stars

A POC python script that checks if check-in is available or not.

Setup

  1. Clone the repository
  git clone https://github.com/Stormiix/1337_Check-in.git

Installation

  1. Install Python
  2. Install pip
  3. Install packages from requirements.txt
  pip install -r requirements.txt

Configure the script

  1. Download the web drivers from the releases page and add them to a "Drivers/" folder
  2. Modify main.py and change both lines 7 & 8:
    email = "your email address"
    password = "your password"

P.S : You can also change the scraper's delay time, by default it's 2sec

Run the script

  python main.py

Resources

ChromeDriver ChromeDriver

Selenium Selenium

About

A POC that checks if check-in is available or not.


Languages

Language:Python 100.0%