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

Creation function to more easily handle key creation and implementation #1

Closed kurtawirth closed 5 years ago

ryantmoore commented 6 years ago

setup_botscan(), initialized in fd219ca, addresses implementation. It takes the 5 keys, tokens, and secrets already created by the user and stores them in an object that Python's botometer package can utilize.

ryantmoore commented 5 years ago

Closing this, and moving the key-creation part to a new issue.