Implement Mentionbot and tests
authorJakob Cornell <jakob+gpg@jcornell.net>
Mon, 19 Dec 2022 04:34:34 +0000 (22:34 -0600)
committerJakob Cornell <jakob+gpg@jcornell.net>
Mon, 19 Dec 2022 04:34:34 +0000 (22:34 -0600)
commit9dafaec88b414f805d134d44e009e88698a85647
treeffac367d5d723d7925b3a68c73648caa252d53bc
parent974c8c097b63b37caab141ec04c3ab3322e615ef
Implement Mentionbot and tests
mentionbot/docs/sample_config.ini [new file with mode: 0644]
mentionbot/pyproject.toml [new file with mode: 0644]
mentionbot/setup.cfg [new file with mode: 0644]
mentionbot/setup.py [new file with mode: 0644]
mentionbot/src/mentionbot/__init__.py [new file with mode: 0644]
mentionbot/src/mentionbot/__main__.py [new file with mode: 0644]
mentionbot/src/mentionbot/abc.py [new file with mode: 0644]
mentionbot/src/mentionbot/tests.py [new file with mode: 0644]