{"id":20245434,"url":"https://github.com/letsmakecakes/twitter-automation","last_synced_at":"2026-05-10T01:18:26.476Z","repository":{"id":172646694,"uuid":"649560008","full_name":"letsmakecakes/twitter-automation","owner":"letsmakecakes","description":"Twitter Automation with Selenium in Python.","archived":false,"fork":false,"pushed_at":"2023-06-05T07:03:10.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-14T01:49:45.289Z","etag":null,"topics":["automation","python","selenium","twitter"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/letsmakecakes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-05T06:33:15.000Z","updated_at":"2023-06-05T07:16:28.000Z","dependencies_parsed_at":"2023-07-06T09:15:44.121Z","dependency_job_id":null,"html_url":"https://github.com/letsmakecakes/twitter-automation","commit_stats":null,"previous_names":["letsmakecakes/twitter-automation"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/letsmakecakes%2Ftwitter-automation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/letsmakecakes%2Ftwitter-automation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/letsmakecakes%2Ftwitter-automation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/letsmakecakes%2Ftwitter-automation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/letsmakecakes","download_url":"https://codeload.github.com/letsmakecakes/twitter-automation/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241688748,"owners_count":20003531,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","python","selenium","twitter"],"created_at":"2024-11-14T09:20:57.100Z","updated_at":"2026-05-10T01:18:26.441Z","avatar_url":"https://github.com/letsmakecakes.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Twitter Automation Project\n\nThis is a Python script that uses Selenium to automate tweeting on Twitter. It opens a Chrome browser, logs in to a Twitter account, and sends a tweet with a predefined message.\n\n## Prerequisites\n\nBefore running the script, make sure you have the following installed:\n\n- Python (version 3.6 or higher)\n- Selenium library (install using `pip install selenium`)\n- Chrome browser\n- ChromeDriver (compatible with your Chrome browser version)\n\n## Setup\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/your-username/twitter-automation.git\n   cd twitter-automation\n   ```\n\n2. Install the required dependencies:\n\n   ```bash\n   pip install selenium\n   ```\n\n3. Download ChromeDriver and place it in the project directory. Make sure it matches your Chrome browser version. You can download ChromeDriver from the [official website](https://chromedriver.chromium.org/downloads).\n\n## Usage\n\n1. Open the `twitter_automation.py` file in a text editor.\n\n2. Replace the placeholders `'username'` and `'password'` with your Twitter account credentials:\n\n   ```python\n   username.send_keys(\"your-username\")\n   password.send_keys(\"your-password\")\n   ```\n\n3. Modify the `tweet` variable to customize the message you want to tweet:\n\n   ```python\n   tweet = \"Hello Everyone! This is a tweet...\"\n   ```\n\n4. Save the file.\n\n5. Run the script:\n\n   ```bash\n   python twitter_automation.py\n   ```\n\n   The script will open a Chrome browser, log in to your Twitter account, and send the tweet with the specified message.\n\n**Note:** For security reasons, it's recommended to store your Twitter credentials in a separate configuration file and import them into the script instead of hardcoding them directly.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE). Feel free to use and modify it according to your needs.\n\n## Contributing\n\nContributions are welcome! If you have any improvements or bug fixes, please submit a pull request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fletsmakecakes%2Ftwitter-automation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fletsmakecakes%2Ftwitter-automation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fletsmakecakes%2Ftwitter-automation/lists"}