{"id":16544780,"url":"https://github.com/hoosnick/freelance-job-notifier","last_synced_at":"2025-03-16T19:32:34.744Z","repository":{"id":194155183,"uuid":"690221511","full_name":"hoosnick/freelance-job-notifier","owner":"hoosnick","description":"Freelance Jobs Telegram Notifier","archived":false,"fork":false,"pushed_at":"2024-06-12T07:53:14.000Z","size":475,"stargazers_count":22,"open_issues_count":3,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-18T22:30:13.402Z","etag":null,"topics":["freelance","kwork","kwork-api","parser","upwork","upwork-api"],"latest_commit_sha":null,"homepage":"https://t.me/+aC91vV3seFpmYjBi","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/hoosnick.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":"2023-09-11T19:15:06.000Z","updated_at":"2024-08-09T20:52:48.000Z","dependencies_parsed_at":"2024-04-21T15:41:48.099Z","dependency_job_id":"6b3678a4-47a0-4221-815d-6df01ee48ae6","html_url":"https://github.com/hoosnick/freelance-job-notifier","commit_stats":null,"previous_names":["hoosnick/kwork-projects-parser"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hoosnick%2Ffreelance-job-notifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hoosnick%2Ffreelance-job-notifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hoosnick%2Ffreelance-job-notifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hoosnick%2Ffreelance-job-notifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hoosnick","download_url":"https://codeload.github.com/hoosnick/freelance-job-notifier/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221667526,"owners_count":16860621,"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":["freelance","kwork","kwork-api","parser","upwork","upwork-api"],"created_at":"2024-10-11T19:04:36.873Z","updated_at":"2024-10-27T11:10:56.045Z","avatar_url":"https://github.com/hoosnick.png","language":"Python","funding_links":["https://www.buymeacoffee.com/hoosnick"],"categories":[],"sub_categories":[],"readme":"# Freelance Jobs Telegram Notifier\n\nFreelance Jobs Notifier is a Python script designed to periodically fetch new projects from popular freelance platforms (at the moment: [Kwork.ru](https://kwork.ru) and [Upwork.com](https://upwork.com)) and notify a Telegram group about them. It uses the API, RSS Feed to retrieve project details and sends notifications to a specified Telegram group.\n\n\u003cdetails\u003e\n  \u003csummary\u003eDemo\u003c/summary\u003e\n\n![demo-view](assets/image.png)\n\nhttps://github.com/hoosnick/freelance-job-notifier/assets/73847672/5dd67ffd-cd27-49c0-8a2a-8bee4c38184e\n\n\u003c/details\u003e\n\n---\n\n## 🍰 Features\n\n#### [Feb 23, 2024]\n\n- WebApp in Any Chat.\n\n#### [Jan 15, 2024]\n\n- Now you can generate an offer from the description of each job with the help of AI.\n- User friendly Telegram Web App to view the generated offers in bot chat.\n- PremiumUsers, Unlimited Generates and etc.\n\n#### [Sep 12, 2023]\n\n- Fetches new [project/job]s based on specified categories.\n- Sends project notifications to a Telegram group.\n- Uses the Apscheduler library for job scheduling.\n- Stores project IDs in an SQLite database to avoid duplicate notifications.\n\n---\n\n## ⚙️ Requirements\n\n- Python 3.11 or higher\n- Dependencies listed in `requirements.txt`\n- A Telegram Bot Token (obtain one from @BotFather on Telegram)\n- For [Kwork.ru](https://kwork.ru) - account credentials (LOGIN, PASSWORD, PHONE_LAST, CATEGORIES). You can find a complete list of project categories in the [assets/kwork-categories.json](assets/kwork-categories.json) file to further search for projects by their ID. (see `.env` file)\n- For [Upwork.com](https://upwork.com) - log in to your account and create a search query for jobs by following this [link](https://www.upwork.com/nx/jobs/search) and get the credentials from the query parameters in the rss feed url that was generated for you. (see `.env` file)\n- Configuration via environment variables (see `.env` file)\n\n---\n\n## 💽 Installation\n\n1. Clone this repository:\n\n   ```shell\n   git clone https://github.com/hoosnick/freelance-job-notifier.git\n   ```\n\n   ```shell\n   cd freelance-job-notifier\n   ```\n\n2. Install the required dependencies using pip:\n\n   ```shell\n   pip install -r requirements.txt\n   ```\n\n3. Create a `.env` file in the project directory and add your environment variables from [.sample.env](.sample.env) file.\n\n4. Run the script:\n   ```shell\n   python -m app\n   ```\n\n---\n\n## ❤️ Thanks a lot\n\n- [@kesha1225](https://github.com/kesha1225) for [pykwork](https://github.com/kesha1225/pykwork)\n- [Contributors of G4F](https://github.com/xtekky/gpt4free/graphs/contributors) for [gpt4free](https://github.com/xtekky/gpt4free)\n\n---\n\n## 📃 License\n\n- This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n---\n\n\u003ca href=\"https://www.buymeacoffee.com/hoosnick\" target=\"_blank\"\u003e\u003cimg alt=\"Buy Me A Coffee\" height=\"41\" width=\"174\" src=\"https://github.com/hoosnick/freelance-job-notifier/assets/73847672/79a76ef6-a9f8-4c26-bd7d-72bc8048eb25\"\u003e\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhoosnick%2Ffreelance-job-notifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhoosnick%2Ffreelance-job-notifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhoosnick%2Ffreelance-job-notifier/lists"}