Twitter Bot Made In Python Using Twitter API
Twitter BotThis project is a simple Twitter bot using Tweepy, a Python library for accessing the Twitter API. The bot can send tweets with a built-in rate limit of up to 50 tweets per 24 hours.
Features
Spoiler:
Twitter BotThis project is a simple Twitter bot using Tweepy, a Python library for accessing the Twitter API. The bot can send tweets with a built-in rate limit of up to 50 tweets per 24 hours.
Features
- Posts tweets using Twitter API v2.
- Rate-limited to a maximum of 50 tweets per 24-hour period.
- Automatically resets the tweet count after 24 hours.
- Reads tweets from a specified text file, sending each line as a tweet.
- Ability to read multiple tweets from a text file.
- Each line in the text file is sent as a separate tweet.

