How to get Twitter data without using APİ in Kotlin?
I want to build an Android app using Twitter data such as followers and likes of an account. First i tried to use official Twitter api but because of the limitations (set by Twitter) it was not good for me to use Twitter api in an Android app. I understand that Twitter needs to have some limitations to keep their database not busy.
Than, i tried to use jsoup library to scrape data from Twitter. I was not able to get any data (i am not sure if i used jsoup correctly)
Is there any way i could...