Real-Time-Twitter-Follow-Tracker
Real-Time-Twitter-Follow-Tracker copied to clipboard
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.
🐦 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
-
Clone the repo:
bashCopy code
git clone https://github.com/your_username/RealTimeTwitterFollowTracker.git -
Install the required Python packages:
Copy code
pip install tweepy discord.py -
Add your Twitter API keys, Discord Bot Token, and Channel ID to the script.
-
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.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
📝 License
Distributed under the MIT License. See LICENSE for more information.