TediCross
Bot which bridges Telegram chats with Discord channels (by TediCross)
kaufman-bot
Simple bot for telegram (by EndyKaufman)
TediCross | kaufman-bot | |
---|---|---|
4 | 12 | |
691 | 26 | |
0.6% | - | |
7.7 | 0.0 | |
7 days ago | over 2 years ago | |
TypeScript | TypeScript | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
TediCross
Posts with mentions or reviews of TediCross.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-02-18.
-
Telegram bot that writes in group when an user entered voice channel on discord
2) You need a bridge between a discord channel and a telegram group, I used TediCross
-
Telegram to Discord Bot
Check out Tedicross. I use it for the same thing. https://github.com/TediCross/TediCross
-
Telegram to discord bot
I found TediCross which goes both ways but seems similar to your specifications. If you need help setting it up dm me on discord
-
Looking for a Discord <> (new) Google Chat relay bot
I'm looking for a relay similar to Tedicross, but for Google Chat instead. Specifically relay a certain Google Chat room to a Discord channel.
kaufman-bot
Posts with mentions or reviews of kaufman-bot.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-04-22.
-
Add "demo-taxi-orders" command in Telegram bot on NestJS
https://github.com/EndyKaufman/kaufman-bot/tree/master/libs/demo-taxi-orders/server/src/lib - source code of command
-
Add support use inlineKeyboard in Telegram bot on NestJS
https://github.com/EndyKaufman/kaufman-bot - source code of bot
-
Add schematics for create empty kaufman-bot applications and library in Telegram bot on NestJS
{ "name": "@kaufman-bot/schematics", "description": "The Nx Plugin for Nest that contains executors and generators for allowing your workspace to create KaufmanBot APIs.", "license": "MIT", "author": "EndyKaufman ", "keywords": [ "Monorepo", "Node", "Nest", "CLI", "kaufman-bot", "nx", "schematics", "nests", "telegram" ], "bugs": { "url": "https://github.com/EndyKaufman/kaufman-bot/issues" }, "homepage": "https://github.com/EndyKaufman/kaufman-bot", "repository": { "type": "git", "url": "git+https://github.com/EndyKaufman/kaufman-bot.git" }, "maintainers": [ { "name": "EndyKaufman", "email": "[email protected]" } ], "readme": "README.md", "main": "./index.js", "typings": "./index.d.ts", "schematics": "./generators.json", "dependencies": { "@nrwl/devkit": "13.8.1", "@nrwl/linter": "13.8.1", "@nrwl/node": "13.8.1", "@nrwl/js": "^13.10.2", "@nrwl/jest": "13.8.1", "@nestjs/schematics": "^8.0.0" }, "version": "2.2.2", "i18n": [ { "scope": "schematics", "path": "src/i18n", "strategy": "join" } ] }
-
Publish all the libraries in Telegram bot on NestJS to the npm registry
{ "name": "@kaufman-bot/core-server", "description": "Core commands and tools", "license": "MIT", "author": "EndyKaufman ", "keywords": [ "kaufman-bot", "nx", "nests", "telegram", "core" ], "bugs": { "url": "https://github.com/EndyKaufman/kaufman-bot/issues" }, "homepage": "https://github.com/EndyKaufman/kaufman-bot", "repository": { "type": "git", "url": "git+https://github.com/EndyKaufman/kaufman-bot.git" }, "maintainers": [ { "name": "EndyKaufman", "email": "[email protected]" } ], "readme": "README.md", "i18n": [ { "scope": "core-server", "path": "src/i18n", "strategy": "join" }, { "scope": "core-server-getText", "path": "src/i18n/getText", "strategy": "join" } ], "version": "2.1.0", "peerDependencies": { "@nestjs/common": "^8.0.0", "nestjs-custom-injector": "^1.0.1", "nestjs-translates": "^1.0.3", "class-validator-multi-lang": "^0.130.201", "micromatch": "^4.0.5", "mustache": "^4.2.0", "telegraf": "^4.7.0" } }
- Append standard-version and create changelog with released features and fixes in Telegram bot on NestJS
-
Hide system commands from users and add bot description to Telegram bot on NestJS
In next post I append semver and create changelog with released features and fixes, and maybe I close issue https://github.com/EndyKaufman/kaufman-bot/issues/73...
-
Create a database in dokku infra and set up run flyway migration from github runner
root@vps17825:~/actions-runner# ./config.sh --url https://github.com/EndyKaufman/kaufman-bot --token TOKEN_FOR_RUNNER -------------------------------------------------------------------------------- | ____ _ _ _ _ _ _ _ _ | | / ___(_) |_| | | |_ _| |__ / \ ___| |_(_) ___ _ __ ___ | | | | _| | __| |_| | | | | '_ \ / _ \ / __| __| |/ _ \| '_ \/ __| | | | |_| | | |_| _ | |_| | |_) | / ___ \ (__| |_| | (_) | | | \__ \ | | \____|_|\__|_| |_|\__,_|_.__/ /_/ \_\___|\__|_|\___/|_| |_|___/ | | | | Self-hosted runner registration | | | -------------------------------------------------------------------------------- # Authentication √ Connected to GitHub # Runner Registration Enter the name of the runner group to add this runner to: [press Enter for Default] Enter the name of runner: [press Enter for vps17825] develop-vps This runner will have the following labels: 'self-hosted', 'Linux', 'X64' Enter any additional labels (ex. label-1,label-2): [press Enter to skip] develop-vps √ Runner successfully added √ Runner connection is good # Runner settings Enter name of work folder: [press Enter for _work] √ Settings Saved. root@vps17825:~/actions-runner#
-
Add dev and prod infrastructure on docker compose for NestJS application
https://github.com/EndyKaufman/kaufman-bot - source code of bot
- Use nestjs-custom-injector to create dynamic handlers in NestJS when creating a telegram bot
- Add new dictionaries with translations to NestJS application using poedit.net
What are some alternatives?
When comparing TediCross and kaufman-bot you can also consider the following projects:
airgram - Strict typed library to create Telegram apps with Typescript/JavaScript (based on TDLib 1.8)
telegram-bot-starter - Telegram bot starter based on grammY
DiscordBots - Discord bots made by @vpctorr
raspberry-instock-check - 🔔 Get an alert on Telegram when there are Raspberry in stock ready to buy
telegram-to-rss - Telegram Bot to generate an RSS feed from group messages
schematics-example