Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 465 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 465 Bytes

Voz Ativa Bot

Veja as novidades e acompanhe a coleta de dados do Voz Ativa no Telegram.

Dependências

  • NodeJS 10.15.1
  • Postgres

Configuração

Configure as seguintes variáveis de ambiente:

APP_SECRET=stringqualquer
APP_URL=http://urldaaplicacao:porta
TELEGRAM_TOKEN=telegramApiToken
DATABASE_USER=postgres_user
DATABASE_HOST=postgres_host
DATABASE_NAME=postgres_dbname
DATABASE_PASSWORD=postgres_user_password

Rodando

npm start