Python Forum

Full Version: Chatbot
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I auto collect the user information like UserID,username,emailaddress automatically once the user starts talking to the chatbot.
Chatbot is restricted to my office domain and so is the user.
Are there any python packages which autocollect from LDAP or AD?


User open chatbot and says..
User: Hi
Chatbot should respond as:
Chatbot: Hello UserID1234/Username.how can I help you?
....
.....
Chatbot: I have sent an email with an attachment.Please submit the attached form.Once you have submitted the form please type in submitted.
User: (Once the user submits the form)Submitted.
Chatbot: waiting..waiting...We have received your form.This is the end of the conversation.
Thanks

How do I achieve this?
Thanks
hello,
as you said you need to work with ldap, python-ldap is what you need