Go to file
emdee@spm.plastiras.org 970ff55b67 updates 2023-12-18 06:26:45 +00:00
.gitignore updates 2023-12-18 06:26:45 +00:00
LICENSE.md Create LICENSE.md 2016-04-21 23:54:48 +03:00
README.md updates 2023-12-12 05:57:28 +00:00
__init__.py EOF 2022-10-11 10:51:16 +00:00
bootstrap.py Ported to Python 3 2022-10-06 13:44:35 +00:00
bot.py Ported to Python 3 2022-10-06 13:44:35 +00:00
callbacks.py Ported to Python 3 2022-10-06 13:44:35 +00:00
file_transfers.py Ported to Python 3 2022-10-06 13:44:35 +00:00
main.py Ported to Python 3 2022-10-06 13:44:35 +00:00
settings.json max folder size 2016-10-02 20:19:39 +03:00
settings.py Ported to Python 3 2022-10-06 13:44:35 +00:00
tox.py.dst Ported to Python 3 2022-10-06 13:44:35 +00:00
toxcore_enums_and_consts.py.dst Ported to Python 3 2022-10-06 13:44:35 +00:00
util.py Ported to Python 3 2022-10-06 13:44:35 +00:00

README.md

File bot

A bot which allows you to easily share files with friends and family using Tox

Originally Based on toxygen toxcore wrapper

Commands:

help - list of commands

rights - get access rights

files - show list of files (get access)

id - get bot's id (get access)

share <ToxID> <file_name> - send file to friend (get access)

share --all <file_name> - send file to all friends (get access)

size <file_name> - get size of file (get access)

get <file_name> - get file with specified filename (get access)

get --all - get all files (get access)

stats - show statistics (write access)

del <file_name> - remove file with specified filename (delete access)

rename <file_name> --new <new_file_name> - rename file (delete access)

user <ToxID> <rights> - new rights (example: rwdm) for user (masters only)

status <new_status> - new status message (masters only)

name <new_name> - new name (masters only)

message <ToxID> <message_text> - send message to friend (masters only)

message --all <message_text> - send message to all friends (masters only)

stop - stop bot (masters only)

fsize <size_in_MB> - sets size of shared folder (masters only)

Users with write access can send files to bot.

Users with delete access can delete and rename files.

Example of settings is here

Hard Fork

https://git.plastiras.org/emdee/filebot

Work on this project is suspended until the MultiDevice problem is solved.