Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)