Asad Saleem
TwitterXBot is a Python project designed to automate the posting of tweets on Twitter. It supports various types of content, including simple messages, messages with hashtags, images, videos, and combinations of these media types. The bot utilizes the Tweepy library for interacting with the Twitter API.
- Post a simple message: Send plain text tweets.
- Post messages with hashtags: Include tags to enhance tweet visibility.
- Post single images: Share images with tweets.
- Post single videos: Share videos with tweets.
- Post images and videos together: Share a combination of images and videos in one tweet.
- Post multiple images: Share up to four images in a single tweet.
- Post multiple videos: Share multiple videos in a single tweet.
- Python: Programming language used for development.
- Tweepy: Library for interacting with the Twitter API.
- pytest: Framework for testing the application.
- flake8: Tool for checking the style guide enforcement.
- Clone the repository from GitHub:
git clone https://github.com/asadsehto/TwitterXBot.git