Skip to content
/ iCopy Public
forked from fxxkrlab/iCopy

Copy GoogleDrive Resources via Telegram BOT

License

Notifications You must be signed in to change notification settings

mawaya/iCopy

 
 

Repository files navigation

iCopy

iCopy Forum | TELEGRAM GROUP | CHANGELOG
Copy GoogleDrive Resources via Telegram BOT

Install

1.Python 3.6+ is Required
2.Pre-install screen
3.Pre-install and Configured gclone is Reqired
For Linux directly use this command
bash <(wget -qO- https://git.io/gclone.sh)
4.pip3 install -r requirements.txt
5.git clone https://github.com/fxxkrlab/iCopy.git && cd iCopy
6.cp settings.py.example settings.py
7.Edit settings.py

  • TOKEN : Bot API Token generated by BotFather
  • ENABLED_USERS : Your telegram user id. Only enabled users can use this bot.
  • Remote : Your gclone config name.like "gc"
  • Pre_Dst_id : Pre-Assigned Google Drive Destination Folder ID for quick mode

Start iCopy BOT :

Start :

python3 -u iCopy.py

Start via screen :

screen -dmS iCopy `which python3` -u iCopy.py

本项初愿本意通过学习 方便群友自定义转存机器人以及快捷命令

由于需求扩大 决定转为一个成品项目 慢慢完善

由于目前出于持续更新和半成品状态 给大家造成了麻烦 真的很抱歉

若有网上的朋友不明白的欢迎加TG群 Google Drive 资源互通

About

Copy GoogleDrive Resources via Telegram BOT

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%