You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an Android widget for your home screen that displays the botlog data generated by your [Poloniex lending bot](https://github.com/BitBotFactory/poloniexlendingbot).
3
+
## Features
4
+
* Regularly query hte botlog.json file on your server
5
+
* Displays the following information:
6
+
* Amount of currency in your lending account
7
+
* Currency earned from interests since adding the widget to your home screen
8
+
* Average interest rate of your currently active loans
9
+
* Time when the botlog was last updated
10
+
* Additionally displays the value of your Currency as of the current BPI (provided by the Coindesk API)
11
+
## Installation
12
+
#### Prebuilt APK
13
+
*Coming soon*
14
+
#### Compiled source
15
+
Before you can compile the project you will need to install [Android Studio](https://developer.android.com/studio/preview/index.html). Since the project is developed in Kotlin, you must use Android Studio 3.0 preview or a newer version.
16
+
After importing the project in Android Studio go to the project root directory and use `./gradlew assemble` to assemble the .apk file for manual installation, or `./gradlew installDebug` while a device is connected to directly install it on the device.
17
+
## Problems
18
+
If you find a bug or have a feature request, please submit an [issue](https://github.com/artemperl/plb-widget/issues).
0 commit comments