Files
YYeTsBot/README.md

161 lines
5.2 KiB
Markdown
Raw Permalink Normal View History

2019-08-15 22:18:27 +08:00
# YYeTsBot
2021-01-10 14:17:11 +08:00
[![build docker image](https://github.com/tgbot-collection/YYeTsBot/actions/workflows/docker.yaml/badge.svg)](https://github.com/tgbot-collection/YYeTsBot/actions/workflows/docker.yaml)
2022-09-06 20:53:07 +08:00
[![Docker Pulls](https://img.shields.io/docker/pulls/bennythink/yyetsbot)](https://hub.docker.com/r/bennythink/yyetsbot)
2021-01-26 18:12:39 +08:00
![](assets/index.png)
👉 前端[在这里](https://github.com/tgbot-collection/YYeTsFE) 👈
2019-08-16 09:31:34 +08:00
# 使用说明
2021-01-10 14:17:11 +08:00
直接发送想要看的剧集名称就可以了可选分享网页或者链接ed2k和磁力链接
2021-01-23 16:21:40 +08:00
搜索资源时,会按照我预定的优先级(人人影视离线、字幕侠)进行搜索,当然也可以使用命令强制某个字幕组,如 `/yyets_offline 逃避可耻`
2021-01-22 23:37:21 +08:00
2021-04-24 20:51:03 +08:00
## 命令
2021-07-24 13:45:57 +08:00
2020-11-05 16:45:38 +08:00
```
start - 开始使用
help - 帮助
credits - 致谢
ping - 运行状态
2021-01-17 15:38:00 +08:00
settings - 获取公告
zimuxia_online - 字幕侠在线数据
newzmz_online - new字幕组在线数据
yyets_offline - 人人影视离线数据
2020-11-05 16:45:38 +08:00
```
2021-01-10 14:17:11 +08:00
2019-08-16 09:31:34 +08:00
# 截图
2021-01-23 16:21:40 +08:00
## 常规搜索
2021-01-17 14:29:24 +08:00
![](assets/1.png)
2019-08-16 09:31:34 +08:00
2021-01-23 16:21:40 +08:00
## 资源分享站截图
2021-07-24 13:45:57 +08:00
2021-02-21 19:20:57 +08:00
本网站永久免费,并且没有任何限制。
![](assets/new_resource.png)
2021-01-17 14:29:24 +08:00
![](assets/2.png)
2019-08-16 09:31:34 +08:00
2021-04-04 14:08:32 +08:00
支持收藏功能,会跨设备同步
![](assets/like.png)
2021-01-23 16:21:40 +08:00
## 指定字幕组搜索
目前只支持YYeTsOffline、ZimuxiaOnline和NewzmzOnline
2021-01-23 16:21:40 +08:00
![](assets/3.png)
2021-04-24 20:51:03 +08:00
# 如何下载磁力和电驴资源?迅雷提示资源敏感
2021-07-24 13:45:57 +08:00
2021-04-24 20:51:03 +08:00
## 电驴资源
2021-07-24 13:45:57 +08:00
2021-04-24 20:51:03 +08:00
请下载使用 [eMule](https://www.emule-project.net/home/perl/general.cgi?l=42) 然后添加如下两个server list
2021-07-24 13:45:57 +08:00
2021-04-24 20:51:03 +08:00
* [server.met](http://www.server-met.de/)
* [server list for emule](https://www.emule-security.org/serverlist/)
2021-04-24 20:51:03 +08:00
![](assets/emule.jpeg)
速度还可以哦
2021-04-24 20:51:03 +08:00
## 磁力
2021-07-24 13:45:57 +08:00
使用百度网盘、115等离线或使用utorrent等工具记得更新下 [tracker list](https://raw.githubusercontent.com/ngosang/trackerslist/master/trackers_all.txt)
2021-01-10 14:17:11 +08:00
# 小白使用
2021-07-24 13:45:57 +08:00
想要自己留一份资源,但是又不懂编程? 没关系!目前提供两种方式,请根据自己情况选择
2023-04-03 21:12:15 +02:00
“离线使用” 意味着可以断网使用,但是不会自动更新资源,需要手动更新数据库;“在线应用” 意味着需要有互联网才可以使用。
2021-07-24 13:45:57 +08:00
2023-04-03 21:12:15 +02:00
## 离线 完整运行包
2021-07-24 13:45:57 +08:00
2023-04-03 21:12:15 +02:00
这个版本是新的UI拥有全部的最新功能。运行在你本地的电脑上不依赖外界环境。
2021-07-24 13:45:57 +08:00
[参考文档](https://github.com/tgbot-collection/YYeTsBot/blob/master/DEVELOPMENT.md#%E4%B8%80%E9%94%AE%E8%84%9A%E6%9C%AC)
2023-04-03 21:12:15 +02:00
## 离线 一键运行包
2021-07-24 13:45:57 +08:00
2023-04-03 21:12:15 +02:00
一键运行包。拥有比较新的UI只不过只有最基础的搜索、查看资源的功能。使用方法步骤如下
2021-07-24 13:45:57 +08:00
2023-04-03 21:12:15 +02:00
1. 请到 [GitHub Release](https://github.com/tgbot-collection/YYeTsBot/releases) ,找最新的 `YYeTsBot 离线一键运行包`
2022-10-07 15:41:44 +08:00
2. windows双击第一步下载的exe文件 macos/Linuxcd到你的目录, `chmod +x yyetsweb ; ./yyetsweb`
2023-04-03 21:12:15 +02:00
3. 程序会自动下载数据库并启动。等到出现启动提示时, 打开浏览器 http://127.0.0.1:8888 就可以看到熟悉的搜索界面啦!
## 在线 原生应用程序
2023-12-29 17:38:21 +01:00
使用tauri封装的网页。使用方法如下
2023-04-03 21:12:15 +02:00
1. 请到 [GitHub Release](https://github.com/tgbot-collection/YYeTsBot/releases) ,找最新的 `YYeTsBot App`
2. windows下载msimacos下载dmg或tar.gzLinux下载AppImage或debDebian based
3. 安装后打开App就可以看到熟悉的搜索界面啦
2021-01-22 23:37:21 +08:00
# 开发
2021-09-21 19:41:24 +08:00
## 网站开发
2021-06-30 20:30:27 +08:00
如何部署、参与开发、具体API接口可以 [参考这个文档](DEVELOPMENT.md)
2021-09-21 19:41:24 +08:00
## Python Library
也可以作为Python Library去调用
`pip3 install yyets`
```
>>> from yyets import YYeTs
>>> yy=YYeTs("逃避")
2023-07-28 19:21:28 +02:00
[2021-09-21 19:22:32 __init__.py:54 I] Fetching 逃避可耻却有用...https://yyets.click/api/resource?id=34812
[2021-09-21 19:22:33 __init__.py:54 I] Fetching 无法逃避...https://yyets.click/api/resource?id=29540
[2021-09-21 19:22:35 __init__.py:54 I] Fetching 逃避者...https://yyets.click/api/resource?id=37089
2021-09-21 19:41:24 +08:00
>>> yy.result
[<yyets.Resource object at 0x10cc7b130>, <yyets.Resource object at 0x10ca0e880>, <yyets.Resource object at 0x10cc7b040>]
>>> for y in yy.result:
print(y)
逃避可耻却有用 - NIGERUHA HAJIDAGA YAKUNITATSU
无法逃避 - Inescapable
逃避者 - Shirkers
>>> yy.result[0].cnname
'逃避可耻却有用'
>>> yy.result[0].list
[{'season_num': '101', 'season_cn': '单剧', 'items': {'APP': [{'ite
```
2019-08-16 09:31:34 +08:00
# Credits
2021-01-10 14:17:11 +08:00
2019-08-16 09:31:34 +08:00
* [人人影视](http://www.zmz2019.com/)
* [追新番](http://www.fanxinzhui.com/)
2021-01-22 23:37:21 +08:00
* [FIX字幕侠](https://www.zimuxia.cn/)
* [new字幕组](https://newzmz.com/)
2019-08-16 09:31:34 +08:00
# 支持我
2021-01-30 12:53:29 +08:00
觉得本项目对你有帮助?你可以通过以下方式表达你的感受:
* 感谢字幕组
* 点一个star🌟和fork🍴
2021-01-30 12:53:29 +08:00
* 宣传,使用,提交问题报告
* 收藏[我的博客](https://dmesg.app/)
* [Telegram Channel](https://t.me/mikuri520)
2023-01-06 17:09:41 +01:00
2023-12-29 17:38:21 +01:00
## 捐助
* [给我买杯咖啡?](https://www.buymeacoffee.com/bennythink)
* [爱发电?](https://afdian.net/@BennyThink)
* [GitHub Sponsor](https://github.com/sponsors/BennyThink)
* [Stripe](https://buy.stripe.com/dR67vU4p13Ox73a6oq)
2021-02-21 19:20:57 +08:00
2023-12-29 17:38:21 +01:00
<img src="./assets/CNY.png" width = 30% alt="stripe" />
2021-07-24 13:45:57 +08:00
2021-01-30 12:53:29 +08:00
2019-08-16 09:31:34 +08:00
# License
2021-07-24 13:45:57 +08:00
2020-10-25 11:53:40 +08:00
[MIT](LICENSE)