Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mostafahima/speed-test-twitter-bot
A project that uses Selenium to test internet speed and automatically posts the results on Twitter.
https://github.com/mostafahima/speed-test-twitter-bot
scraping-python scraping-tool selenium selenium-python
Last synced: about 1 month ago
JSON representation
A project that uses Selenium to test internet speed and automatically posts the results on Twitter.
- Host: GitHub
- URL: https://github.com/mostafahima/speed-test-twitter-bot
- Owner: MostafaHima
- Created: 2024-12-15T08:59:55.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-15T09:04:43.000Z (about 1 month ago)
- Last Synced: 2024-12-15T10:20:43.731Z (about 1 month ago)
- Topics: scraping-python, scraping-tool, selenium, selenium-python
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project automates the process of testing your internet speed and posting the results on Twitter using Selenium.
## How It Works
1. **Internet Speed Test**: The bot uses Selenium to open the Speedtest website and performs a download/upload speed test.
2. **Twitter Post**: After getting the speed test results, the bot automatically logs into your Twitter account and posts the results as a tweet.## Requirements
- Python 3.x
- Selenium
- WebDriver (e.g., ChromeDriver)
- dotenv (for handling environment variables securely)