WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Real Time Twitter Follow Tracker is an open-source bot that sends instant Discord alerts when specific Twitter users follow new accounts, providing key details about these followed profiles.

License

Notifications You must be signed in to change notification settings

Zeeshanahmad4/Real-Time-Twitter-Follow-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🐦 Real Time Twitter Follow Tracker

Real Time Twitter Follow Tracker is an open-source bot πŸ€– that sends instant Discord alerts 🚨 when specific Twitter users follow new accounts, providing key details about these followed profiles.

✨ Features

  • πŸ•’ Real-time tracking of Twitter user activities.
  • πŸ“¨ Instant notifications in Discord for each new follow action.
  • πŸ“Œ Includes details of followed accounts such as profile picture, bio, follower count, and total tweets.

πŸš€ Getting Started

These instructions will help you get a copy of the project up and running on your local machine.

Prerequisites

  • Python 3.6 or higher.
  • Twitter API keys.
  • Discord Bot Token and Channel ID.

Installation

  1. Clone the repo:

    bashCopy code

    git clone https://github.com/your_username/RealTimeTwitterFollowTracker.git

  2. Install the required Python packages:

    Copy code

    pip install tweepy discord.py

  3. Add your Twitter API keys, Discord Bot Token, and Channel ID to the script.

  4. Run the bot:

    Copy code

    python bot.py

πŸ› οΈ Usage

Add or remove Twitter usernames from the tracked_users dictionary to start or stop tracking them.

🀝 Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

πŸ“ License

Distributed under the MIT License. See LICENSE for more information.

About

Real Time Twitter Follow Tracker is an open-source bot that sends instant Discord alerts when specific Twitter users follow new accounts, providing key details about these followed profiles.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages