Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
Twitter bot for #AWSCertified community hosted by freeCodeCamp
- Host: GitHub
- URL: https://github.com/amandeepmittal/awscertified-twitter-bot
- Owner: amandeepmittal
- License: bsd-3-clause
- Archived: true
- Created: 2020-01-07T05:58:37.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T04:55:34.000Z (about 2 years ago)
- Last Synced: 2024-07-24T05:44:51.385Z (6 months ago)
- Topics: aws, awscertified, freecodecamp, nodejs, twitter-bot
- Language: JavaScript
- Homepage: https://twitter.com/AWSCertifiedBot
- Size: 796 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
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)![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.