{"id":13557689,"url":"https://github.com/TkTech/notifico","last_synced_at":"2025-04-03T12:30:58.450Z","repository":{"id":5619022,"uuid":"6826707","full_name":"TkTech/notifico","owner":"TkTech","description":"IRC Message Relay","archived":false,"fork":false,"pushed_at":"2024-11-12T13:33:37.000Z","size":2379,"stargazers_count":161,"open_issues_count":33,"forks_count":39,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-03-28T05:12:58.938Z","etag":null,"topics":["flask","irc","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/TkTech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"TkTech","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2012-11-23T11:50:38.000Z","updated_at":"2025-03-14T21:46:15.000Z","dependencies_parsed_at":"2024-12-25T14:13:13.741Z","dependency_job_id":null,"html_url":"https://github.com/TkTech/notifico","commit_stats":{"total_commits":531,"total_committers":24,"mean_commits":22.125,"dds":"0.11864406779661019","last_synced_commit":"e6ec4755217e77019c0ab1b6dcf4b3be8dd2c01b"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TkTech%2Fnotifico","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TkTech%2Fnotifico/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TkTech%2Fnotifico/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TkTech%2Fnotifico/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TkTech","download_url":"https://codeload.github.com/TkTech/notifico/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247002176,"owners_count":20867415,"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":["flask","irc","python"],"created_at":"2024-08-01T12:04:29.582Z","updated_at":"2025-04-03T12:30:57.273Z","avatar_url":"https://github.com/TkTech.png","language":"Python","funding_links":["https://github.com/sponsors/TkTech"],"categories":["Python","flask"],"sub_categories":[],"readme":"# Notifico!\n\nNotifico is a small open-source ([MIT][]) replacement to the now-defunct\n(since 2012) cia.vc service. It relays webhooks from common services to IRC\nnetworks, such as GitHub, JIRA, Gitea, Jenkins, and Bitbucket.\n\nNotifico is/has been used by [CPython][], [FreeBSD][], [Godot][],\n[Qutebrowser][], [NASA][], and thousands of other projects.\n\n## Development\n\n### Getting Started\n\nThe easiest way to get started with the codebase is with docker:\n\n```shell\ngit clone https://github.com/TkTech/notifico.git\ncd notifico\ndocker-compose up\n```\n\nThis will start redis, postgres, IRC bots, and the frontend on port 5000. If\nyou've never run Notifico before, also run:\n\n```shell\ndocker-compose exec workers poetry run notifico tools bootstrap\n```\n\nThis will populate the initial database. If you've run Notifico in the past,\ninstead use:\n\n```shell\ndocker-compose exec workers poetry run alembic upgrade head\n```\n\nAnd finally if you need a user to log in with, create your initial admin\naccount with:\n\n```shell\ndocker-compose exec workers poetry run notifico users create \u003cusername\u003e \u003cemail\u003e\ndocker-compose exec workers poetry run notifico users grant-role \u003cusername\u003e admin\n```\n\n## FAQ\n\n### Why doesn't this project use X?\n\nOdds are X (like React or Typescript) didn't exist a decade ago when this\nproject was created!\n\n### Is this project still maintained?\n\nYes! The project is currently going through modernization. It has remained\nlargely unchanged for the last 8-9 years, as IRC and the services feeding into\nit are largely stable and unchanging themselves.\n\n[MIT]: http://en.wikipedia.org/wiki/MIT_License\n[cpython]: github.com/python/cpython\n[FreeBSD]: https://www.freebsd.org/\n[godot]: https://godotengine.org/\n[qutebrowser]: https://www.qutebrowser.org/\n[NASA]: https://nasa.gov\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTkTech%2Fnotifico","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FTkTech%2Fnotifico","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTkTech%2Fnotifico/lists"}