From b6441cabcb2280db654c1508b969e117b690105e Mon Sep 17 00:00:00 2001 From: emdee Date: Mon, 17 Oct 2022 22:28:00 +0000 Subject: [PATCH] Started to fix the README for the hard fork. --- README.md | 40 +++++----------------------------------- 1 file changed, 5 insertions(+), 35 deletions(-) diff --git a/README.md b/README.md index 4054441..78e7aae 100644 --- a/README.md +++ b/README.md @@ -1,42 +1,9 @@ ### File bot A bot which allows you to easily share files with friends and family using [Tox](https://tox.chat/) -Based on [toxygen](https://github.com/xveduk/toxygen/) toxcore wrapper +Originally Based on [toxygen](https://github.com/toxygen-project/toxygen/) toxcore wrapper -# Supported OS: -- Windows -- Linux - -# Install: - -### Windows - -1. [Download and install latest Python 2.7](https://www.python.org/downloads/windows/) -2. [Download file bot](https://github.com/ingvar1995/filebot/archive/master.zip) -3. Unpack archive -4. Download latest libtox.dll build, download latest libsodium.a build, put it into \libs\ -5. Run app: -``python main.py path_to_profile`` - -[libtox.dll for 32-bit Python](https://build.tox.chat/view/libtoxcore/job/libtoxcore_build_windows_x86_shared_release/lastSuccessfulBuild/artifact/libtoxcore_build_windows_x86_shared_release.zip) - -[libtox.dll for 64-bit Python](https://build.tox.chat/view/libtoxcore/job/libtoxcore_build_windows_x86-64_shared_release/lastSuccessfulBuild/artifact/libtoxcore_build_windows_x86-64_shared_release.zip) - -[libsodium.a for 32-bit Python](https://build.tox.chat/view/libsodium/job/libsodium_build_windows_x86_static_release/lastSuccessfulBuild/artifact/libsodium_build_windows_x86_static_release.zip) - -[libsodium.a for 64-bit Python](https://build.tox.chat/view/libsodium/job/libsodium_build_windows_x86-64_static_release/lastSuccessfulBuild/artifact/libsodium_build_windows_x86-64_static_release.zip) - - -### Linux - -1. Install Python2.7: ``sudo apt-get install python2.7`` -2. [Download file bot](https://github.com/ingvar1995/filebot/archive/master.zip) -3. Unpack archive -4. Install [toxcore](https://github.com/irungentoo/toxcore/blob/master/INSTALL.md) in your system -5. Run app: -``python main.py path_to_profile`` - # Commands: ``` help - list of commands @@ -87,6 +54,9 @@ Example of settings is [here](/settings.json) ## Hard Fork -https://git.plastiras.org/emdee/filebot +https://git.macaw.me/emdee/filebot + +* Ported to Python 3.9 +* Changed to use https://git.macaw.me/emdee/toxygen_wrapper Work on this project is suspended until the MultiDevice problem is solved.