Tox echo bot
https://tox.chat
.gitignore | ||
LICENSE | ||
main.c | ||
Makefile | ||
nodes | ||
README.md |
Tox echo bot
Simpliest program using toxcore. It connects to Tox, accepts any friendship request and returns received messages to user.
List of DHT nodes to bootstrap (file nodes
) comes from
Toxic source.
Further studying
-
Main header of toxcore is well-documented
-
ToxBot is more functional, but very simple too