Started to fix the README for the hard fork.
This commit is contained in:
parent
0801537da3
commit
b6441cabcb
40
README.md
40
README.md
@ -1,42 +1,9 @@
|
|||||||
### File bot
|
### File bot
|
||||||
A bot which allows you to easily share files with friends and family using [Tox](https://tox.chat/)
|
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:
|
# Commands:
|
||||||
```
|
```
|
||||||
help - list of commands
|
help - list of commands
|
||||||
@ -87,6 +54,9 @@ Example of settings is [here](/settings.json)
|
|||||||
|
|
||||||
## Hard Fork
|
## 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.
|
Work on this project is suspended until the MultiDevice problem is solved.
|
||||||
|
Loading…
Reference in New Issue
Block a user