{"id":24783220,"url":"https://github.com/thatlinuxguyyouknow/twitter-reply-scraper","last_synced_at":"2025-03-24T06:28:05.217Z","repository":{"id":240791391,"uuid":"803482203","full_name":"ThatLinuxGuyYouKnow/Twitter-Reply-Scraper","owner":"ThatLinuxGuyYouKnow","description":"A python script to return users that have replied to a tweet","archived":false,"fork":false,"pushed_at":"2024-07-10T18:14:10.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-29T12:16:00.294Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ThatLinuxGuyYouKnow.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-05-20T20:06:52.000Z","updated_at":"2024-11-27T18:02:45.000Z","dependencies_parsed_at":"2024-05-20T23:02:59.744Z","dependency_job_id":"b6e6aaa4-5011-43f9-9d10-21039dda43c1","html_url":"https://github.com/ThatLinuxGuyYouKnow/Twitter-Reply-Scraper","commit_stats":null,"previous_names":["thatlinuxguyyouknow/twitter-reply-scraper"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThatLinuxGuyYouKnow%2FTwitter-Reply-Scraper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThatLinuxGuyYouKnow%2FTwitter-Reply-Scraper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThatLinuxGuyYouKnow%2FTwitter-Reply-Scraper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThatLinuxGuyYouKnow%2FTwitter-Reply-Scraper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ThatLinuxGuyYouKnow","download_url":"https://codeload.github.com/ThatLinuxGuyYouKnow/Twitter-Reply-Scraper/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245220564,"owners_count":20579806,"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":[],"created_at":"2025-01-29T12:16:01.436Z","updated_at":"2025-03-24T06:28:05.186Z","avatar_url":"https://github.com/ThatLinuxGuyYouKnow.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Twitter Replies Fetcher\n\nThis Python script fetches the replies to a specific tweet using the Twitter API from RapidAPI. It extracts and displays the usernames and account IDs of the users who replied to the tweet.\n\n## Table of Contents\n\n- [Installation](#installation)\n- [Usage](#usage)\n- [Configuration](#configuration)\n- [Error Handling](#error-handling)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Installation\n\n1. **Clone the repository:**\n\n    ```bash\n    git clone https://github.com/yourusername/twitter-replies-fetcher.git\n    cd twitter-replies-fetcher\n    ```\n\n2. **Create a virtual environment:**\n\n    ```bash\n    python -m venv venv\n    ```\n\n3. **Activate the virtual environment:**\n\n    - On Windows:\n      ```bash\n      venv\\Scripts\\activate\n      ```\n    - On macOS/Linux:\n      ```bash\n      source venv/bin/activate\n      ```\n\n4. **Install the required packages:**\n\n    ```bash\n    pip install -r requirements.txt\n    ```\n\n## Usage\n\n1. **Replace `YOUR_RAPIDAPI_KEY` in the script with your actual RapidAPI key.**\n\n2. **Run the script:**\n\n    ```bash\n    python twitter_replies_fetcher.py\n    ```\n\n3. **Enter the Tweet URL when prompted.**\n\n    The script will print out the usernames and account IDs of the repliers.\n\n## Configuration\n\n- **RapidAPI Key:**\n  - Sign up on [RapidAPI](https://rapidapi.com/) to get your API key.\n  - Replace `YOUR_RAPIDAPI_KEY` in the script with your actual RapidAPI key.\n\n## Error Handling\n\nThe script includes basic error handling to manage issues such as:\n- Invalid tweet URLs.\n- No replies found.\n- HTTP errors during API calls.\n\nIf any errors occur, appropriate messages will be printed to help diagnose the issue.\n\n## Contributing\n\nContributions are welcome! Please follow these steps to contribute:\n\n1. **Fork the repository.**\n2. **Create a new branch:**\n\n    ```bash\n    git checkout -b feature-branch-name\n    ```\n\n3. **Make your changes and commit them:**\n\n    ```bash\n    git commit -m 'Add some feature'\n    ```\n\n4. **Push to the branch:**\n\n    ```bash\n    git push origin feature-branch-name\n    ```\n\n5. **Open a pull request.**\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthatlinuxguyyouknow%2Ftwitter-reply-scraper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthatlinuxguyyouknow%2Ftwitter-reply-scraper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthatlinuxguyyouknow%2Ftwitter-reply-scraper/lists"}