Skip to content
Home > Programming > sourse code for auto answer please

sourse code for auto answer please

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #187067
    man2011
    Member

    hi , I need sourse code for auto answer for paltalk :pb:
    example
    pleeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeease 💡

    #187072
    String
    Member

    First, you’ll need to define ” auto answer”. Secondly, do you think you’ll learn anything if your just handed the source code? Why don’t you post what you have so far, and someone will surely help you.

    #187071
    Admin
    Administrator

    I think is like the one in the admin bot 🙂 the code is there but if you seen my codes they are just a little messy to take parts of it apart lol

    #187070
    man2011
    Member

    How are you doing loco & string ?
    I tried but there are so many codes
    Does not work with me
    please, I need a simple example
    Thank you very much

    #187069
    autopilot
    Member

    first, you need to break the project down into small tasks. then create a test project to just do 1 task at a time. do not try to solve the whole project at 1 time or it may become a bit overwhelming.

    so you have at least 3 tasks you will need to do within an auto responder:

      read incoming text
      determine correct response (if any)
      send response to room

    now each of these 3 main tasks i have outlined may be broken up into even smaller tasks. in programming, there are often many ways to do the same thing, and so it is up to you as the programmer to decide how you want to get the tasks done. instead of just asking for someone else to spoon feed you, you need to learn how to program and create your own code.

    #187068
    Departure
    Member

    man2011, As Autopilot said, but it might also help if you let us know what language and how much knowledge in this kinda area you have in regards to programming. Telling us this info, we might be able to guide you in the right direction as in what you should be reading and learning to create such a program.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.