https://github.com/drudge/tidbyt-twitter
Twitter Followers application for Tidbyt devices
https://github.com/drudge/tidbyt-twitter
pixlet tidbyt
Last synced: 5 months ago
JSON representation
Twitter Followers application for Tidbyt devices
- Host: GitHub
- URL: https://github.com/drudge/tidbyt-twitter
- Owner: drudge
- License: mit
- Created: 2021-12-19T06:14:34.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-29T22:10:07.000Z (over 4 years ago)
- Last Synced: 2025-10-10T21:14:31.000Z (9 months ago)
- Topics: pixlet, tidbyt
- Homepage:
- Size: 29.3 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tidbyt-twitter
Twitter Followers application for Tidbyt devices. Consider using [homebridge-tidbyt](https://github.com/drudge/homebridge-tidbyt) to install and keep this applet updated.
## Quick start
1. Install [`pixlet`](https://github.com/tidbyt/pixlet)
2. Update the default [screen_name here](https://github.com/drudge/tidbyt-twitter/blob/main/twitter.star#L16)
3. Run `pixlet serve twitter.star`
4. Go to [http://localhost:8080](http://localhost:8080)
## Options
`screen_name` - The Twitter username to show follower count of
`scroll` - If true username will scroll. defaults to true for usernames over 8 characters
## Demos
### Default

### Custom screen name + scrolling
```
> pixlet render twitter.star screen_name=timthetatman
> pixlet push --api-token ... device_id twitter.webp
```

## License
Copyright © 2021 [Nicholas Penree](mailto:nick+github@penree.com)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.