Skip to content

Instantly share code, notes, and snippets.

View hemprichbennett's full-sized avatar

Dave Hemprich-Bennett hemprichbennett

View GitHub Profile
@hemprichbennett
hemprichbennett / twitter_bot.R
Last active April 9, 2018 10:10 — forked from noamross/get_bat_wiki_pages.R
This script mines a wikipedia page for bat facts and (if they meet a basic QC) tweets them out. Then it waits 3 hours, before doing it again
##Wikipedia querying from Noam Ross https://gist.github.com/noamross/88a51bb880f18da88e4b259eefdefe87
library(tidyverse)
library(xml2)
library(rvest)
library(WikipediR)
library(urltools)
library(stringr)