Skip to content
/ T3Bot Public

T3Bot is a chat bot which reacts on typo3.slack.com to several commands

License

Notifications You must be signed in to change notification settings

NeoBlack/T3Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f6d6084 · Jul 14, 2022
Oct 31, 2019
Jul 23, 2017
Jun 12, 2019
Mar 1, 2019
Feb 18, 2019
Jun 12, 2019
Jul 22, 2017
Jul 23, 2017
Jun 12, 2019
Jul 23, 2017
Jul 23, 2017
Jul 23, 2017
Jul 14, 2022
Jul 23, 2017
Aug 23, 2020
Aug 23, 2020

Repository files navigation

Botty - The TYPO3 Slack Bot

Build Status Build Status Code Coverage Scrutinizer Code Quality GitHub version Support Documentatiom

Hi, I am Botty I am in each channel on typo3.slack.com, even if you do not see me. Talk to me by start a message with @T3Bot or with the command prefix.

A list of the commands I can understand is documented in the Wiki.

Developer Notes

If you want to contribute, fork this repository and send a pull request.

Requirements

This project requires PHP 7.0

Setup

# copy env file and adjust 
cp .env.example .env

# composer install
composer install

# database mgiration
./bin/doctrine-migrations --configuration=Build/migrations.xml --db-configuration=Build/migrations-db.php migrations:migrate

Unit Test

./bin/phpunit -c Build/UnitTests.xml

Coverage report

rm -rf public/docs
./bin/phpunit -c Build/UnitTests.xml --coverage-html public/docs

About

T3Bot is a chat bot which reacts on typo3.slack.com to several commands

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published