Zeeshanahmad4 / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🐦 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.

License:Apache License 2.0


Languages

Language:Python 100.0%