Skip to content
/ core-vote Public
forked from geopsllc/core-vote

Vote Monitoring Tool for Core Networks

License

Notifications You must be signed in to change notification settings

Bx64/core-vote

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vote Monitoring Tool for Core Networks

Installation

Basic install:

git clone https://github.com/geopsllc/core-vote
cd core-vote
nano config.py
  • change config.py to your liking
  • test the script in cli mode by running python3 cvote.py

Frontend setup:

  • add a crontab entry (crontab -e) to run the script every minute: * * * * * cd $HOME/core-vote && python3 cvote.py > /dev/null 2>&1
  • install and setup a webserver (apache/nginx) to serve folder web

General

This is a Multi-Address Vote Monitoring Tool for Core Networks.

  • Supports Core v3+.
  • Requires Python 3.8 or above - native on Ubuntu 20.04.
  • You can use it in cli mode or bring up a web interface that refreshes every minute.

Changelog

0.1

  • initial release

Security

If you discover a security vulnerability within this package, please open an issue. All security vulnerabilities will be promptly addressed.

Credits

License

About

Vote Monitoring Tool for Core Networks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 66.8%
  • HTML 33.2%