/iCopy

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

Primary LanguagePythonMIT LicenseMIT

jclone

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 command
   bash <(wget -qO- https://git.io/JJYE0)
4.git clone https://github.com/fxxkrlab/iCopy.git && cd iCopy
5.python3 -m venv .
6.. ./bin/activate
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 Copy.py

Start via screen :

screen -dmS iCopy `which python3` iCopy.py