Skip to content

0x11a0/chatstodo-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatsTodo Bots

Setup instructions

  1. Run Docker application locally

  2. Start Docker compose and build

    docker compose up -d --build
    
  3. View logs

    docker compose logs
    
  4. Stop Docker

    docker compose down
    

Ports

  • 8001: Telegram
  • 8002: Discord

Format of String package to send to Kafka

This is the format to follow when sending messages to Kafka.

{
  "platform": "",
  "sender_user_id": "",
  "group_id": "", // an ID
  "timestamp": "", // in ISO
  "message": ""
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •