Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amandeepmittal/nodejs-tweet
Nodejs Twitter Bot that retweets, favorites, and replies.
https://github.com/amandeepmittal/nodejs-tweet
bot javascript nodejs twitter-bot
Last synced: 3 months ago
JSON representation
Nodejs Twitter Bot that retweets, favorites, and replies.
- Host: GitHub
- URL: https://github.com/amandeepmittal/nodejs-tweet
- Owner: amandeepmittal
- License: bsd-3-clause
- Archived: true
- Created: 2016-05-10T14:15:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-20T06:53:40.000Z (almost 7 years ago)
- Last Synced: 2024-08-02T14:08:20.396Z (6 months ago)
- Topics: bot, javascript, nodejs, twitter-bot
- Language: JavaScript
- Homepage: https://twitter.com/nodejstweet
- Size: 878 KB
- Stars: 40
- Watchers: 5
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# [nodejs-tweet](https://twitter.com/nodejstweets)
[![The MIT License](https://img.shields.io/badge/license-MIT-orange.svg?style=flat-square)](http://opensource.org/licenses/MIT)
A Twitter bot that retweets, favorites and replies to tweets that mention [Node.js](https://nodejs.org/en/), [AngularJS](https://angular.io/), [MongoDB](https://www.mongodb.com/), the [MEAN Stack](http://mean.io/) and the [Ionic Framework](https://ionicframework.com/).
![Screenshot](http://i.imgur.com/mpZWVJ9.png)
## Features
#### Retweets and likes tweets
![Screenshot](http://i.imgur.com/3y0cnoB.png)
#### Sends a thank-you reply to new followers
![Screenshot](http://i.imgur.com/xcClkBm.png)
![Screenshot](http://i.imgur.com/8adfDDw.png)---
## Contributing
This bot manipulates 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:
* Pointing out bugs/errors
* Adding new functionalities to the botFor 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/).
#### Make the Change
* Fork this repository.
* Make your suggested change.
* Ensure code style follows existing code.
* Create a pull request.---
### License
BSD 3-Clause License | Copyright (c) 2018, Aman Mittal. All rights reserved.