Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/manekinekko/google-actions-twitter

🏠 Twitter Action for Google Assistant/Home 🕊
https://github.com/manekinekko/google-actions-twitter

google-assistant twitter

Last synced: 22 days ago
JSON representation

🏠 Twitter Action for Google Assistant/Home 🕊

Awesome Lists containing this project

README

        

## Twitter Action for Google Assistant/Home

## Notes

In order to use this app, you would need to provide a `twitter-keys.sh` file which exports the following variables:

```
export TWITTER_CONSUMER_KEY='XXX';
export TWITTER_CONSUMER_SECRET='XXX';
export TWITTER_ACCESS_TOKEN_KEY='XXX';
export TWITTER_ACCESS_TOKEN_SECRET='XXX';
```