{"id":15442715,"url":"https://github.com/domenez-dev/summer-python-quests","last_synced_at":"2026-01-12T09:42:09.999Z","repository":{"id":249561971,"uuid":"831540799","full_name":"Domenez-dev/Summer-Python-Quests","owner":"Domenez-dev","description":"A collection of diverse Python projects to explore and enhance your programming skills. This repository features practical applications and tools, including an Instagram auto-like bot, a YouTube downloader, a Tic-Tac-Toe game, and an auto email bot. Perfect for summer coding challenges and hands-on learning.","archived":false,"fork":false,"pushed_at":"2024-07-28T14:16:18.000Z","size":45,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-18T13:15:01.173Z","etag":null,"topics":["automation","email-sender","instagram-likes-bot","python","python-3","script","tic-tac-toe","youtube-downloader"],"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/Domenez-dev.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-07-20T21:36:37.000Z","updated_at":"2024-07-28T14:16:20.000Z","dependencies_parsed_at":"2024-08-01T21:53:39.370Z","dependency_job_id":null,"html_url":"https://github.com/Domenez-dev/Summer-Python-Quests","commit_stats":null,"previous_names":["domenez25/summer-python-quests","domenez-dev/summer-python-quests"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Domenez-dev%2FSummer-Python-Quests","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Domenez-dev%2FSummer-Python-Quests/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Domenez-dev%2FSummer-Python-Quests/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Domenez-dev%2FSummer-Python-Quests/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Domenez-dev","download_url":"https://codeload.github.com/Domenez-dev/Summer-Python-Quests/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246777821,"owners_count":20832033,"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","email-sender","instagram-likes-bot","python","python-3","script","tic-tac-toe","youtube-downloader"],"created_at":"2024-10-01T19:29:36.505Z","updated_at":"2026-01-12T09:42:09.971Z","avatar_url":"https://github.com/Domenez-dev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python Projects Repository\r\n\r\nWelcome to the Python Projects Repository! This repository contains a collection of Python scripts and applications demonstrating various functionalities. Each project is self-contained and showcases different aspects of Python programming, from web automation to game development.\r\n\r\n## Projects Overview\r\n\r\nThe repository includes the following projects:\r\n\r\n| Project                     | Description                                        |\r\n| --------------------------- | -------------------------------------------------- |\r\n| [**Instagram Auto Like Bot**](instagram%20auto%20like/README.md) | Automatically likes posts on an Instagram profile. |\r\n| [**Tic-Tac-Toe**](tictactoe/README.md) | A simple command-line Tic-Tac-Toe game. |\r\n| [**YouTube Downloader**](youtube_downloader/README.md) | Downloads videos from YouTube using a URL. |\r\n| [**Black Jack Game**](Black_Jack/README.md) | Play the famous casino game Black Jack with Python. |\r\n| [**Wikipedia Terms Definitions**](wikipedia_api/README.md) | Retrieve and save Wikipedia definitions. |\r\n| [**Qr code Generator and scanner**](Qr_scanner/README.md) | Generate and scan QR codes using a web interface and your device's camera. |\r\n\r\n## Future Projects\r\n- Content Aggregator with Django\r\n\r\n## Getting Started\r\n\r\nTo get started with any of the projects, follow these steps:\r\n\r\n1. **Clone the repository:**\r\n\r\n   ```bash\r\n   git clone https://github.com/domenez25/Summer-Python-Quests.git\r\n   cd python-projects\r\n   ```\r\n\r\n2. **Navigate to the project directory:**\r\n\r\n   Each project is located in its own directory under `projects/`. For example, to access the Instagram Auto Like Bot:\r\n\r\n   ```bash\r\n   cd projects/instagram-auto-like-bot\r\n   ```\r\n\r\n3. **Install dependencies:**\r\n\r\n   Each project may have its own set of dependencies. Refer to the specific project’s `README.md` for installation instructions.\r\n\r\n4. **Run the project:**\r\n\r\n   Follow the usage instructions provided in the project’s `README.md` file.\r\n\r\n## Contributing\r\n\r\nContributions are welcome! If you have suggestions or improvements for any of the projects, please open an issue or submit a pull request.\r\n\r\n1. **Fork the repository.**\r\n2. **Create a feature branch:**\r\n\r\n   ```bash\r\n   git checkout -b feature-branch\r\n   ```\r\n\r\n3. **Commit your changes:**\r\n\r\n   ```bash\r\n   git commit -am 'Add new feature'\r\n   ```\r\n\r\n4. **Push to the branch:**\r\n\r\n   ```bash\r\n   git push origin feature-branch\r\n   ```\r\n\r\n5. **Create a new Pull Request.**\r\n\r\nyou can also recommend more python Quests!\r\n\r\n## Contact\r\n\r\nFor any questions or inquiries, please contact me in [my email](mailto:bouzara.zakaria.25@gmail.com).\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdomenez-dev%2Fsummer-python-quests","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdomenez-dev%2Fsummer-python-quests","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdomenez-dev%2Fsummer-python-quests/lists"}