Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
luisgbr1el authored Jan 24, 2022
1 parent a338dff commit a644ace
Showing 1 changed file with 51 additions and 2 deletions.
53 changes: 51 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,51 @@
# kelle-telegram
Um simples bot para o Telegram que baixa vídeos do TikTok e outras coisas.
# 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 & outras funcionalidades.

[Clique aqui](https://t.me/KelleEstellaBot) para utilizá-lo.

<img src="https://cdn.worldvectorlogo.com/logos/telegram-1.svg" width="50px">

# 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 bot = new Telegraf(YOUR_BOT_TOKEN);
```
E substitua `YOUR_BOT_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**.

# Autor
- [luisgbr1el](https://github.com/luisgbr1el)

0 comments on commit a644ace

Please sign in to comment.