Archived
1
0
Fork 0
Tox echo bot https://tox.chat
This repository has been archived on 2023-03-27. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Find a file
Braiden Vasco 3fc5d61c2e Fix link
2017-07-25 19:37:54 +00:00
.gitignore .gitignore output files 2015-07-25 22:53:58 +05:00
LICENSE Fix license 2017-07-25 19:26:49 +00:00
main.c Fix license 2017-07-25 19:26:49 +00:00
Makefile Add Makefile 2015-07-25 20:26:55 +05:00
nodes Add nodes list 2015-07-25 22:56:16 +05:00
README.md Fix link 2017-07-25 19:37:54 +00:00

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 (not available anymore, refer to the official Tox status server).

WARNING

This program doesn't save state, so you have to send friendship request again after each run. For example of permanent state look at ToxBot source.

Further studying