A personal project for automatically grabbing latest tweets. Currently employs screen scraping to fetch latest tweets from users and search terms. There is both a multiplatform desktop client and an android client.
This project is largely unfinished and is probably full of bugs. I intend for this program to only be used by myself. If you are interested in basic screen scraping for twitter then check out JsoupProvider
This project is written in Kotlin.
- TornadoFX is a JavaFX framework for Kotlin, filled with brilliant idiomatic builders and more.
- Requery for object mapping / sql generation. The query syntax is really nice.
- RXJava is used on top of Requery to listen for table changes and update UI elements in a reactive fashion.
- JSoup for scraping twitter data.
- TwitRss although not hooked up currently the intention is to utilise this twitter rss service to avoid being rate limited.