https://github.com/fareskalaboud/verifiedvote
A Ruby script that emails verification codes that could be used for anonymised voting.
https://github.com/fareskalaboud/verifiedvote
ruby verification-codes voting
Last synced: 11 months ago
JSON representation
A Ruby script that emails verification codes that could be used for anonymised voting.
- Host: GitHub
- URL: https://github.com/fareskalaboud/verifiedvote
- Owner: fareskalaboud
- Created: 2016-02-01T22:33:05.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-08T00:08:14.000Z (over 10 years ago)
- Last Synced: 2025-01-21T15:16:26.768Z (over 1 year ago)
- Topics: ruby, verification-codes, voting
- Language: Ruby
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VerifiedVote
####A Ruby script that emails verification codes that could be used for anonymised voting.
This is a Ruby script that generates a list of verification codes that could be sent to a list of email addresses for the use of voting.
Verification codes get saved to a text file **list.txt**.
The list of emails is shuffled before the generated codes are sent, so the person who runs the script has the list of codes but doesn't know which code went to whom.