{"id":27278966,"url":"https://github.com/kevsaj/selenium_fun","last_synced_at":"2026-05-02T03:07:40.736Z","repository":{"id":287326933,"uuid":"964363498","full_name":"kevsaj/selenium_fun","owner":"kevsaj","description":"web scraping application built using Selenium","archived":false,"fork":false,"pushed_at":"2025-05-07T13:51:30.000Z","size":57,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-07T14:49:23.272Z","etag":null,"topics":["python","selenium"],"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/kevsaj.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,"zenodo":null}},"created_at":"2025-04-11T05:18:32.000Z","updated_at":"2025-05-07T13:51:33.000Z","dependencies_parsed_at":"2025-04-11T06:42:55.412Z","dependency_job_id":null,"html_url":"https://github.com/kevsaj/selenium_fun","commit_stats":null,"previous_names":["kevsaj/selenium_fun"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kevsaj/selenium_fun","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevsaj%2Fselenium_fun","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevsaj%2Fselenium_fun/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevsaj%2Fselenium_fun/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevsaj%2Fselenium_fun/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kevsaj","download_url":"https://codeload.github.com/kevsaj/selenium_fun/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevsaj%2Fselenium_fun/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32521123,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T01:12:54.858Z","status":"online","status_checked_at":"2026-05-02T02:00:05.923Z","response_time":132,"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":["python","selenium"],"created_at":"2025-04-11T17:46:21.870Z","updated_at":"2026-05-02T03:07:40.721Z","avatar_url":"https://github.com/kevsaj.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🕵️‍♂️ Selenium Scraper App\n\nThis project is a web scraping application built using **Selenium**. It automates the process of searching for items on a specified website, scrolling through lazy-loaded content, and extracting relevant data such as card name, price, category, rarity, and ID number.\n\n---\n\n## 📂 Project Structure\n\n```\nselenium-scraper-app\n├── src\n│   ├── main.py          # Entry point of the application\n│   ├── scraper          # Module for scraping logic\n│   │   ├── __init__.py  # Initialization file for the scraper module\n│   │   └── scraper.py   # Contains the Scraper class with scraping methods\n│   ├── utils            # Module for utility functions\n│   │   ├── __init__.py  # Initialization file for the utils module\n│   │   └── helpers.py   # Contains helper functions for the scraper\n├── requirements.txt      # Lists project dependencies\n├── .env                  # Contains environment variables\n└── README.md             # Documentation for the project\n```\n\n---\n\n## ⚙️ Setup Instructions\n\n1. **Clone the repository**:\n   ```bash\n   git clone https://github.com/yourusername/selenium-scraper-app.git\n   cd selenium-scraper-app\n   ```\n\n2. **Install the required dependencies**:\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n3. **Configure environment variables**:\n   - Update the `.env` file with any required environment variables.\n\n---\n\n## 🚀 Usage\n\nTo run the application, execute the following command:\n```bash\npython src/main.py\n```\n\n---\n\n## ✨ Features\n\n- 🔍 **Automated Searching**: Searches for items on a specified website.\n- 📜 **Lazy Loading Support**: Scrolls through lazy-loaded content to ensure all items are loaded.\n- 📊 **Data Extraction**: Extracts detailed information about each item, including:\n  - 🃏 **Card Name**\n  - 💲 **Price**\n  - 📂 **Category**\n  - ⭐ **Rarity**\n  - 🆔 **ID Number**\n\n---\n\n## 📜 License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n---\n\n## 📧 Contact\n\nFor questions or support, please contact [kisstudios98@gmail.com](mailto:kisstudios98@gmail.com).\n\n---\n\n### © 2025 Kisstudios Production\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevsaj%2Fselenium_fun","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkevsaj%2Fselenium_fun","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevsaj%2Fselenium_fun/lists"}