Python Forum
Chatbot - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Chatbot (/thread-21205.html)



Chatbot - metro17 - Sep-19-2019

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


RE: Chatbot - brighteningeyes - Sep-21-2019

hello,
as you said you need to work with ldap, python-ldap is what you need


RE: Chatbot - Larz60+ - Sep-21-2019

see: https://pypi.org/search/?q=ldap&o=-created