https://github.com/rohancyberops/xbot
Xbot is an AI-driven Twitter automation bot that helps you tweet, retweet, like, and engage with users efficiently. Powered by Tweepy, it streamlines social media interactions and enhances your Twitter presence.
https://github.com/rohancyberops/xbot
engage like python retweet tweepy tweet twiiter xbot
Last synced: 7 months ago
JSON representation
Xbot is an AI-driven Twitter automation bot that helps you tweet, retweet, like, and engage with users efficiently. Powered by Tweepy, it streamlines social media interactions and enhances your Twitter presence.
- Host: GitHub
- URL: https://github.com/rohancyberops/xbot
- Owner: RohanCyberOps
- License: mit
- Created: 2025-02-09T14:15:29.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-10T04:15:35.000Z (8 months ago)
- Last Synced: 2025-03-07T20:37:01.882Z (7 months ago)
- Topics: engage, like, python, retweet, tweepy, tweet, twiiter, xbot
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
## **🤖 Xbot - AI-Powered Twitter Bot**
Xbot is an AI-driven Twitter automation bot that helps you **tweet, retweet, like, and engage** with users efficiently. Powered by **Tweepy**, it streamlines social media interactions and enhances your Twitter presence.
---
### **✨ Features**
✅ Auto-tweet scheduled posts 📅
✅ Retweet based on hashtags 🔄
✅ Like tweets from specific users ❤️
✅ Reply with AI-generated responses 💬
✅ Follow users based on niche 🌟---
### **⚙️ Installation**
1️⃣ **Clone the Repository**
```bash
git clone https://github.com/RohanCyberOps/Xbot.git
cd Xbot
```
2️⃣ **Install Dependencies**
```bash
pip install -r requirements.txt
```
3️⃣ **Set Up Twitter API Keys**
Edit the `.env` file with your API credentials:
```
API_KEY=your_api_key
API_SECRET_KEY=your_api_secret_key
ACCESS_TOKEN=your_access_token
ACCESS_SECRET=your_access_secret
```
4️⃣ **Run Xbot**
```bash
python main.py
```---
### **📜 Usage**
- Modify `config.py` to customize bot behavior.
- Schedule tweets in `scheduler.py`.
- Run `xbot.py` to start automation.---
### **📸 Demo**
---
### **🤝 Contributing**
Pull requests are welcome! Feel free to improve Xbot and submit a PR.---
### **📩 Contact**
💻 **Author:** Rohan Naagar
📧 **Email:** Rohan150907@gmail.com
🐦 **Twitter:** [@RohanCyberOps](https://twitter.com/RohanCyberOps)---