Skip to content

kfcampbell/single-digits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

single-digits

The hunt for single digits is on.

Usage:

  • Install tesseract-ocr
  • create a .env file that looks like the following:
DISCORD_BOT_TOKEN=...
DISCORD_SERVER_ID=...
DISCORD_CHANNEL_ID=...
DISCORD_OTHER_BOT_ID=...
ENVIRONMENT=DEV
  • source .env
  • go run main.go to run main function
  • go run cmd/generate_test_string.go -- testdata/<FILE> to write the detected text from a file to standard output
  • go test ./... to run unit tests
  • Use the VSCode launch.json task for debugging

About

Parse NYT crossword puzzle score screenshots and extract the times.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages