Skip to content

Pull Wordle solutions from the Twitter API and displays them on a tiny 5x5 LED matrix

License

Notifications You must be signed in to change notification settings

ccattuto/wordle-device

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wordle-device

Pull Wordle solutions from the Twitter API v2 and displays them on the 5x5 LED matrix of the ESP32 C3FH4 RGB development board by 01Space.

Wordle Device

There are two implementations in this repository:

  • wordle-device.ino and wordle.py: use the Arduino IDE and Espressif ESP32-C3 core to upload this sketch to the board; configure the Twitter API keys and tokens in the Python code (marked by CHANGEME) and run locally with the board connected, to pull the Tweets and send data via serial for display.
    • Arduino requires the Adafruit NeoPixel library
    • Python code requires Tweepy to run (pip3 install tweepy)
  • standalone: the separate README.md file describes how to configure, install and run this standalone code directly from the board (no local Python code required)

Watch a video of the standalone version.

About

Pull Wordle solutions from the Twitter API and displays them on a tiny 5x5 LED matrix

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published