笨猫博客

  • 🍟首页
  • 🍘目录
    • 🥝VPS教程
    • 🍾猫玩技术
    • 🍹干货分享
    • 🍏软件分享
    • 🍩一只猫
  • 🍋工具
    • 🌽IP路由追踪
    • 🍐域名Whois查询
    • 🥘域名被墙查询
    • 🍧IP正常检测
    • 🔥IP端口检测
    • 🍆短网址
    • 🐟VIP音乐播放
    • 🍯KMS激活
  • 🍓链接
  • 🍪联系
  • 🍱登录
    • 🥦登录
    • 🍒注册
关注互联网,生活,音乐,乐此不疲的一只笨猫
  1. 首页
  2. 猫玩技术
  3. 正文

利用Heroku+Aria2离线下载并上传至OneDrive

2020-10-01 4752点热度 1人点赞 8条评论

无需服务器即可离线下载并自动上传到OneDrive

0x01首先注册Heroku账号

:https://www.heroku.com/

1.png

注册我就不说了自行注册

0x02从GitHub部署到Heroku

注册完成后打开https://github.com/moeik/Heroku_aria2

2.png

点击部署到Heroku,然后会自动迁移到Heroku直接部署

3.png

0x03 Rclone挂载OneDrive

下载Rclone:Downoad

解压打开如下:

4.png

:这里的cmd运行:

rclone config

注意:如果运行rclone config出现报错错误rclone.exe移动到C:/windows/system32文件夹下然后打开系统cmd运行命令!

就会看到:

D:\rclone-v1.51.0-windows-amd64>rclone config  //配置rclone
No remotes found - make a new one
n) New remote
s) Set configuration password
q) Quit config
n/s/q> n   //新建远程挂载
name> test  //名称(自定义)
Type of storage to configure.
Enter a string value. Press Enter for the default ("").
Choose a number from below, or type in your own value
 1 / 1Fichier
   \ "fichier"
 2 / Alias for an existing remote
   \ "alias"
 3 / Amazon Drive
   \ "amazon cloud drive"
 4 / Amazon S3 Compliant Storage Provider (AWS, Alibaba, Ceph, Digital Ocean, Dreamhost, IBM COS, Minio, etc)
   \ "s3"
 5 / Backblaze B2
   \ "b2"
 6 / Box
   \ "box"
 7 / Cache a remote
   \ "cache"
 8 / Citrix Sharefile
   \ "sharefile"
 9 / Dropbox
   \ "dropbox"
10 / Encrypt/Decrypt a remote
   \ "crypt"
11 / FTP Connection
   \ "ftp"
12 / Google Cloud Storage (this is not Google Drive)
   \ "google cloud storage"
13 / Google Drive
   \ "drive"
14 / Google Photos
   \ "google photos"
15 / Hubic
   \ "hubic"
16 / In memory object storage system.
   \ "memory"
17 / JottaCloud
   \ "jottacloud"
18 / Koofr
   \ "koofr"
19 / Local Disk
   \ "local"
20 / Mail.ru Cloud
   \ "mailru"
21 / Mega
   \ "mega"
22 / Microsoft Azure Blob Storage
   \ "azureblob"
23 / Microsoft OneDrive
   \ "onedrive"
24 / OpenDrive
   \ "opendrive"
25 / Openstack Swift (Rackspace Cloud Files, Memset Memstore, OVH)
   \ "swift"
26 / Pcloud
   \ "pcloud"
27 / Put.io
   \ "putio"
28 / QingCloud Object Storage
   \ "qingstor"
29 / SSH/SFTP Connection
   \ "sftp"
30 / Sugarsync
   \ "sugarsync"
31 / Transparently chunk/split large files
   \ "chunker"
32 / Union merges the contents of several remotes
   \ "union"
33 / Webdav
   \ "webdav"
34 / Yandex Disk
   \ "yandex"
35 / http Connection
   \ "http"
36 / premiumize.me
   \ "premiumizeme"
Storage>23           //选择OneDrive
** See help for onedrive backend at: https://rclone.org/onedrive/ **

Microsoft App Client Id
Leave blank normally.
Enter a string value. Press Enter for the default ("").
client_id>   //回车
Microsoft App Client Secret
Leave blank normally.
Enter a string value. Press Enter for the default ("").
client_secret>  //回车
Edit advanced config? (y/n)
y) Yes
n) No (default)
y/n>  //回车
Remote config
Use auto config?
 * Say Y if not sure
 * Say N if you are working on a remote or headless machine
