noob-af-bd / iCopy

fclone telegram interface.Send commands to Telegram BOT for get a convience way to control fclone resources copy missions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iCopy Version 0.2.x

iCopy

iCopy Telegram-Bot Programming Language Version License DATABASE Stars

iCopy Forum | TELEGRAM GROUP | CHANGELOG | Future Version | TODO

Send commands to Telegram BOT for get a convience way to control fclone resources copy missions.

Install

1.Python 3.6+ is Required
2.Mongodb is Required
3.Pre-install and Configured fclone is Reqired
    For Linux directly use this 2 command

   1.wget https://raw.githubusercontent.com/wh8929/shellscript/master/installfclone.sh

   2.bash installfclone.sh

4.wget https://server01.relaxhub.ga/0:/iCopy.zip
5.unzip iCopy && cd iCopy 6.chmod +x iCopy.py
7.pip3 install -r requirements.txt
8.cp config/conf.toml.example config/conf.toml
9. Edit config/conf.toml

Start iCopy BOT

Start

python3 iCopy.py

Start via screen

screen -dmS iCopy `which python3` iCopy.py

About

fclone telegram interface.Send commands to Telegram BOT for get a convience way to control fclone resources copy missions.

License:MIT License


Languages

Language:Python 100.0%