Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server Side Command Testing. #13

Closed
chibiskuld opened this issue Sep 29, 2018 · 0 comments
Closed

Server Side Command Testing. #13

chibiskuld opened this issue Sep 29, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request
Projects

Comments

@chibiskuld
Copy link

While it's nice to launch the bot on the server and test it there. It would also make sense that there were some way to test the command locally before committing it to the bot, or firing it up to connect to the server. I don't imagine people want to see a bot constantly coming on and off line. Plus for users to just simply write commands, it may not be necessary that they get a bot account and connect the bot. For this I would suggest writing a command line way of testing bot commands.

My example of this is here:
https://github.com/kokorohakai/ccawmunity/blob/master/chatbot/testcommand.py

it can then be executed like this:
./testcommand.py random 1 10 100
which executes my random command, and it's parameters just as it would from chat.

@Steffey Steffey added enhancement New feature or request and removed enhancement New feature or request labels Sep 29, 2018
@AngeloDanducci AngeloDanducci added this to Backlog in Matrix Bot Oct 3, 2018
@verdog verdog self-assigned this Oct 5, 2018
@verdog verdog moved this from Backlog to Done in Matrix Bot Oct 15, 2018
@verdog verdog closed this as completed Oct 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Matrix Bot
  
Done
Development

No branches or pull requests

3 participants