Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xdevplatform/search-tweets-python-in-r

Running the Python library search-tweets-python in R
https://github.com/xdevplatform/search-tweets-python-in-r

python r twitter

Last synced: 3 months ago
JSON representation

Running the Python library search-tweets-python in R

Awesome Lists containing this project

README

        

# Running search-tweets-python in R
A code sample that allows you to run the [Search Tweets Python](https://github.com/twitterdev/search-tweets-python) wrapper in R using the package [reticulate](https://rstudio.github.io/reticulate/). This code was created by [Jessica Garson](https://twitter.com/jessicagarson) using [R Studio](https://rstudio.com/). There is a [blog post](https://blog.twitter.com/developer/en_us/topics/tips/2020/running-the-python-package-for-search-tweets-in-r.html) to accompany this code which walks you through how this was created.

For this code to run you will need to set up a configuration file with your secrets, a sample of this can be found under `secret.yaml`. Be sure to add your `secret.yaml` to your `.gitignore` and check out [our guide on securing keys and tokens](https://developer.twitter.com/en/docs/basics/authentication/guides/securing-keys-and-tokens).

## Support

Create a [new issue](https://github.com/twitterdev/search-tweets-python-in-r/issues) on GitHub.

## Contributing

We feel that a welcoming community is important and we ask that you follow Twitter's
[Open Source Code of Conduct](https://github.com/twitter/code-of-conduct/blob/master/code-of-conduct.md)
in all interactions with the community.

## License

Copyright 2020 Twitter, Inc.

Licensed under the Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0