资源介绍
Blum
Blum is an unofficial, simple, fast Twitter client written in Kotlin.
This project is a complete rewrite of the Java version.
Screenshot
Build
To build this project you have to create a twitter app and a file named gradle.properties in the root of the project.
The file must contain the following definitions:
CallBackUrl=""
ConsumerKey=""
ConsumerSecret=""
DebugConsumerKey=""
DebugConsumerSecret=""
TestToken=""
TestSecret=""
LicensesUrl=""