Skip to content
This repository has been archived by the owner on Jun 18, 2023. It is now read-only.
/ twitter-bot Public archive

A Twitter bot πŸ€– retweet tweets that include the #100DaysOfCode hashtag automatically.

License

Notifications You must be signed in to change notification settings

zougari47/twitter-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

#100DaysOfCode Twitter Bot

Feature

This Twitter bot will retweet any recent tweet that matches a specific query

const QUERY = 'Day AND #100DaysOfCode';

In this example, our bot will retweet any tweet containing the word "day" and hashtag #100DaysOfCode

NB: The reason why looking for tweets with the word day to prevent 🧹 spammers who just want a retweet for their post.

Requirements

Project Structure πŸ“‚

β”œβ”€β”€ .gitignore
β”œβ”€β”€ bot.js
β”œβ”€β”€ LICENSE
β”œβ”€β”€ package-lock.json
β”œβ”€β”€ package.json
β”œβ”€β”€ README.md
└── server.js
└── twit.js

License πŸ“œ

This project is licensed under the MIT License - see the LICENSE.md file for details.

Support πŸ’›

Give a ⭐ if you like this bot!

About

A Twitter bot πŸ€– retweet tweets that include the #100DaysOfCode hashtag automatically.

Topics

Resources

License

Stars

Watchers

Forks