معرفی شرکت ها


autotorrent2-1.2.3


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Torrent lifecycle management tool
ویژگی مقدار
سیستم عامل -
نام فایل autotorrent2-1.2.3
نام autotorrent2
نسخه کتابخانه 1.2.3
نگهدارنده []
ایمیل نگهدارنده []
نویسنده John
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/johndoee/autotorrent2
آدرس اینترنتی https://pypi.org/project/autotorrent2/
مجوز -
# Autotorrent2 ![Test result](https://github.com/JohnDoee/autotorrent2/actions/workflows/main.yml/badge.svg?branch=master) Match torrents and data, remove torrents based on data, cleanup your disk for unseeded files. Autotorrent2 does everything you currently miss in your flow. ## Supported * Torrent clients: rtorrent, Deluge, Transmission and qBittorrent * OS: Any, but only tested on linux * Python: 3.7+ are the only tested versions, might work with lower 3.x. ## Quickstart guide Install Autotorrent2 ```bash python3 -m venv ~/.autotorrent # Create virtual environment where we install autotorrent2 ~/.autotorrent/bin/pip install autotorrent2 # Actually install autotorrent2 # Optional, add at2 to your commandline echo "alias at2=~/.autotorrent/bin/at2" >> ~/.bashrc source ~/.bashrc ``` The first time Autotorrent2 is run without a known config file, it will create a base config file. ```bash at2 check-config ``` The default location is ~/.config/autotorrent/config.toml - edit it to match your setup. See the example configuration file for setting description [found here](config.example.toml). Test the connections and see if it can connect to all your configured clients. ```bash at2 test-connection ``` Now you are ready to actually use it, check out the [Usage page for fun things to do](https://johndoee.github.io/autotorrent2/usage/) and [CLI page for featurelist](https://johndoee.github.io/autotorrent2/cli/) ## Note about running autotorrent2 in a script It can be fun to run scripts automatically and see cross-seeding just happen. Autotorrent2 is not really designed for multiple instances at once so it is recommenced to use a lock to prevent this. Instead of just `at2` then use e.g. `flock ~/.autotorrent.lock -c 'at2'` which prevents multiple instances of Autototrrent2 at once. ## Note about Docker If you use Autotorrent2 in a docker container or with a torrent client running in docker then the recommendation is to align the paths. If your torrent data is located in /mnt/data outside docker then you should map it similarly inside the docker container and you will save yourself from a lot of headaches. Personally I recommend mounting your data source as read-only because bittorrent clients are write-happy that might corrupt your data. ## Todo Assortment of stuff that is planned. - [ ] When Autotorrent2 is working on a task, e.g. copying a file to cache, then it might look like as it is stalled. An indicator should be added. - [ ] Client normalization indexing, e.g. index based on how transmission and qbittorrent handles problematic filenames - [ ] Torrent discovery for a torrent site. ## Known bugs Assortment of stuff I am not sure I can do much about. - [ ] Transmission (3.x) does not parse all emojis correctly and will return the wrong filename ## License MIT


نیازمندی

مقدار نام
<2,>=1.3.4 libtc
<0.10.99,>=0.10.1 toml
<2,>=1.4.4 appdirs
<9,>=8.0.0 click
<5,>=4.0.0 chardet
==1.3.0 mkdocs
==0.7.0 mkdocs-click
>=6.0.1 pytest


زبان مورد نیاز

مقدار نام
>=3.7 Python


نحوه نصب


نصب پکیج whl autotorrent2-1.2.3:

    pip install autotorrent2-1.2.3.whl


نصب پکیج tar.gz autotorrent2-1.2.3:

    pip install autotorrent2-1.2.3.tar.gz