diff --git a/README.md b/README.md index b27be73..a62688c 100644 --- a/README.md +++ b/README.md @@ -1 +1,10 @@ # myAssistant + +使用Python编写的个人助理程序,主程序为一个插件管理平台,可以自行编写不同的插件完成自己需要的任务 +该程序为自用,因此会持续更新 + +to-do: +- [x] 插件管理程序 +- [x] 定时运行(间隔、指定时间) +- [x] 电报(telegram)机器人 +- [ ] 前段页面 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..bf977c7 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,46 @@ +aiofiles==23.2.1 +anyio==4.3.0 +APScheduler==3.10.4 +blinker==1.7.0 +certifi==2024.2.2 +cffi==1.16.0 +charset-normalizer==3.3.2 +click==8.1.7 +cryptography==42.0.5 +exceptiongroup==1.2.1 +Flask==3.0.3 +Flask-APScheduler==1.13.1 +Flask-Script==2.0.6 +greenlet==3.0.3 +greenletio==0.11.0 +h11==0.14.0 +h2==4.1.0 +hpack==4.0.0 +httpcore==1.0.5 +httpx==0.27.0 +Hypercorn==0.16.0 +hyperframe==6.0.1 +idna==3.6 +itsdangerous==2.1.2 +Jinja2==3.1.3 +MarkupSafe==2.1.5 +priority==2.0.0 +pycparser==2.21 +PyJWT==2.8.0 +python-dateutil==2.9.0.post0 +python-telegram-bot==21.1.1 +pytz==2024.1 +PyYAML==6.0.1 +requests==2.31.0 +schedule==1.2.1 +six==1.16.0 +sniffio==1.3.1 +SQLAlchemy==2.0.28 +taskgroup==0.0.0a4 +tomli==2.0.1 +typing_extensions==4.10.0 +tzlocal==5.2 +urllib3==2.2.1 +uvicorn==0.29.0 +Werkzeug==3.0.2 +wsproto==1.2.0