/TelegramOnlineKeeper

Automatic keeping telegram user online

Primary LanguageRustMIT LicenseMIT

Telegram User Online Keeper

Timeline Forensics Preventation

usage

Set $API_ID & $API_HASH then cargo run in console.

If using NixOS, import the nixosModule and set the sessionFile environmentFile option:

services.online-keeper.instances = [
  {
    name = "example";
    sessionFile = "/home/user/user.session";
    environmentFile = "/home/user/.env";
  }
];

environmentFile MUST contain $API_ID & $API_HASH. Details about EnvironmentFile