/Anarchivist

Set of scripts meant to help preserve one's online presence.

Primary LanguagePythonMIT LicenseMIT

Anarchivist Utilities

A set of Python scripts meant to help people ensure that they have backups of their online presence.

Scripts overview:

  • dl_twitter.py - Twitter profiles by username
  • dl_steam.py - Steam community by game/app ID
  • dl_twitch_vod_chat.py - The chat for Twitch VODs

and possibly more in the future. In general, the scripts focus on getting the raw information in whatever format it's served in: usually bits of HTML. Getting them in a nicer format can come at a later date.

Each script has more specific documentation/usage info in it.

Requirements:

  • Python 3 (I have tested it with Python 3.7, might work on some earlier versions)
  • Sqlite
  • Youtube-DL (used to download Twitter videos)

License:

MIT License, see LICENSE.txt for full text.