Skip to content

Instantly share code, notes, and snippets.

@dill
dill / rverbr.R
Last active April 15, 2020 22:03
Make JSON for @RverbR
## This is a very silly script to get JSON data for an R twitter bot that produces
## tweets of the form "verb that noun" using verbs from package:base and nouns from
## built in R data.
##
## It uses @v21's http://cheapbotsdonequick.com/
##
## David L. Miller 2015 MIT license
## update from Nick Golding 2018
cat("{\n")