Meaning of json object bundle in Twitter Analytics script -
i trying use script written ashleycoxley https://github.com/ashleycoxley/twitter-analytics-export/blob/master/twitter-analytics-export.py scrape data twitter analytics
however, not understand 1 part of code. meaning of these 2 lines
export_url = "https://analytics.twitter.com/user/" + analytics_account + "/tweets/export.json" bundle_url = "https://analytics.twitter.com/user/" + analytics_account + "/tweets/bundle"
i've tried access these urls no avail. may kindly explain what's going on here? i've read trying retrieve json object still dont have clear idea how goes about
thank you
as per comment author of script on page https://github.com/ashleycoxley/twitter-analytics-export/issues/2 , seems script blocked.
i created python alternative works day: https://github.com/philippe2803/twitter-analytics-wrapper
Comments
Post a Comment