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

Move botscan over to streaming API #21

Closed kurtawirth closed 5 years ago

kurtawirth commented 5 years ago

Tool may produce inaccurate results until this is completed, as it currently is using the search API.

kurtawirth commented 5 years ago

Make search API an option but default to streaming API.

kurtawirth commented 5 years ago

This has been concluded as of commit #62c2a7603e9115443136ee9270d97a16471bd69c. Using the search API is still an option but the tool defaults to the streaming API.

This was necessary because the search API filters low quality tweets, which was rendering the bot detection inaccurate. Streaming does not have this filter, thus ensuring accurate measurements.

kurtawirth commented 5 years ago

Closing issue.