Twitter automatic draft/tweet sender, For twitter trending related operations
This is a Python script for posting random quotes from Goodreads website to Twitter. It uses web scraping to fetch quotes and the PyAutoGUI library to automate the posting process.
Before you begin, ensure you have met the following requirements:
- Python 3.++ installed
- Required Python libraries installed (
bs4
,requests
,pyautogui
,time
,clipboard
) - Twitter account already logined in ur browser
-
Clone this repository:
https://github.com/manoj698/Twittautomater.git
-
Install the required Python libraries:
pip install bs4 requests pyautogui clipboard
-
Setup and open twitter website and take the cursor on the What is Happning and click on it at first.
-
Then go to terminal
-
Run the script:
python tweterRquote2.py
6.go to browser and wait ,it will do the work
- The script fetches random quotes from Goodreads.
- Quotes with a character count less than or equal to 270 are posted on Twitter.
- The script keeps track of the count and posts quotes periodically.
- You can customize the script to use a different source for quotes or change the posting frequency.
Contributions are welcome! If you have any improvements or suggestions, please open an issue or submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
- Thanks to Goodreads for providing the quotes.