{"id":14972575,"url":"https://github.com/django/ticketbot","last_synced_at":"2025-10-19T10:32:01.414Z","repository":{"id":50785806,"uuid":"2524373","full_name":"django/ticketbot","owner":"django","description":"Django's IRC ticketbot. Linkifies tickets and changesets. Hangs out in #django and #django-dev.","archived":false,"fork":false,"pushed_at":"2024-03-03T16:26:23.000Z","size":25,"stargazers_count":18,"open_issues_count":0,"forks_count":17,"subscribers_count":26,"default_branch":"main","last_synced_at":"2025-01-29T11:52:10.729Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/django.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}},"created_at":"2011-10-06T06:17:32.000Z","updated_at":"2024-03-03T16:26:27.000Z","dependencies_parsed_at":"2022-08-24T03:20:07.353Z","dependency_job_id":null,"html_url":"https://github.com/django/ticketbot","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/django%2Fticketbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/django%2Fticketbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/django%2Fticketbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/django%2Fticketbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/django","download_url":"https://codeload.github.com/django/ticketbot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237110516,"owners_count":19257352,"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":[],"created_at":"2024-09-24T13:47:09.158Z","updated_at":"2025-10-19T10:31:56.126Z","avatar_url":"https://github.com/django.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ticketbot -- The Django development helper IRC bot\n\nThis is the bot which replaces the following types of mentions with their URLs:\n\n* `\"#nnnnn\"` -- Django Trac's ticket #nnnnn\n* `\"!nnnn\"` or `\"PRnnnn\"` -- Pull request nnnn submitted to the django/django GitHub repo\n* `\"hhhhhhh\"` (7 or more chars) -- Commit with ID hhhhhhh in the django/django GitHub repo\n\n## Local setup\n\n1. Create a virtualenv making sure you use the same Python version as the one specified to Heroku in `runtime.txt`:\n\n       $ curl https://raw.githubusercontent.com/django/ticketbot/master/runtime.txt\n       python-3.7.2\n\n2. Once you've created and activated the virtualenv, install project dependencies:\n\n       $ pip install -r requirements.txt\n\n## Configuration\n\nIt needs the following env vars:\n\n* `NICKSERV_PASS` -- The bot's user password\n* `NICKSERV_USER` -- The bot's username\n* `IRC_HOST` -- The IRC server hostname to connect to\n* `IRC_PORT` -- The IRC server port to connect to\n* `CHANNELS` -- A comma-separated list of channels it will auto-join to\n\nExample, for running it locally:\n\n    $ export NICKSERV_PASS=password\n    $ export NICKSERV_USER=username\n    $ export IRC_HOST=irc.libera.chat\n    $ export IRC_PORT=6697\n    $ export CHANNELS=#django-social,#django,#django-dev,#django-sprint\n    $ python ticketbot.py\n\n## Tests\n\nThere are some test cases for the text matching code. You can run them with:\n\n    $ python -m unittest tests.py\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjango%2Fticketbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdjango%2Fticketbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjango%2Fticketbot/lists"}