rum-goggles/NOTES.md

34 lines
714 B
Markdown
Raw Normal View History

2023-12-13 21:07:40 +00:00
# Doing
2024-01-30 17:24:07 +00:00
Show error when choosing file "chooseFile"
Show filename in chat bot list
Add styling to choose file button
Commands
- specify for follower/subscriber/locals only/rants
- check badges for subscriber and locals
Update
- github.com/rhysd/go-github-selfupdate
- github.com/inconshreveable/go-update
2023-12-14 21:18:36 +00:00
Create loading indicator before API is called
If api query returns error:
- stop interval
- show error to user
- wait for user to press "retry" button to restart interval
Settings
- allow user to change api key
- allow user to change api interval time
2023-12-13 21:07:40 +00:00
Get user's: username, password, stream key
Query API
Display followers, subscribers, etc.
User settings:
- API query timer (default: 2s)
2023-12-14 21:18:36 +00:00
# To Do