A Mac OS menu bar app that displays the "Tag of the Day" from Lospec
Current Version: 0.2.2 - initial development
- v0.2.2 Patch: fix bad refresh time from v0.2.1 (oops!)
- v0.2.1 Patch: fix async call in
_refresh_handler()
Start the app and it will automatically fetch the Tag of the Day
The app will refresh every hour while running, but you can also click on "Refresh" in the menu to refresh manually
You'll get a notification from the app when the #tag
changes
NOTE: Official release is on hold pending updates to the Lospec API, at which point I will update the app to make use of the official endpoint instead of scraping. This app should be considered only as a proof-of-concept.
TODO
In lieu of a proper release for now, you can build the app yourself!
Note
You'll need Python installed (this app was built using Python 3.12)
- Clone this repo
- Open a terminal and navigate to the root of the cloned directory, LTOTD
- Run the command
pip install -r requirements.txt
to install the necessary dependencies - Run the command
python setup.py py2app
to build the app
If everything worked, you'll find the app here:
{wherever you cloned the repo}/LTOTD/dist/LTOTD
Using...
This project follows Semantic Versioning, a.k.a SEMVER
Lospec was created and is maintained by Sam Keddy, a.k.a Skeddles
All copyrights are property of their respective owners