-
```
telegram = Telegram::Client.new do |cfg, auth|
cfg.daemon = '~/tg/bin/telegram-cli'
cfg.key = '~/tg/tg-server.pub'
cfg.logger = Logger.new(STDOUT)
puts cfg.class, auth.class
auth.p…
-
Hi, thank you for your work.
Can you please describe how to install the container eg in Synology Docker. My goal is the same function as on my RPi.
crontab on RPi:
@reboot sleep 60 && screen -dmS …
-
I followed every step to make it work. I'm using Commit 76824c29a6 on Ubuntu 14.04.2 LTS.
After the command
```
./telegram-cli -k tg-server.pub -c telegram.config
```
I get
> /usr/src/tg/zabbix# …
-
Hi
I have a django project that uses tg. I wrote a function that wraps some of the functions available in tg. But when it tries to connect to the tg port it fails, the error is as follows:
```
Could …
-
### The problem
Cannot call `create_group_chat()` with more than 2 arguments.
### Your environment
Python 3.5.2
pytg 0.4.10
### Steps to reproduce
Run this code:
``` python
from pytg import Telegr…
-
I try to use guide from https://github.com/yagop/telegram-bot
everything is successful installed, but for this step i found an error.
> gcc objs/main.o objs/loop.o objs/interface.o objs/lua-tg.o obj…
-
My Raspberry has a number of its own. I have it's contact on my Telegram account. So I send it the "ping" message and it responds "pong" but it responds to itself, not to me.
I'm using the LUA file …
-
hi
im using tg-cli but in channel posts view count does not increase by cli
What can I do to fix this problem?
-
```
config.status: config.h is unchanged
gcc objs/main.o objs/loop.o objs/interface.o objs/lua-tg.o objs/json-tg.o objs/python-tg.o objs/python-types.o libs/libtgl.a -L/usr/local/lib -L/usr/lib -L/usr…
jaw3l updated
7 years ago
-
YDB CLI 2.8.0, Serverless YDB
```sql
CREATE TABLE users (
id String NOT NULL,
email Utf8 NOT NULL,
INDEX idx_email GLOBAL SYNC ON (email),
PRIMARY KEY (id)
);
```
```csv
…