https://github.com/seabbs/h2o_tweets
R code and log data for the h2o tweets twitter bot
https://github.com/seabbs/h2o_tweets
bots cronr datascience h2o r stackoverflow twitter
Last synced: 2 months ago
JSON representation
R code and log data for the h2o tweets twitter bot
- Host: GitHub
- URL: https://github.com/seabbs/h2o_tweets
- Owner: seabbs
- License: mit
- Created: 2018-03-11T19:02:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-02T09:18:37.000Z (almost 8 years ago)
- Last Synced: 2025-02-16T13:02:41.156Z (over 1 year ago)
- Topics: bots, cronr, datascience, h2o, r, stackoverflow, twitter
- Language: R
- Homepage: https://twitter.com/h2o_tweets
- Size: 62.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
README
---
output: github_document
---
```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```
# H2O Tweets
A [twitter bot](https://twitter.com/h2o_tweets) posting Stack Overflow questions linked to [H2O](https://www.h2o.ai/h2o/) the open source machine learning tool kit. This bot has been built using the [StackTweetBot](https://www.samabbott.co.uk/StackTweetBot/) R package, which provides instructions and tools for setting up a Twitter Stack Overflow bot.
## Set-up
Set-up the bot using `R/set-up-script.R`. The bot uses `stack_tweet_bot.R` to post tweets as questions are asked and `h2o_tweets_over_time.R` to post a monthly summary of questions. See `stack_tweet_bot.log` and `h2o_tweets_over_time.log` for logs of bot activity.