A
A
alez8882015-03-05 20:38:26
Delphi
alez888, 2015-03-05 20:38:26

How to tie a program on Delphi with viber, whats app?

Hello everyone, I'm interested in the question, is it possible to write a program in Delphi that will send messages through popular instant messengers, and if so, how?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
W
Waik, 2015-03-05
@Waik

The options that I see:
1. Install the Android Emulator on the PC and install the necessary messengers. Write software that will emulate sending messages in these messengers.
2. Understand how these messengers send messages, and emulate the networking of these messengers.
The network already has software solutions for spam under Viber, etc. Install them yourself, figure out how they work.

B
buryakov_dima, 2015-03-06
@buryakov_dima

Well, as an option, if these messengers have a browser version, then you can implement this using Indy or synapse. ps for whats app, there seems to be a lot of unofficial APIs, but they are all tied to the whats app version, that is, if updates are released, then the API will most likely stop working.

R
Ravil Zaripov, 2015-03-12
@RZaripov

If you use FireMonkey and Intents, I think it will work on android to interact, read about intentions (Intent)
This is only for the android platform

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question