Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sahilrajput03/telegram-bot-requests
https://github.com/sahilrajput03/telegram-bot-requests
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/sahilrajput03/telegram-bot-requests
- Owner: sahilrajput03
- Created: 2022-04-12T19:30:35.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-10T07:47:26.000Z (over 2 years ago)
- Last Synced: 2023-03-05T00:07:40.074Z (almost 2 years ago)
- Language: Shell
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
Visit: [Guide on .env encryption](https://github.com/sahilrajput03/devopswithkubernetes/tree/main/learn-sops#encrypting-decrypting-env-file)
**Quick Links:**
- Styled text with message entities: [Click here](https://core.telegram.org/api/entities)For telegram calling bot, checkout:
```bash
# Telegram Calling Bot
# ====================https://github.com/danog/magnaluna
https://github.com/danog/php-libtgvoipsudo apt-get install libopus-dev libssl-dev build-essential php7.4-dev php7.4
git clone https://github.com/copernicamarketingsoftware/PHP-CPP && cd PHP-CPP && make -j$(nproc) && sudo make install && cd ..
git clone --recursive https://github.com/danog/php-libtgvoip && cd php-libtgvoip && make && sudo make installsudo apt-get install php7.4-xml
sudo apt-get install php7.4-mbstring
wget https://github.com/danog/magnaluna/raw/master/magna.php && php magna.php
# FYI: When asked for number use 918360****** and use automated process to login instead of using the user api and api_tokens.
``````bash
# official telegram audio/video call api docs: AWESOME:DOCS
https://core.telegram.org/api/end-to-end/video-calls# See my latest testing with telegram-radio thing (readme.md includes how to use):
https://github.com/sahilrajput03/lemonjamsbot# For bots only(imo ~ Sahil):
# 5.6k Stars on github: https://github.com/telegraf/telegraf
# Docs: https://telegraf.js.org/# gramjs - Github 427 Stars (NodeJS/Browser MTProto API Telegram client library,)
https://github.com/gram-js/gramjs
A Telegram client written in JavaScript for Node.js and browsers, with its core being based on Telethon.# LemonJamsBot - https://github.com/tgcallsjs/LemonJamsBot
# Telethon - Github 6.4K Stars - Pure Python 3 MTProto API Telegram client library, for bots too!
https://github.com/LonamiWebs/Telethon```