{"id":23505247,"url":"https://github.com/nezort11/rss-notifier","last_synced_at":"2025-05-08T20:00:08.473Z","repository":{"id":39270740,"uuid":"448525830","full_name":"nezort11/rss-notifier","owner":"nezort11","description":"Python script that notifies about changes to Upwork RSS feed via Telegram bot.","archived":false,"fork":false,"pushed_at":"2023-03-01T10:00:53.000Z","size":36,"stargazers_count":3,"open_issues_count":5,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-05-07T19:55:50.430Z","etag":null,"topics":["notifier","rss","upwork"],"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/nezort11.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":"2022-01-16T10:49:22.000Z","updated_at":"2024-05-22T17:09:41.000Z","dependencies_parsed_at":"2024-12-25T09:44:30.093Z","dependency_job_id":null,"html_url":"https://github.com/nezort11/rss-notifier","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nezort11%2Frss-notifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nezort11%2Frss-notifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nezort11%2Frss-notifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nezort11%2Frss-notifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nezort11","download_url":"https://codeload.github.com/nezort11/rss-notifier/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252949328,"owners_count":21830150,"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":["notifier","rss","upwork"],"created_at":"2024-12-25T09:30:29.995Z","updated_at":"2025-05-07T19:55:55.391Z","avatar_url":"https://github.com/nezort11.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RSS updates notifier\n\n## Getting started using\n\nFirst clone the repo onto your server:\n\n```sh\ngit clone https://github.com/Egor4ik325/rss-notifier\ncd rss-notifier\n```\n\nCreate and edit `config.toml` in `src/` folder (based on `config.toml.example`).\nCustomize non-secret setting such as query and update check interval.\n\nAlso `src/entries.json` file must exists (can be empty).\n\nUpwork: To get `securityToken`, `userUid` and `orgUid` go the Upwork, search for any jobs, look for RSS link,\nget these settings from RSS link query params.\n\nTelegram bot: Go to @BotFather and create new bot, paste token under `[bot].token` in `config.toml`.\n\nSentry: To get information when something goes wrong with the notifier, go to https://sentry.io and create a new project, paste key inside config file under `[sentry].key`.\n\nAfter all of that build an Docker image and run a container:\n\n```sh\n# 'docker-compose' for V1 / 'docker compose' for V2\ndocker compose build\ndocker compose up -d\n```\n\n## Desc\n\nRSS updates notifier program and bot that send information about updates to RSS source.\n\nI will use it primarily for getting Upwork job updates:\n\n- check for updates every minute\n- send short information about new job (price, title)\n- information persistance (file/json serialization)\n- periodic execution (timer, scheduler)\n- bot update subscribers\n\nDisplay most important information:\n\n- title\n- budget\n- category\n- skills\n\n## Roadmap\n\nThese are the tasks that need to be solved when building such program:\n\n- [x] Construct RSS source function\n\n- [x] Get the RSS file\n\n- [x] Parse RSS/XML file to determine new entries\n\n- [x] Check for new entries/jobs\n\n- [x] Implement bot subscribers list\n\n- [x] Broadcast updates to subscribers\n\n- [x] Convenient configuration interface via bot\n\n- [x] Add Sentry error logging\n\n## Tags\n\nrss, feed, notifier, updates, news, parser, listener, scraper, upwork, jobs, poller, broadcast, jobs.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnezort11%2Frss-notifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnezort11%2Frss-notifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnezort11%2Frss-notifier/lists"}