/twitter_api

Twitter API in R with rtweet

Primary LanguageROtherNOASSERTION

minimal R version Netlify Status Build Status Lifecycle: experimental

twitterAPI (0.0.0.9000)

Analyzing timtrice’s twitter feed using the API

Prerequisites

Package Version
here *
devtools *
dplyr *
kableExtra *
purrr *
rtweet *
scales *
stringr *
usethis *
workflowr *

* - Version not specified

Docker

A Docker image of this project is available for use.

Run

Set $LOCAL to your

LOCAL="/home/timtrice/Projects/ropensci/rrricanes"

docker run \
  -dti \
  -e DISABLE_AUTH=true \
  -p 8787:8787 \
  --name twitter_api \
  -v $LOCAL:/home/rstudio/twitter_api \
  timtrice/twitter_api:release
Shell
docker exec -ti twitter_api /bin/bash

Built With

  • R 3.6.0 - The R Project for Statistical Computing

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Code of Conduct

Please note that the ‘twitterAPI’ project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Trice, Tim (Role(s): aut, cre)

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgements