Skip to content

cjcrist/Go_Raffle_Ticket_Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Raffle Ticket Checker

This project is a simple raffle ticket checker written in Go and using HTTP requests API. The project checks the numbers of the Michigan Lotto Daily 3 evening drawing, scrapes the dates for the Saturday night drawing, and compares them against user input raffle numbers. This is a refresh to the python Raffle Ticket Checker as I wanted to speed up the execution time using web requests, while writing it in Go.

Usage:

To use this project,

  • go get github.com/cjcrist/Go_Raffle_Ticket_Checker

or

  • git clone git@github.com:cjcrist/Go_Raffle_Ticket_Checker.git

  • Once the project is downloaded,

    • cd $GOPATH/src/github.com/cjcrist/Go_Raffle_Ticket_Checker
    • go build raffle_checker.go
  • Demo images to follow.

About

Raffle ticket checker refresh in Go using requests api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages