kurtawirth / botscan

R tool for scanning Twitter for bot activity on a conversation level.
GNU General Public License v3.0
10 stars 6 forks source link

Add ability to query more versions of the Twitter API #25

Closed ryantmoore closed 5 years ago

ryantmoore commented 5 years ago

Currently, botscan() allows users to specify whether to query the streaming API (the default) or the search API.

Are there other versions of the API we want to permit users to query?

ryantmoore commented 5 years ago

We agree that it makes sense to implement the third bullet above, a single argument api, defaulting to "stream". I'll add this to botscan(), document it, and recompile the package.

kurtawirth commented 5 years ago

Site with Trends and User APIs, with helpful code

Twitter API reference index

ryantmoore commented 5 years ago

I've created a single argument api with default value "stream" and built as version 2.0.1. @kurtawirth, can you install and do a few quick runs to check that you can successfully

kurtawirth commented 5 years ago

Ryan, you're a star. All worked perfectly. Closing issue and will reopen when and if other versions of the API are to be included.