Skip to content

MouamleH/cs50-polls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cs50-polls

A telegram bot for cs50xIraq polls

You can repurpose the code for usage in any other live voting system.

Go to me.mouamle.cs50_polls.util.Projects#names and fill the array with the voting options you want

A Cool Feature

The bot implements a WebSocket server for providing the live feedback functionality

When you first connect to it, it sends you an event with all previous votes and will keep sending you live updates in the following format

{
  "totalVotes": 0,
  "teamName": "",
  "votesCount": 0
}

About

A telegram bot for cs50xIraq polls

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages