Difference between revisions of "Discord History Tracker"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
(Created page with "==About== Discord History Tracker (DHT) is a browser script for Discord which fetches existing chat history and keeps a log as long as it's running. The log must be ma...")
 
(update)
 
Line 1: Line 1:
 
==About==
 
==About==
[[Discord History Tracker]] (DHT) is a browser script for [[Discord]] which fetches existing chat history and keeps a log as long as it's running. The log must be manually saved to disk. The page also links to a standalone HTML page/script for reading the log files.
+
[[Discord History Tracker]] (DHT) is, at its core, a browser script for [[Discord]] which fetches existing chat history and keeps a log as long as it's running. All components are open-source.
 +
 
 +
As of 2022-07-11, there is now a desktop application to help manage various aspects of archiving operations, available for Linux / Windows / Mac.
 +
* The log is continuously saved to disk, using SQLite. (Export is still available.)
 +
* The app will (on request) re-enable the Discord app's CTRL-SHIFT-I option (necessary for running the archiver script) which is now disabled by default.
 +
* The app also generates, on request, a static page for viewing the log.
 +
 
 +
As of 2021, The log needed to be manually saved to disk, and a standalone HTML page/script for reading the generated log file(s) was linked directly from the DHT web page.
 
==Links==
 
==Links==
 
* [https://dht.chylex.com/ official site] includes instructions and a link to the reader script
 
* [https://dht.chylex.com/ official site] includes instructions and a link to the reader script

Latest revision as of 11:23, 11 July 2022

About

Discord History Tracker (DHT) is, at its core, a browser script for Discord which fetches existing chat history and keeps a log as long as it's running. All components are open-source.

As of 2022-07-11, there is now a desktop application to help manage various aspects of archiving operations, available for Linux / Windows / Mac.

  • The log is continuously saved to disk, using SQLite. (Export is still available.)
  • The app will (on request) re-enable the Discord app's CTRL-SHIFT-I option (necessary for running the archiver script) which is now disabled by default.
  • The app also generates, on request, a static page for viewing the log.

As of 2021, The log needed to be manually saved to disk, and a standalone HTML page/script for reading the generated log file(s) was linked directly from the DHT web page.

Links

  • official site includes instructions and a link to the reader script