Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/amandeepmittal/awscertified-twitter-bot

Twitter bot for #AWSCertified community hosted by freeCodeCamp
https://github.com/amandeepmittal/awscertified-twitter-bot

aws awscertified freecodecamp nodejs twitter-bot

Last synced: about 2 months ago
JSON representation

Twitter bot for #AWSCertified community hosted by freeCodeCamp

Awesome Lists containing this project

README

        

# [AWSCertified Twitter Bot](https://twitter.com/AWSCertifiedBot)

A community of people who are all earning the AWS cloud certifications together.
[#AWScertified](https://twitter.com/search?q=%23ProjectEuler100&src=hashtag_click)

[![License (3-Clause BSD)](https://img.shields.io/badge/license-BSD%203--Clause-blue.svg?style=flat-square)](http://opensource.org/licenses/BSD-3-Clause)
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)



follow on Twitter

![Logo](https://i.imgur.com/GxV4pz7.png)

## API

- It encourages developers who participate in #AWSCertified community hosted by [@freeCodeCamp](https://twitter.com/freeCodeCamp)
- The API consists of "favorite" and "retweet" a tweet at an interval of every 30 minutes

---

## Contributing

This bot creates tweets and streams by connecting to the
[Twitter API](https://developer.twitter.com/en/docs) via the `twit`
npm package. Please refer to the `twit`
[documentation](https://github.com/ttezel/twit) to make substantial
changes.

You can help by:

- Solving existing issues

For any of the above, please create an issue so that it can be addressed. New to GitHub issues? You can familiarize yourself with
them using GitHub's
[guide](https://help.github.com/articles/creating-a-pull-request/).

## How to setup the bot?

- You will need your _own_ Twitter account for testing, since the bot tweets from this account. Generate your Twitter API keys by [creating a new app](https://apps.twitter.com/app/new).
- Create an `.env` file and add in your API keys and Twitter handle, like so:

```
TWITTER_CONSUMER_KEY=xxxxxxxxxxxxxxxxxxxxdMhxg
TWITTER_CONSUMER_SECRET=xxxxxxxxxxxxxxxxxxxxkFNNj1H107PFv1mvWwEM6CZH0fjymV
TWITTER_ACCESS_TOKEN=xxxxxxxxx-xxxxxxxxxxxxxxxxxxxxecKpi90bFhdsGG2N7iII
TWITTER_ACCESS_TOKEN_SECRET=xxxxxxxxxxxxxxxxxxxxZAU8wNKAPU8Qz2c0PhOo43cGO
```

---

## License

BSD 3-Clause License

Copyright (c) 2020, freeCodeCamp. All rights reserved.