- This topic has 5 replies, 5 voices, and was last updated 13 years ago by String.
-
AuthorPosts
-
August 5, 2011 at 7:01 pm #187067man2011Member
hi , I need sourse code for auto answer for paltalk :pb:
example
pleeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeease 💡August 8, 2011 at 12:55 pm #187072StringMemberFirst, 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.
August 8, 2011 at 1:50 pm #187071AdminAdministratorI 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
September 2, 2011 at 6:59 pm #187070man2011MemberHow 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 muchSeptember 6, 2011 at 11:08 am #187069autopilotMemberfirst, 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 roomnow 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.
September 13, 2011 at 3:39 pm #187068DepartureMemberman2011, 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.
-
AuthorPosts
Related
- You must be logged in to reply to this topic.