文件名称:tellerbot:电报机器人进行场外交易
文件大小:111KB
文件格式:ZIP
更新时间:2024-04-25 18:35:38
python docker finance trading telegram-bot
TellerBot 是用Python编写的异步Telegram Bot,它可以帮助您结识可以与之交换金钱的人。 要求 > = 3.8 -适用于MongoDB的异步Python驱动程序 用于Telegram Bot API的异步Python库 符号-Python表情符号 安装和启动 使用Docker(推荐) 克隆存储库: git clone https://github.com/fincubator/tellerbot cd tellerbot 从示例创建环境文件: cp .env.example .env 通过使用您.env的文本编辑器修改.env来个性化设置。 通过与交谈来创建一个新的Telegram机器人,并获取其API令牌。 从.env创建一个包含Telegram bot的API令牌的文件,该文件的令牌名在TOKEN_FILENAME指定(例如)。 (可选)如果要
【文件预览】:
tellerbot-master
----.gitignore(1KB)
----Dockerfile(898B)
----.env.example(686B)
----CLA.md(8KB)
----requirements.txt(72B)
----mongo-init.sh(303B)
----src()
--------states.py(3KB)
--------money.py(2KB)
--------__init__.py(0B)
--------escrow()
--------i18n.py(2KB)
--------database.py(4KB)
--------whitelist.py(3KB)
--------config.py(2KB)
--------notifications.py(3KB)
--------app.py(3KB)
--------referral_system.py(2KB)
--------handlers()
--------bot.py(6KB)
----.dockerignore(533B)
----.pre-commit-config.yaml(998B)
----CONTRIBUTING.md(2KB)
----setup.cfg(279B)
----docker-compose.yml(1013B)
----.github()
--------PULL_REQUEST_TEMPLATE.md(197B)
--------workflows()
----requirements-escrow.txt(105B)
----COPYING(34KB)
----README.md(5KB)
----locale()
--------fr()
--------tr()
--------ru()
--------id()
--------en()
----__main__.py(106B)
----docs()
--------Makefile(634B)
--------index.rst(466B)
--------conf.py(2KB)
--------make.bat(795B)
--------source()
----requirements-dev.txt(94B)
----secrets()
--------dbpassword(39B)
--------escrow.json(447B)
--------tbtoken(46B)