Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tuladhar/aws-whats-new-bot
A bot to tweet What's New at AWS https://aws.amazon.com/new.
https://github.com/tuladhar/aws-whats-new-bot
aws bot golang hacktoberfest opensource twitter
Last synced: 13 days ago
JSON representation
A bot to tweet What's New at AWS https://aws.amazon.com/new.
- Host: GitHub
- URL: https://github.com/tuladhar/aws-whats-new-bot
- Owner: tuladhar
- License: gpl-2.0
- Created: 2020-10-18T09:54:26.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-19T21:12:03.000Z (over 1 year ago)
- Last Synced: 2023-05-19T22:23:30.426Z (over 1 year ago)
- Topics: aws, bot, golang, hacktoberfest, opensource, twitter
- Language: Go
- Homepage: https://twitter.com/@CuratedAWSNews
- Size: 7.38 MB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aws-whats-new-bot
A bot to tweet _What's New at AWS_ from https://aws.amazon.com/new. Follow [@CuratedAWSNews](https://twitter.com/curatedawsnews) on Twitter.# Build
### Set Twitter API as environment variables
```
$ export TWITTER_CONSUMER_KEY=
$ export TWITTER_CONSUMER_SECRET=
$ export TWITTER_ACCESS_TOKEN=
$ export TWITTER_ACCESS_TOKEN_SECRET=
```### Install dependencies
```
$ make go-install
```### Build binary
The binary will be stored in `bin/` directory
```
$ make go-build
```### Run directly
```
$ make go-run
```# Architecture
![](images/architecture.png)# Author
- [Puru Tuladhar](https://twitter.com/ptuladhar3)