Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Chatbot
#1
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
Reply
#2
hello,
as you said you need to work with ldap, python-ldap is what you need
Reply
#3
see: https://pypi.org/search/?q=ldap&o=-created
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Bug beginner attempting to make chatbot MonikaDreemur 1 1,110 Feb-02-2022, 10:24 PM
Last Post: BashBedlam
  Help with simple nltk Chatbot Extra 3 1,885 Jan-02-2022, 07:50 AM
Last Post: bepammoifoge
  Python Reminder MSTeams Chatbot ajaymedidi 0 1,145 Sep-16-2021, 07:13 AM
Last Post: ajaymedidi
  Generate questions from excel to test my chatbot mcubac08 5 2,863 Sep-01-2020, 06:15 PM
Last Post: mcubac08
  Trying to pass an exe filepath to tkinter Chatbot & expecting the chatbot to run it svkroy 0 1,589 Jul-16-2020, 07:46 AM
Last Post: svkroy
  error in database for chatbot TaraSunray 0 2,568 Mar-13-2018, 03:02 PM
Last Post: TaraSunray

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020