Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sxbai/alitoken-on-replit
https://github.com/sxbai/alitoken-on-replit
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sxbai/alitoken-on-replit
- Owner: sxbai
- License: mit
- Created: 2023-03-30T06:51:08.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-30T07:22:20.000Z (almost 2 years ago)
- Last Synced: 2023-08-04T03:41:25.441Z (over 1 year ago)
- Language: Shell
- Size: 8.54 MB
- Stars: 4
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 使用说明
一键搭建脚本 (环境选择`Bash` 或 `Blank Repl`)AliToken自动刷新一键脚本
```bash
bash <(curl -s https://raw.githubusercontent.com/sxbai/alitoken-on-replit/master/install.sh)
```
## 首次搭建注意事项
- `token.txt`需要填你自己的32位阿里云盘token,至于怎么获取网上有很多教程可以百度。
- `token.txt`有两个位置,一个在项目根目录`/`另一个在`html/`文件夹下,都需要填写。
- 在`html/`文件夹下,有。一个名为`index.html`的文件打开,代码第124行并修改你的token链接,`https://你的.repl.co/token.txt`
## 鸣谢
- [Replit](https://github.com/replit)
- [霜辉月明](https://github.com/lm317379829)