{"id":18077366,"url":"https://github.com/parisneo/scrapemaster","last_synced_at":"2025-04-12T09:25:18.404Z","repository":{"id":249425244,"uuid":"831492439","full_name":"ParisNeo/ScrapeMaster","owner":"ParisNeo","description":"MultiScraper is a comprehensive Python library for web scraping that handles both simple and complex websites, offering features like text and image extraction, session management, and anti-bot circumvention techniques.","archived":false,"fork":false,"pushed_at":"2024-10-07T21:29:22.000Z","size":19,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-26T04:23:05.063Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ParisNeo.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":"2024-07-20T17:57:37.000Z","updated_at":"2024-12-02T16:28:42.000Z","dependencies_parsed_at":"2024-10-31T11:25:47.470Z","dependency_job_id":"91a53958-7dbe-41de-b559-c27159abf083","html_url":"https://github.com/ParisNeo/ScrapeMaster","commit_stats":null,"previous_names":["parisneo/scrapemaster","parisneo/multiscraper"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ParisNeo%2FScrapeMaster","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ParisNeo%2FScrapeMaster/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ParisNeo%2FScrapeMaster/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ParisNeo%2FScrapeMaster/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ParisNeo","download_url":"https://codeload.github.com/ParisNeo/ScrapeMaster/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248545128,"owners_count":21122081,"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":"2024-10-31T11:24:24.208Z","updated_at":"2025-04-12T09:25:18.378Z","avatar_url":"https://github.com/ParisNeo.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ScrapeMaster\n\nScrapeMaster is a comprehensive Python library for web scraping that handles both simple and complex websites, offering features like text and image extraction, session management, and anti-bot circumvention techniques.\n\n## Features\n\n- Scrape text and images from websites\n- Handle JavaScript-rendered content using Selenium\n- Manage cookies and sessions for authenticated scraping\n- Rotate user agents and use proxies to avoid detection\n- Clean and format extracted data\n\n## Installation\n\nYou can install ScrapeMaster using pip:\n\n```\npip install ScrapeMaster\n```\n\n## Quick Start\n\nHere's a simple example of how to use ScrapeMaster:\n\n```python\nfrom scrapemaster import ScrapeMaster\n\nscraper = ScrapeMaster('https://example.com')\nresults = scraper.scrape_all('p', 'img', 'output_images')\nprint(results['texts'])\nprint(results['image_urls'])\n```\n\n## Advanced Usage\n\nFor more advanced usage, including handling of JavaScript-rendered content and authenticated scraping, please refer to the documentation.\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparisneo%2Fscrapemaster","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparisneo%2Fscrapemaster","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparisneo%2Fscrapemaster/lists"}