oluceps / TelegramOnlineKeeper

Automatic keeping telegram user online

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Automatic keeping telegram user online

License:MIT License


Languages

Language:Rust 54.4%Language:Nix 45.6%