y) Yes (default)
n) No
y/n>  //回车

这时候会弹出浏览器让你登录OneDrive
这里登录你要挂载的OneDrive账号

5.png
看到这个页面就可以关闭浏览器了,回到cmd
6.png
获取成功

Choose a number from below, or type in an existing value
 1 / OneDrive Personal or Business
   \ "onedrive"
 2 / Root Sharepoint site
   \ "sharepoint"
 3 / Type in driveID
   \ "driveid"
 4 / Type in SiteID
   \ "siteid"
 5 / Search a Sharepoint site
   \ "search"
Your choice> 1 //选择你的OneDrive版本
Found 1 drives, please select the one you want to use:
0: OneDrive (business) id=xxxxxxxxxxxxxxxxxxxxxxx
Chose drive to use:>0  //这里选择0
Found drive 'root' of type 'business', URL: https://fordes-my.sharepoint.com/personal/cdm_fordes_top/Documents
Is that okay?
y) Yes (default)
n) No
y/n> y //y回车

7.png
这时候关闭cmd

Heroku配置填写

:C:\Users\Administrator\.config\rclone\rclone.conf路径不一定和我的一样,Administrator根据你自己的用户名

每一项后面添加\n,如下:
8.png

复制配置,从type = ···复制到drive_type = ···

贴到Heroku里面的RCLONE_CONFIG

9.png

最后点击部署应用程序

标签: Aria2 heroku OneDrive
最后更新:2020-10-01

笨猫

这个人很懒,什么都没留下

点赞
< 上一篇
下一篇 >

文章评论

  • smallsmog

    呃,我想问一下国内如何用腾讯云搭建中转vpn,来保护自己的ip地址!谢谢

    2020-10-01
  • smallsmog

    还有,博主,注册你的账号时,没有邮箱通知了。 :huaji2:

    2020-10-01
  • smallsmog

    我的邮箱就是这个,期待你的回复,谢谢。

    2020-10-01
  • farenew

    为什么一部署heroku账户就被停用了。。。。。

    2020-10-02
  • 笨猫

    @farenew 黑账户吧。我的绑定的卡没问题。

    2020-10-08
  • penn

    别再部署了,秒封号。 :lei:

    2020-11-14
  • L

    现在8行了,即使手动部署都封号

    2020-11-30
  • 笨猫

    @L 这都是看脸了

    2020-12-01
  • 取消回复

    最新 热点 随机
    最新 热点 随机
    中国科幻巨制《流浪地球2》 Chrome修复被2345劫持篡改的主页 GTA6预告片内容泄露:女主在监狱里锻炼身体 《星期三》第二季将有更多亚当斯一家的内容 最新VPS新手教程 SuperForum:轻量的论坛程序
    解禁燃放烟花爆竹,你怎么看?中国科幻巨制《流浪地球2》SuperForum:轻量的论坛程序《星期三》第二季将有更多亚当斯一家的内容GTA6预告片内容泄露:女主在监狱里锻炼身体Chrome修复被2345劫持篡改的主页
    BLUECOOK响应式主机皮,配合whmcs默认皮肤最好 本站升级到WORDPRESS2.8 脑袋又开始秀逗了 HopeCool:中国首款Web3.0网页游戏 宝塔面板将网站数据备份至 Google Drive 谷歌云端硬盘 mysql 5.6与5.7内存参数优化内存占用为30MB左右
    标签聚合
    日记 有趣 wordpress VPS 音乐 域名 OneDrive google
    最近评论
    笨猫 发布于 2 天前(01月28日) q:94-0360231
    T 发布于 5 天前(01月24日) 应该是直接从原服务器下载的,这只是个接口
    阿伯吃的 发布于 6 天前(01月24日) 243527466@qq.com邮箱。听天由命富贵在天
    阿伯吃的 发布于 6 天前(01月24日) 不知过去多少年,还能不能收到链接呢?
    伯伯 发布于 1 周前(01月21日) 怎么联系呢?我的到期了怎么续费呀?
    好友
    • glzjin's blog glzjin's blog
    • ZAERA博客
    • 冰沫记
    • 博客导航
    • 奇它博客
    • 彩虹Smiling的Blog
    • 热闹网
    • 猫腻‘s Blog
    • 猫饭
    • 肥宅之家
    • 萌博
    • 野路子程序员

    COPYRIGHT © 2022 笨猫博客. ALL RIGHTS RESERVED.

    Theme Kratos Made By Seaton Jiang