Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juliaaano/twitter-feed
Process Twitter messages with Apache Camel.
https://github.com/juliaaano/twitter-feed
apache-camel java twitter
Last synced: 29 days ago
JSON representation
Process Twitter messages with Apache Camel.
- Host: GitHub
- URL: https://github.com/juliaaano/twitter-feed
- Owner: juliaaano
- Created: 2017-03-14T02:42:23.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-22T23:27:24.000Z (over 7 years ago)
- Last Synced: 2024-11-01T22:37:02.487Z (3 months ago)
- Topics: apache-camel, java, twitter
- Language: Java
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Twitter Feed
Process Twitter messages with **Apache Camel**.
You'll need your own [app credentials](https://apps.twitter.com/) to access Twitter's API.
Export them to your host if running local or with docker:
```
export TWITTER_CONSUMER_KEY=your-twitter-consumer-key
export TWITTER_CONSUMER_SECRET=your-twitter-consumer-secret
export TWITTER_ACCESS_TOKEN=your-twitter-access-token
export TWITTER_ACCESS_TOKEN_SECRET=your-twitter-access-token-secret
```
In Kubernetes, create a secret named twitter-secret.