Athanasius / BGS-Tally-aussig

A tool to track and report your Background Simulation (BGS) activity in Elite Dangerous, implemented as an EDMC plugin. BGS Tally counts all the BGS work you do for any faction, in any system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BGS-Tally (modified by Aussi)

CodeQL GitHub Latest Version Github All Releases

A tool to track and report your Background Simulation (BGS) activity in Elite Dangerous, implemented as an EDMC plugin. BGS Tally counts all the BGS work you do for any faction, in any system.

Based on BGS-Tally v2.0 by tezw21: Original tezw21 BGS-Tally-v2.0 Project

This modified version includes automatic on-foot Conflict Zone tracking (with settlement names), manual in-space Conflict Zone tracking, Discord-ready information, quick Copy to Clipboard function for the Discord text and posting directly to Discord.

Initial Installation and Use

Full instructions for installation and use are here in the wiki →.

Updating from a Previous Version

Full instructions for upgrading from a previous version are here in the wiki →.

Discord Integration

The plugin generates Discord-ready text for copying-and-pasting manually into Discord and also supports direct posting into a Discord server of your choice using a webhook. You will need to create this webhook on your Discord server first - instructions for setting up the webhook within Discord are here in the wiki →.

What is Tracked

The plugin includes both automatic and manual tracking of BGS activity data.

Your Personal Activity and Privacy

If you're concerned about the privacy of your BGS activity, note that this plugin does not send your data anywhere, unless you specifically choose to by configuring the Discord Integration (see above for instructions).

It writes the following three files, all in the BGS-Tally folder:

  1. Today.txt - This contains your activity since the last tick.
  2. Yesterday.txt - This contains your activity in your previous session before the last tick.
  3. MissionLog.txt - This contains your currently active list of missions.

All three of these files use the JSON format, so can be easily viewed in a text editor or JSON viewer.

The plugin makes the following network connections:

  1. To EliteBGS to grab the date and time of the lastest tick.
  2. To GitHub to check the version of the plugin to see whether there is a newer version available.
  3. Only if configured by you to a specific Discord webhook on a Discord server of your choice, and only when you explicitly click the Post to Discord button.

About

A tool to track and report your Background Simulation (BGS) activity in Elite Dangerous, implemented as an EDMC plugin. BGS Tally counts all the BGS work you do for any faction, in any system.

License:MIT License


Languages

Language:Python 100.0%