Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luisgbr1el/kelle-telegram
Um simples bot para o Telegram que baixa vídeos e áudios do TikTok, clipes da Twitch & outras funcionalidades.
https://github.com/luisgbr1el/kelle-telegram
bot javascript node node-js telegraf telegram telegram-bot tiktok twitch twitch-bot twitch-clips twitter youtube
Last synced: 28 days ago
JSON representation
Um simples bot para o Telegram que baixa vídeos e áudios do TikTok, clipes da Twitch & outras funcionalidades.
- Host: GitHub
- URL: https://github.com/luisgbr1el/kelle-telegram
- Owner: luisgbr1el
- License: mit
- Created: 2022-01-24T01:16:31.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-22T15:49:00.000Z (over 2 years ago)
- Last Synced: 2023-03-05T22:38:10.524Z (almost 2 years ago)
- Topics: bot, javascript, node, node-js, telegraf, telegram, telegram-bot, tiktok, twitch, twitch-bot, twitch-clips, twitter, youtube
- Language: JavaScript
- Homepage: https://t.me/KelleEstellaBot
- Size: 4.47 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kelle Estella (Telegram)
[![GitHub issues](https://img.shields.io/github/issues/luisgbr1el/kelle-telegram?style=flat-square)](https://github.com/luisgbr1el/kelle-telegram/issues)
[![GitHub forks](https://img.shields.io/github/forks/luisgbr1el/kelle-telegram?style=flat-square)](https://github.com/luisgbr1el/kelle-telegram/network)
[![GitHub stars](https://img.shields.io/github/stars/luisgbr1el/kelle-telegram?style=flat-square)](https://github.com/luisgbr1el/kelle-telegram/stargazers)
[![GitHub license](https://img.shields.io/github/license/luisgbr1el/kelle-telegram?style=flat-square)](https://github.com/luisgbr1el/kelle-telegram/blob/main/LICENSE)Um simples bot para o **Telegram** que baixa vídeos e áudios do TikTok, clipes da Twitch & outras funcionalidades.
[Clique aqui](https://t.me/KelleEstellaBot) para utilizá-lo.
## Comandos
|Comando|Utilização|Descrição|Tipo|
|--|--|--|--|
|`/help`|`/help`|Ver o guia de comandos e informações|Nativo|
|`/tiktok`|`/tiktok `|Baixar vídeos e áudios do **TikTok**|Utilitário|
|`/twitter`|`/twitter `|Baixar vídeos e GIFs do **Twitter**|Utilitário|
|`/twitch`|`/twitch `|Baixar clipes da **Twitch**|Utilitário|
|`/thumbyt`|`/thumbyt `|Baixar *thumbnails* de vídeos do **YouTube**|Utilitário|
|`/social`|`/social`|Ver mídias sociais do bot|Nativo|# Compilar
Para compilar o bot em seu PC, comece **baixando** ou **clonando** [esse repositório](https://github.com/luisgbr1el/kelle-telegram).
### 1. Clonando repositório
Para clonar esse repositório utilizando o **Git**, digite em seu console:
```
git clone https://github.com/luisgbr1el/kelle-telegram.git
```### 2. Instalando packages
Para fazer o bot funcionar, você precisa instalar todas as **packages** que foram utilizadas no projeto. Para fazer isso, entre na pasta do projeto pelo **console** e digite:
```
npm install
```
Isso instalará todos os pacotes necessários.### 3. Inserindo seu token
Para que o bot seja iniciado, você precisa inserir seu *token* no código.**Obs:** Você consegue um criando um bot com o [BotFather](https://t.me/BotFather), no próprio Telegram.
Depois de copiar seu *token*, vá até essa linha do código em `index.js`:
```
const token = process.env['token'];
```
E substitua `process.env['token']` pelo seu *token*, entre aspas. Afinal, é uma *String*.### 4. Rodar o bot
Finalmente, vá até o **console** e digite:
```
node index.js
```# Contribua
Você pode contribuir com o repositório solicitando um **Pull Request**.# Autores
- luisgbr1el
- [GitHub](https://github.com/luisgbr1el)
- [Twitter](https://twitter.com/luisgbr1el)
- juniodevs
- [GitHub](https://github.com/juniodevs)
- [Twitter](https://twitter.com/juniodevs)