{"id":20096641,"url":"https://github.com/ruddra/apple-feed-notifier","last_synced_at":"2025-03-02T16:28:13.447Z","repository":{"id":75545913,"uuid":"50352418","full_name":"ruddra/apple-feed-notifier","owner":"ruddra","description":"AppleFeedNotifier is a simple python applications for creating notifications in OSX from rss feed.","archived":false,"fork":false,"pushed_at":"2023-11-20T00:26:39.000Z","size":23,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-02T01:57:34.439Z","etag":null,"topics":["feed","feed-parser","osx","python"],"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/ruddra.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}},"created_at":"2016-01-25T13:32:02.000Z","updated_at":"2024-06-13T11:42:48.000Z","dependencies_parsed_at":"2023-11-20T01:44:54.444Z","dependency_job_id":null,"html_url":"https://github.com/ruddra/apple-feed-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/ruddra%2Fapple-feed-notifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruddra%2Fapple-feed-notifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruddra%2Fapple-feed-notifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruddra%2Fapple-feed-notifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ruddra","download_url":"https://codeload.github.com/ruddra/apple-feed-notifier/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241536137,"owners_count":19978287,"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":["feed","feed-parser","osx","python"],"created_at":"2024-11-13T16:59:27.966Z","updated_at":"2025-03-02T16:28:13.428Z","avatar_url":"https://github.com/ruddra.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python Apple Feed Notifier\n\nAppleFeedNotifier is a simple Python application\nfor creating notifications in OSX from an RSS feed.\n\n## Usage\n\n1. Run `pip3 install -r 'requirements.txt'`\n\n2. Now run this application using\n   ```sh\n   python feed_notify.py -nt 5 -ct 60 -t 'Django Latest' \\\n       -u 'https://stackoverflow.com/feeds/tag?tagnames=django\u0026sort=newest'\n   ```\n   Obviously, change the options according to your preferences,\n   especially the `-t` and `-u` option arguments.\n\nTo use from a Python script,\n\n```python\nfrom feed_notify import FeedNotifier\n\nFeedNotifier(\n   'https://stackoverflow.com/feeds/tag?tagnames=django\u0026sort=newest',\n   'Stack Overflow: New Django posts').watch()\n```\n\nThe class is small and easy to understand, and easy to subclass\nif you want to use a different notification mechanism, for example\n(the AppleScript notifications this produces are rather lackluster,\nand clicking them brings you to the Script Editor instead of\nopening the associated URL like you would perhaps hope).\n\n\n## Tutorial\n\nPlease visit\nhttp://ruddra.com/2016/01/26/make-apple-notifications-from-rss-feed-using-python\nto see how I did it.\n\n## Feel free to contribute :)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruddra%2Fapple-feed-notifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fruddra%2Fapple-feed-notifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruddra%2Fapple-feed-notifier/lists"}