Как сделать чтобы бот принимал оплату через Freekassa?Подключить его к этой платежной системе.
но на их сайте так и не нашел документацию и апиВидимо не искали, или со зрением проблемы. Трудно пропустить ссылку размещенную на главной странице сайта.
$stmt = $this->prepare('SELECT * FROM words WHERE word LIKE :word');
$stmt->execute(['word' => $word . '%']);
In [1]: from urllib.parse import urlparse
In [2]: o = urlparse('https://site.ru/images/favicon.ico?foo=bar')
In [3]: o
Out[3]: ParseResult(scheme='https', netloc='site.ru', path='/images/favicon.ico', params='', query='foo=bar', fragment='')
In [4]: o.path.split('/')[-1]
Out[4]: 'favicon.ico'
-h host
--host=host
Specifies the host name of the machine on which the server is running. If the value begins with a slash, it is used as the directory for the Unix domain socket. The default is taken from the PGHOST environment variable, if set, else a Unix domain socket connection is attempted.
-p port
--port=port
Specifies the TCP port or local Unix domain socket file extension on which the server is listening for connections. Defaults to the PGPORT environment variable, if set, or a compiled-in default.