https://github.com/raysrashmi/social-feeds
App in serverless fetching social feeds
https://github.com/raysrashmi/social-feeds
Last synced: about 1 year ago
JSON representation
App in serverless fetching social feeds
- Host: GitHub
- URL: https://github.com/raysrashmi/social-feeds
- Owner: raysrashmi
- Created: 2018-06-25T06:04:23.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-10T07:32:07.000Z (about 7 years ago)
- Last Synced: 2025-02-04T18:24:35.111Z (over 1 year ago)
- Language: JavaScript
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# social-feeds
Fetch tweets of ""FifaWorldCup2018"
Using
DynamoDB
Twit- Twitter API Client for node
To run it locally
```
yarn install
```
```
sls invoke local --function fetchFeeds --data twitter --aws-profile mnddevt -s dev
```
Ofcourse need twitter credentials
```
twitter_key: XXX
twitter_secret: YYYY
twitter_access_token: VVVVV
twitter_access_token_secret: ZZZZZ
```