Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/xdevplatform/search-tweets-python-in-r
- Owner: xdevplatform
- License: apache-2.0
- Created: 2020-02-11T04:25:22.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-13T20:39:11.000Z (almost 5 years ago)
- Last Synced: 2024-04-22T01:00:34.239Z (9 months ago)
- Topics: python, r, twitter
- Language: R
- Homepage:
- Size: 36.1 KB
- Stars: 6
- Watchers: 14
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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