Actions
Enhancement #204
openPreliminary CLI Bot
Status:
In Progress
Priority:
Normal
Assignee:
Category:
Bot :: Messenger
Target version:
Start date:
2011-03-12
Due date:
% Done:
50%
Estimated time:
Patch Available:
No
Found in Versions:
Confirmed:
No
Branch:
Help Needed:
Description
This bot would create a CLI interface and also help for debugging.
Updated by Marc Dequènes over 13 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 50
This new cyborg mostly work, but still need work. Basically, handling user input using readline works, sending simple requests works, and displaying result works too.
We need to:- handle arguments begining with "/" or "./" to be treated as file paths, and content be passed as reference
- display error messages properly
- find a way to handle multiple invocations of the bot (from different users, concurrently)
- properly find the invocating user (linked with the method choosen in the previous point)
Updated by Marc Dequènes over 13 years ago
- Subject changed from Preliminary Messenger Bot to Preliminary CLI Bot
Actions