An open API service indexing awesome lists of open source software.

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.

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**
![Xbot in Action](https://media.giphy.com/media/JTTAjM197sku8MgrRa/giphy.gif)

---

### **🤝 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)

---