Skip to content

A project that verifies winning numbers from the Euro Jackpot website.

Notifications You must be signed in to change notification settings

MilanGrujicic/Lotto_Wizard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lotto Wizard

Image Alt Text

Description

A piece of software that checks if one won the lottery by sending an SMS to a specific phone number using API calls.

This project enables users to be informed if they become millionaires.

When run periodically, the Lotto Wizard saves the users time by letting them know about the lottery results every time new lottery-winning numbers are drawn.

Features

  • A test suite that scrapes the winning lottery numbers from the EuroJackpot website into a text file, using Robot framework;
  • A function that compares the winning numbers, with the numbers the user played, which can be set by the user.

Getting Started

Prerequisites

Installation

In order to set up the Twilio API, create an account on their website, you will then be provided with 10 USD credit to make calls. Then to the following:

  • With the repository cloned locally, rename the file .env.sample to .env;
  • Once logged into the twilio console, generate a twilio phone number, along with an Account SSID and an Auth Token;
  • Replace Account SSID and Auth Token;

Usage

Once all the prerequisites are installed, run the following command from the repository's root directory: python3 main.py

You should get a message like the one shown below. 👇

photo_2024-06-11_23-38-43

About

A project that verifies winning numbers from the Euro Jackpot website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published