-
Notifications
You must be signed in to change notification settings - Fork 9
Home
NetTally is a program designed to count votes on discussion forums, typically for 'quest' threads where forum posters help guide the course of a story.
Before running the program, you'll want to be sure you meet the program requirements.
NetTally version 2 requires .NET Framework 4.7.2. This works on Windows 7 or later. This is the current stable long-term build, and will always work on the latest .NET Framework.
NetTally versions 3 & 4 requires .NET Core 3.
NetTally version 5 requires .NET 8. This is the current LTS (long-term support) version of .NET. This is currently in preview. It should work on Linux, and be buildable for Mac OS-X.
Note: Versions up to 1.7.10.1 are usable on .NET 4.5.2, and versions up to 1.9.10 are usable on .NET 4.6. which should be usable on Windows Vista, if necessary.
There is a commandline version of the program which can be run on any system that has .NET Core installed (including OSX and Linux).
There is no installer. Just unzip the files into their own directory, and run the .exe
The latest version of the program can be downloaded from the Releases page. The program itself (since version 1.1.1) will notify you if a new version is available, with a link at the bottom of the program window.
It will not run on Windows XP, as XP can only run .NET 4.0, and is no longer being updated or supported.
The program has primarily been tested on the forums for Sufficient Velocity, Space Battles, and Questionable Questing. It should work on any forum based on the XenForo forum software, as well as any vBulletin v3/4/5 forum. Attempts to get it working on other forums have been hindered by limitations in the forum software that make it difficult or impossible to track threads.
A cookie needs to be added for any forum that needs a login in order to read the forum threads. This has only been done for the Questionable Questing forum at this time (using a universal cookie created specifically to support NetTally), but creating a build for any other such forum is pretty trivial.
For information on using the program, and what all the options do, go to the page on Program Usage, and also check out the Options pages.
For usage of the commandline version of the program, check the wiki page on Commandline Usage.
Check the pages on Writing Votes for rules on valid vote construction in user posts.
Check the page on Managing Votes for instructions on how to manage votes (eg: merging or deleting, or assigning or changing tasks).
If you wish to edit the code, please see the wiki page on Development.
Check the Releases page for information on what has changed in each version.