### File bot A bot which allows you to easily share files with friends and family using [Tox](https://tox.chat/) Originally Based on [toxygen](https://github.com/toxygen-project/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 - send file to friend (get access) share --all - send file to all friends (get access) size - get size of file (get access) get - get file with specified filename (get access) get --all - get all files (get access) stats - show statistics (write access) del - remove file with specified filename (delete access) rename --new - rename file (delete access) user - new rights (example: rwdm) for user (masters only) status - new status message (masters only) name - new name (masters only) message - send message to friend (masters only) message --all - send message to all friends (masters only) stop - stop bot (masters only) fsize - 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](/settings.json) ## Hard Fork https://git.plastiras.org/emdee/filebot * Ported to Python 3.9 * https://git.plastiras.org/emdee/filebot Work on this project is suspended until the MultiDevice problem is solved.