{"id":18558042,"url":"https://github.com/zh/atomgen","last_synced_at":"2026-03-01T03:03:37.818Z","repository":{"id":640005,"uuid":"281789","full_name":"zh/atomgen","owner":"zh","description":"Generate new valid atom entries every x minutes (for testing purposes)","archived":false,"fork":false,"pushed_at":"2009-08-20T18:36:25.000Z","size":501,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-10-04T02:50:35.859Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://atomgen.appspot.com/","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/zh.png","metadata":{"files":{"readme":"README","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}},"created_at":"2009-08-19T08:09:23.000Z","updated_at":"2023-11-24T19:15:04.000Z","dependencies_parsed_at":"2022-07-07T13:40:47.889Z","dependency_job_id":null,"html_url":"https://github.com/zh/atomgen","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zh/atomgen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zh%2Fatomgen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zh%2Fatomgen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zh%2Fatomgen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zh%2Fatomgen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zh","download_url":"https://codeload.github.com/zh/atomgen/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zh%2Fatomgen/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29959284,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T01:47:18.291Z","status":"online","status_checked_at":"2026-03-01T02:00:07.437Z","response_time":124,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-06T21:38:44.106Z","updated_at":"2026-03-01T03:03:32.794Z","avatar_url":"https://github.com/zh.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"atomgen\n========\n\nInfinite Atom Entries Generator\n\n\nOverview\n---------\n\nThe application providing two feeds. First one generating Atom entries every\nminute and the second one - every 5 minutes. \nThe feeds can be used mostly for testing webhooks, pubsubhubbub etc.\n\nThe one minute feed is protected by a secret token in the end of the URL.\nIf your application is installed for example on URL http://example.com/ , \nthe two feeds will be:\n\n  http://example.com/feed/1/YouSecretHere    (1min feed)\n  http://example.com/feed/5                  (5min feed)\n\n\nUsage\n------\n\nThe application is currently deployed on Google AppEngine. You can use the\n5 minutes feed for your tests - go to http://pubsubhubbub.appspot.com/subscribe \nand subscribe for the http://atomgen.appspot.com/feed/5 topic. This will send \nto your subscribers a new Atom entry every 5 minutes.\n\nThere is also a FriendFeed group - http://friendfeed.com/atomgen , which is already\nsubscribed to the 5 minutes feed. You can use it to gen notifications via IM etc.\n\n\nImplementation details\n-----------------------\n\nThe feeds have atom:link[@rel=\"hub\"] element and the 5 minutes feed is pinging the\nhub on feed generation. By default the Google's reference implementation on URL\nhttp://pubsubhubbub.appspot.com/ is used. Your can change the hub with the\nHUB_URL option in the settings.py file.\n\nI tried to make the atom generator a good Internet cityzen by setting up the proper\nHTTP headers ('Last-Modified', 'ETag' etc.). 'Etag' header contains the ID of the\nlast entry, cryptography signed, like suggested in \nhttp://code.google.com/p/pubsubhubbub/wiki/PublisherEfficiency\n\nThe current implementation does not use Google Datastore. Feeds are kept only in \nthe memcached object caching system.\n\n\nTODO\n-----\n- Return only new entries for clients asking with 'If-None-Match' header (ETag)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzh%2Fatomgen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzh%2Fatomgen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzh%2Fatomgen/lists"}