Started to fix the README for the hard fork.

This commit is contained in:
emdee 2022-10-17 22:28:00 +00:00
parent 0801537da3
commit b6441cabcb
1 changed files with 5 additions and 35 deletions

View File

@ -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.