wikis Search Results · repo:vysheng/tg language:Perl
Filter by
7 results
(112 ms)7 results
invysheng/tg (press backspace or delete to remove)Welcome to the tg wiki! Currently here is almost nothing interesting. TODO Running Telegram CLI as Daemon FAQ
- Last updated on Nov 1, 2015
This is how Telegram run as daemon on debian-based. We will run it using sudo . All commands are executed from telegram-cli's repository directory. Add User telegramd Go to https://desktop.telegram.org/ ...
- Last updated on Dec 1, 2022
Python scripting cheatsheet Don't try to block the main. Instead, handle the built-in events such as on_loop : import tgl def on_loop (): do_something () send_a_message () tgl . set_on_loop ( on_loop ...
- Last updated on Jan 16, 2016
BUGS FEATURES HTTP protocol with support of http proxy. Encrypt binlog Write FAQ Safe delete of encrypted chats from binlog Allow passing (single) command(s) via -e (execute) param. Ideally allowing to ...
- Last updated on Sep 24, 2014
The Telegram CLI-client offers various arguments to be passed at execution. This is basically a list that can be retrieved by executing telegram-cli -h . Available arguments The following arguments are ...
- Last updated on Aug 15, 2015
Telegram CLI basically works in some kind of interactive mode: besides arguments passed at the launch of the tg process, it is controlled by keywords that need to be entered ( or sent in cases of network ...
- Last updated on Dec 24, 2016
I'm writing this because I saw lots of people struggling to get telegram-cli working as a server. Since systemd 206 you can have user-services that autostart with the machine. Awesome! My 2cents here: ...
- Last updated on Mar 19, 2015