日本电报电话公司(NTT)是日本最大的全国性电信运营商。该公司向全国6000多万个用户提供电信设备及电话服务、ISDN、分组业务、数据通信和其它服务。公司将Parallel Sysplex系统作为开展新业务的平台,这些新业务包括跨行业数据连接和向新的业务领域的扩张。单一统一的STARS数据库使得他们迅速开展新型服务和改进现有的服务成为可能,并使他们能够在全国范围内快速实现系统更新。
2024-02-23 18:43:49 23KB
1
电报联系人JSON到VCF 您可以通过Telegram桌面应用程序(设置->高级->导出电报数据)导出电报联系人。 要将导出的联系人(JSON文件)转换为VCF文件并通过手机导入,请使用此脚本。 用法 python3 telegram_json_to_vcf.py [--add-all] json_file vcf_file 参数: --add-all :是添加所有联系人还是一一添加json_file :JSON文件的路径vcf_file :VCF文件的路径 例子: python3 telegram_json_to_vcf.py --add-all ./contacts.json ./con
2023-05-31 22:58:31 2KB json telegram vcf TelegramPython
1
目前网上能下载的优质一个版本的电报码输入法,已是二十年前在WIN95上编译的,在新的操作系统上已经不能稳定使用,经常搞得电脑崩溃。这个版本可以好地运行在目前所有版本的新
2023-05-29 09:56:56 3.1MB 电报输入法 新电报输入法 v2017.09.26
1
Node.js电报Bot API 与官方交互的Node.js模块。 安装 npm i node-telegram-bot-api 用法 const TelegramBot = require ( 'node-telegram-bot-api' ) ; // replace the value below with the Telegram token you receive from @BotFather const token = 'YOUR_TELEGRAM_BOT_TOKEN' ; // Create a bot that uses 'polling' to fetch new updates const bot = new TelegramBot ( token , { polling : true } ) ; // Matches "/echo [whatever]" bot . onText ( / \/ echo ( . + ) / , ( msg , match ) => { // 'msg' is the received Message from Telegr
2023-05-12 19:21:56 736KB nodejs api bot telegram
1
博塔托 另一个使用插件的python电报机器人 安装 使用最新的python 3(我不会尝试支持2.7,unicode问题很烂)去安装 下载此仓库 用法 ./path/to/tg/bin/telegram-cli -Z ./path/to/Botato/bot.py 所需的依赖项 要求 枕头
2023-04-06 09:37:17 285KB Python
1
加成员电报 使用python 3将成员从组A添加到组B(迁移组中的成员) 要求 python 3的环境(Linux,Window) 需要大约20个帐户来运行(避免阻止帐户电报) 源组和目标组中的每个帐户需求 注意您的区域电话 您的组是晚餐组 指导线 步骤1:安装软件包telethon pip install telethon 步骤2:创建文件config.json从config.example.json复制文件config.json { "group_target": 1398120166, --> id target group "group_source": 149030244
2022-11-25 16:46:29 100KB telegram telegram-api member add
1
电影机器人 描述 电报机器人。 安装 $ npm install 运行应用 # development $ npm run start # watch mode $ npm run start:dev # production mode $ npm run start:prod 测试 # unit tests $ npm run test # e2e tests $ npm run test:e2e # test coverage $ npm run test:cov
2022-10-10 22:04:14 234KB TypeScript
1
BotTelegram:我的电报机器人
2022-08-15 21:51:12 4KB Python
1
elegram官网客户端(简称TG)是自由及开放源代码软件
2022-07-28 20:03:46 65.61MB 社交软件
1
Binance PHP交易者 用PHP编写的Binance.com交易所上的自动交易实验机器人,带有Tradingview技术分析和电报通知。 要求 PHP PHP的卷曲 作曲家 GIT 安装 要求(Ubuntu) $ sudo apt-get update & apt-get upgrade $ sudo apt-get install git php php-curl $ wget https://raw.githubusercontent.com/composer/getcomposer.org/76a7060ccb93902cd7576b67264ad91c8a2700e2/web/installer -O - -q | php -- --quiet Binance PHP交易者 $ git clone https://github.com/andrejtrcek/binanc
2022-07-12 20:05:32 6KB PHP
1