https://github.com/leviobrabo/noticiasbrasilbot
Envio de noticias do brasil g1 news no canal telegram
https://github.com/leviobrabo/noticiasbrasilbot
canal canal-telegram g1 g1-news mongodb news noticias noticias-brasil py pytelegrambotapi telegram telegram-bot webscraping
Last synced: 5 months ago
JSON representation
Envio de noticias do brasil g1 news no canal telegram
- Host: GitHub
- URL: https://github.com/leviobrabo/noticiasbrasilbot
- Owner: leviobrabo
- Created: 2023-10-12T14:30:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-21T03:26:45.000Z (about 2 years ago)
- Last Synced: 2025-01-21T09:48:36.891Z (over 1 year ago)
- Topics: canal, canal-telegram, g1, g1-news, mongodb, news, noticias, noticias-brasil, py, pytelegrambotapi, telegram, telegram-bot, webscraping
- Language: Python
- Homepage: https://t.me/noticiasbrasil24h
- Size: 53.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Notícias Brasil
## Envia notícias direto do site do [G1 News](https://g1.globo.com/ultimas-noticias/) para o canal do telegram [Notícias Brasil](https://t.me/noticiasbrasil24h).
[](#)
### 🤖 Rodando o bot localmente
```bash
# Clone este repositório
$ git clone https://github.com/leviobrabo/noticiasbrasil.git
# Acesse a pasta do projeto no terminal/cmd
$ cd noticiasbrasil
# Instale as dependências
# requirements:
$ pip3 install requirements.txt
# Variáveis ambientes
# Altere sample.bot.conf para bot.conf:
$ cp sample.bot.conf bot.conf
# Defina as variavéis
$ vi bot.conf
# Execute a aplicação
$ python3 main.py
```
## Pronto, o bot já estará rodando