Proof of concept social media automation app for Android
Social media automation app for Android
Currently in hard beta, use at your own risk!
There are two ways acquiring the app. You can either A download a pre-built APK or B build from source localy.
NOTICE: for option B2 to work you will need Go. For platform specific instructions please see the official documentation
A You can download the latest release here
B There are two options to procced depending on your situation
Android Studio/Gradle option: run git clone https://github.com/BH90210/CP500.git
from inside the directory you want your project to be. Then procced normally as you would since the binding is already pre-compiled and in place
Go option: run go get -u github.com/BH90210/CP500
then procced building the app the way you prefer
For this to work you will also need Gomobile
To get it rungo get golang.org/x/mobile/cmd/gomobile
and thengomobile init
for more detailed instructions please see here and here
Simply run gomobile bind -o $GOPATH/src/github.com/BH90210/CP500/AndroidStudioProject/app/cpfiveoo.aar -target=android github.com/BH90210/CP500/cpfiveoo
and you should end up with two files (cpfiveoo.aar
& cpfiveoo.jar
) inside your /app/
dir. Afterwards you have to refresh Gradle. You can safely delete the .jar
file
TODO