{"id":21598527,"url":"https://github.com/aviksaikat/selenium-automator","last_synced_at":"2026-05-14T20:31:37.841Z","repository":{"id":197646575,"uuid":"699053201","full_name":"Aviksaikat/Selenium-Automator","owner":"Aviksaikat","description":"A bot class template to make selenium bots in python","archived":false,"fork":false,"pushed_at":"2023-10-01T19:29:03.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-01T17:28:11.375Z","etag":null,"topics":["python3","selenium-python","selenium-webdriver"],"latest_commit_sha":null,"homepage":"","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/Aviksaikat.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}},"created_at":"2023-10-01T19:22:48.000Z","updated_at":"2023-10-01T19:30:25.000Z","dependencies_parsed_at":"2023-10-01T23:19:25.987Z","dependency_job_id":null,"html_url":"https://github.com/Aviksaikat/Selenium-Automator","commit_stats":null,"previous_names":["aviksaikat/selenium-automator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Aviksaikat/Selenium-Automator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aviksaikat%2FSelenium-Automator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aviksaikat%2FSelenium-Automator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aviksaikat%2FSelenium-Automator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aviksaikat%2FSelenium-Automator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Aviksaikat","download_url":"https://codeload.github.com/Aviksaikat/Selenium-Automator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aviksaikat%2FSelenium-Automator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33042105,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["python3","selenium-python","selenium-webdriver"],"created_at":"2024-11-24T18:12:27.624Z","updated_at":"2026-05-14T20:31:37.821Z","avatar_url":"https://github.com/Aviksaikat.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Selenium Automator\n\n- This is a class tempalte for creating python selenium bots for downaloding images\n\n\n# Usage\n\n```py\n\n\ndef main():\n    username = os.environ[\"USERNAME\"]\n    password = os.environ[\"PASSWORD\"]\n\n    urls = [\"https://google.com\"]\n\n    driver_path = r\"~/chromedriver\"\n    path_to_save = (\n        r\"~/SeleniumBotPython/media\"\n    )\n\n    bot = SeleniumBot(username, password, driver_path, path_to_save)\n\n    driver = bot.setupDriver()\n    if driver:\n        print(f\"{bot.green}[*]Driver setup successful{bot.reset}\")\n    else:\n        print(f\"{bot.red}[!]Driver setup unsuccessful{bot.reset}\")\n        exit(-2)\n\n    # Let your imaginaton do the rest ;)\n    \nif __name__ == \"__main__\":\n    main()\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faviksaikat%2Fselenium-automator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faviksaikat%2Fselenium-automator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faviksaikat%2Fselenium-automator/lists"}