Skip to content

johnstones214/python-drive1bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

drive1bot

Join Our Channel and Group for Support

Drive1bot ( support group ) | Drive1bot Channel

What is this repo about?

This is a telegram bot writen in python for mirroring files on the internet to our beloved OneDrive.

Base Repo

I'm using this repo python-aria-mirror-bot as base


Repo Features

  • Mirroring direct download links to OneDrive
  • Mega.nz Support
  • Leeching Support
  • Torrent Support
  • Docker Support
  • Index Support
  • YouTube Support

Bot Usage

  • /mirror # aria2c|mega|pyrogram will upload files/folders on OneDrive
  • /leech # aria2c|mega will leeched files on Telegram Dump's Channel
  • /yt # YouTube videos will upload files/folders on OneDrive
  • /ytl # YouTube videos will leeched files on Telegram Dump's Channel
  • /status # for checking message status
  • /search query # Search file/folder in Onedrive
  • /list or /list ID # List root folder or Specific folder by folder ID
  • /delete ITEM_ID # Delete file/folder by ID

How to run

Fill .env file

Docker

docker build -t drive1bot .; docker run -it drive1bot

VPS/Pc

curl -Ls https://github.com/Oxhellfire/pymegasdkrest/releases/download/v6.9/megasdkrest -o /usr/local/bin/megasdkrest
chmod +x /usr/local/bin/megasdkrest
pip3 install -r requirements.txt
python3 -m drive1bot

How to get mongodb URI

mongodb

How to get 5tb onedrive storage

OneDrive 5tb

How to get OneGraph Secret Creadentials

Secret Credetials

how to generate OneDrive Index

OneDrive Index

About

onedrive mirror bot for telegram you can join support group and channel | GROUP: https://t.me/drive1botgroup | CHANNEL: https://t.me/drive1botchannel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.4%
  • Dockerfile 0.6%