{"id":28228345,"url":"https://github.com/pratikpakhale/ie_visa_bot","last_synced_at":"2025-09-09T18:50:30.008Z","repository":{"id":288657480,"uuid":"968821295","full_name":"pratikpakhale/ie_visa_bot","owner":"pratikpakhale","description":"A Python bot to track Irish visa application status and send notifications via Pushbullet.","archived":false,"fork":false,"pushed_at":"2025-04-18T20:13:00.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-18T14:09:53.300Z","etag":null,"topics":["bot","irish-visa","visa"],"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/pratikpakhale.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,"zenodo":null}},"created_at":"2025-04-18T19:51:38.000Z","updated_at":"2025-04-18T20:13:04.000Z","dependencies_parsed_at":"2025-04-20T12:31:06.090Z","dependency_job_id":null,"html_url":"https://github.com/pratikpakhale/ie_visa_bot","commit_stats":null,"previous_names":["pratikpakhale/ie_visa_bot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pratikpakhale/ie_visa_bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pratikpakhale%2Fie_visa_bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pratikpakhale%2Fie_visa_bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pratikpakhale%2Fie_visa_bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pratikpakhale%2Fie_visa_bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pratikpakhale","download_url":"https://codeload.github.com/pratikpakhale/ie_visa_bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pratikpakhale%2Fie_visa_bot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259511956,"owners_count":22869318,"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":["bot","irish-visa","visa"],"created_at":"2025-05-18T14:09:51.308Z","updated_at":"2025-06-12T17:30:44.969Z","avatar_url":"https://github.com/pratikpakhale.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IE Visa Bot\n\nA Python bot to track Irish visa application status and send notifications via Pushbullet.\n\n## Features\n\n- Automatically checks Irish visa application status\n- Monitors specific application numbers\n- Sends notifications through Pushbullet when updates are found\n- Processes ODS/Excel files from the official Ireland visa website\n\n## Setup\n\n1. Install Python 3.8 or higher\n2. Clone this repository\n3. Install dependencies:\n   ```bash\n   uv venv\n   source .venv/bin/activate\n   uv pip install -r requirements.txt\n   ```\n\n4. Create a `.env` file with your Pushbullet access token:\n   ```\n   PUSHBULLET_ACCESS_TOKEN=your_token_here\n   ```\n\n5. Update `config.py` with your application numbers:\n   ```python\n   APPLICATIONS = {\n       \"application_number\": \"Name\"\n   }\n   ```\n\n## Usage\n\nRun the script:\n```bash\npython main.py\n```\n\nThe bot will:\n1. Check the Ireland visa website for new decision files\n2. Download and process any available ODS/Excel files\n3. Search for your application numbers\n4. Send a Pushbullet notification if your application is found\n\n## Setup Cron Job\n\nTo automatically run the visa checking script periodically:\n\n1. Open your crontab configuration:\n```bash\ncrontab -e\n```\n\n2. Add one of these example schedules:\n\n```bash\n# Run every hour\n0 * * * * cd /path/to/ie_via \u0026\u0026 python3 main.py\n\n# Run every 30 minutes\n*/30 * * * * cd /path/to/ie_via \u0026\u0026 python3 main.py\n\n# Run every 15 minutes between 9 AM and 6 PM\n*/15 9-18 * * * cd /path/to/ie_via \u0026\u0026 python3 main.py\n```\n\n3. Save and exit the editor. The cron service will automatically load your new schedule.\n\nNote: Make sure to replace `/path/to/ie_via` with the actual path to your project directory.\n\nBasic crontab format:\n```\n* * * * * command\n│ │ │ │ │\n│ │ │ │ └─ day of week (0-7, 0 and 7 are Sunday)\n│ │ │ └─── month (1-12)\n│ │ └───── day of month (1-31)\n│ └─────── hour (0-23)\n└───────── minute (0-59)\n```\n\n## Dependencies\n\n- requests\n- beautifulsoup4\n- pandas\n- pyexcel-ods\n- openpyxl\n- python-dotenv\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpratikpakhale%2Fie_visa_bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpratikpakhale%2Fie_visa_bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpratikpakhale%2Fie_visa_bot/lists"}