1
0
mirror of https://github.com/okyyds/yyds.git synced 2026-07-13 03:11:19 +08:00

first commit

This commit is contained in:
YYDS
2022-02-04 03:32:46 +08:00
commit 4872de018b
511 changed files with 228140 additions and 0 deletions

BIN
docker/bot/jd.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

1114
docker/bot/jd_bot Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,5 @@
python_telegram_bot==13.0
requests==2.23.0
MyQR==2.3.1
telegram==0.0.1
tzlocal<3.0

13
docker/bot/setup.py Normal file
View File

@@ -0,0 +1,13 @@
# -*- coding: utf-8 -*-
# @Author : iouAkira(lof)
# @mail : e.akimoto.akira@gmail.com
# @CreateTime: 2020-11-02
# @UpdateTime: 2021-03-21
from setuptools import setup
setup(
name='jd-scripts-bot',
version='0.2',
scripts=['jd_bot', ],
)