Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/zee-bit/twibot
- Owner: zee-bit
- Created: 2020-07-26T14:09:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T11:16:04.000Z (almost 2 years ago)
- Last Synced: 2023-10-20T08:28:41.828Z (about 1 year ago)
- Topics: python3, tweepy, twitter-api, twitter-bot
- Language: Python
- Homepage:
- Size: 3.18 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```