https://github.com/suhailkakar/twitter-bot
Twitter bot Made with Node JS that retweets topic regarding JavaScript, TypeScript, Python and React
https://github.com/suhailkakar/twitter-bot
bot javascipt nodejs nodejs-bot twitter twitter-api twitter-bot
Last synced: 4 months ago
JSON representation
Twitter bot Made with Node JS that retweets topic regarding JavaScript, TypeScript, Python and React
- Host: GitHub
- URL: https://github.com/suhailkakar/twitter-bot
- Owner: suhailkakar
- License: mit
- Created: 2021-06-15T05:33:15.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-13T15:06:32.000Z (almost 5 years ago)
- Last Synced: 2025-06-03T00:04:56.932Z (12 months ago)
- Topics: bot, javascipt, nodejs, nodejs-bot, twitter, twitter-api, twitter-bot
- Language: JavaScript
- Homepage: https://twitter.com/kakarbot
- Size: 2.31 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**Twitter** is an American microblogging and social networking service on which users post and interact with messages known as "tweets". Registered users can post, like, and retweet tweets, but unregistered users can only read them.
A Twitter bot is a type of bot software that controls a Twitter account via the Twitter API. The bot software may autonomously perform actions such as tweeting, re-tweeting, liking, following, unfollowing, or direct messaging other accounts.

### Built With
- [Node JS](https://nodejs.org/en)
### Deployed In
- [Heroku](https://www.heroku.com)
### Folder Structure
```
📦 Twitter-Bot-main
├── bot.js
├── config.js
├── images
│ ├── image.png
│ └── logo.png
├── LICENSE
├── package.json
├── package-lock.json
├── Procfile
└── README.md
```
### Installation
1. Clone the repo
```sh
git clone https://github.com/suhailkakar/Twitter-Bot/
```
2. Install NPM packages
```sh
npm install
```
or
```sh
yarn install
```
3. Run the app
```sh
node bot.js
```
### Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.
1. Fork the Project
2. Commit your Changes (`git commit -m 'Some Good Features'`)
3. Push to the Code (`git push -u origin master `)
4. Open a Pull Request
## License
Kakar's Bot is open source software licensed under the MIT License
### Contributor
- [Suhail Kakar](https://suhailkakar.com)