Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zee-bit/twibot

This is my SPP 20 project where I was supposed to make a Twitter Bot using TwitterAPI and Tweepy library in Python. Apparently, there are only three bots in the bots directory.
https://github.com/zee-bit/twibot

python3 tweepy twitter-api twitter-bot

Last synced: 5 days ago
JSON representation

This is my SPP 20 project where I was supposed to make a Twitter Bot using TwitterAPI and Tweepy library in Python. Apparently, there are only three bots in the bots directory.

Awesome Lists containing this project

README

        

# TwiBot
## A twitter bot that can automate your twitter account activity.

#### Features:
- Search users.
- Follow users.
- Tweet/re-Tweet.
- Follow your followers.
- Autoreply to mentions and keywords.
- Re-tweet your followers tweet.

To use:

```
git clone https://github.com/zee-bit/TwiBot.git
python3 -m venv
pip install -r requirements.txt
python twibot.py
```