Fix missing parameter on docs
This commit is contained in:
parent
220cc1e26e
commit
42ec1749ce
|
@ -76,6 +76,7 @@ Then, you will have to create a config file. We'll call it `config.ini`. In that
|
||||||
nick = jabbergram
|
nick = jabbergram
|
||||||
token = jabbergramBotTokken
|
token = jabbergramBotTokken
|
||||||
group = -10293943920
|
group = -10293943920
|
||||||
|
verify_ssl = yes
|
||||||
|
|
||||||
The only thing worth mentioning is the `token` section, which is said to you when creating the bot, and the `group`, that is the `Telegram` group ID.
|
The only thing worth mentioning is the `token` section, which is said to you when creating the bot, and the `group`, that is the `Telegram` group ID.
|
||||||
|
|
||||||
|
@ -92,6 +93,7 @@ There only can be one configuration file. This is because it can only be one bot
|
||||||
nick = jabbergram
|
nick = jabbergram
|
||||||
token = jabbergramBotTokken
|
token = jabbergramBotTokken
|
||||||
group = -10293943920 120301203
|
group = -10293943920 120301203
|
||||||
|
verify_ssl = yes
|
||||||
|
|
||||||
Thus, the example's muc "exampleMuc@muc.nope.org" syncs with the group "-10293943920" and "segunda@muc.sip.org" with "120 301203".
|
Thus, the example's muc "exampleMuc@muc.nope.org" syncs with the group "-10293943920" and "segunda@muc.sip.org" with "120 301203".
|
||||||
|
|
||||||
|
@ -156,6 +158,7 @@ A continuación, hay que crear un archivo de configuración, que llamaremos `con
|
||||||
nick = jabbergram
|
nick = jabbergram
|
||||||
token = jabbergramBotTokken
|
token = jabbergramBotTokken
|
||||||
group = -10,293,943,920
|
group = -10,293,943,920
|
||||||
|
verify_ssl = yes
|
||||||
|
|
||||||
La única cosa que vale la pena mencionar es la sección del `token` (que es la que nos da cuando se crea el robot) y el `group`, que es ID del grupo de `Telegram`.
|
La única cosa que vale la pena mencionar es la sección del `token` (que es la que nos da cuando se crea el robot) y el `group`, que es ID del grupo de `Telegram`.
|
||||||
|
|
||||||
|
@ -172,6 +175,7 @@ Sólo puede haber un archivo de configuración. Esto es debido a que sólo puede
|
||||||
nick = jabbergram
|
nick = jabbergram
|
||||||
token = jabbergramBotTokken
|
token = jabbergramBotTokken
|
||||||
group = -10293943920 120301203
|
group = -10293943920 120301203
|
||||||
|
verify_ssl = yes
|
||||||
|
|
||||||
De este modo, el muc "exampleMuc@muc.nope.org" se sincronizará con el grupo "-10293943920", y "segunda@muc.sip.org" con "120301203". Hecho esto, solo queda ejecutarlo en la terminal: `python3 jabbergram.py config.ini`. Hay que tenerla activa siempre que se quiera que funcione, obviamente.
|
De este modo, el muc "exampleMuc@muc.nope.org" se sincronizará con el grupo "-10293943920", y "segunda@muc.sip.org" con "120301203". Hecho esto, solo queda ejecutarlo en la terminal: `python3 jabbergram.py config.ini`. Hay que tenerla activa siempre que se quiera que funcione, obviamente.
|
||||||
|
|
||||||
|
|
|
@ -44,6 +44,7 @@
|
||||||
nick = jabbergram
|
nick = jabbergram
|
||||||
token = jabbergramBotTokken
|
token = jabbergramBotTokken
|
||||||
group = -10293943920
|
group = -10293943920
|
||||||
|
verify_ssl = yes
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
The only thing worth mentioning is the =token= section, which is said to you when creating the bot, and the =group=, that is the =Telegram= group ID.
|
The only thing worth mentioning is the =token= section, which is said to you when creating the bot, and the =group=, that is the =Telegram= group ID.
|
||||||
|
@ -60,6 +61,7 @@
|
||||||
nick = jabbergram
|
nick = jabbergram
|
||||||
token = jabbergramBotTokken
|
token = jabbergramBotTokken
|
||||||
group = -10293943920 120301203
|
group = -10293943920 120301203
|
||||||
|
verify_ssl = yes
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
Thus, the example's muc "exampleMuc@muc.nope.org" syncs with the group "-10293943920" and "segunda@muc.sip.org" with "120 301203".
|
Thus, the example's muc "exampleMuc@muc.nope.org" syncs with the group "-10293943920" and "segunda@muc.sip.org" with "120 301203".
|
||||||
|
@ -123,6 +125,7 @@
|
||||||
nick = jabbergram
|
nick = jabbergram
|
||||||
token = jabbergramBotTokken
|
token = jabbergramBotTokken
|
||||||
group = -10,293,943,920
|
group = -10,293,943,920
|
||||||
|
verify_ssl = yes
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
La única cosa que vale la pena mencionar es la sección del =token= (que es la que nos da cuando se crea el robot) y el =group=, que es ID del grupo de =Telegram=.
|
La única cosa que vale la pena mencionar es la sección del =token= (que es la que nos da cuando se crea el robot) y el =group=, que es ID del grupo de =Telegram=.
|
||||||
|
@ -139,6 +142,7 @@
|
||||||
nick = jabbergram
|
nick = jabbergram
|
||||||
token = jabbergramBotTokken
|
token = jabbergramBotTokken
|
||||||
group = -10293943920 120301203
|
group = -10293943920 120301203
|
||||||
|
verify_ssl = yes
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
De este modo, el muc "exampleMuc@muc.nope.org" se sincronizará con el grupo "-10293943920", y "segunda@muc.sip.org" con "120301203". Hecho esto, solo queda ejecutarlo en la terminal: =python3 jabbergram.py config.ini=. Hay que tenerla activa siempre que se quiera que funcione, obviamente.
|
De este modo, el muc "exampleMuc@muc.nope.org" se sincronizará con el grupo "-10293943920", y "segunda@muc.sip.org" con "120301203". Hecho esto, solo queda ejecutarlo en la terminal: =python3 jabbergram.py config.ini=. Hay que tenerla activa siempre que se quiera que funcione, obviamente.
|
||||||
|
|
4
setup.py
4
setup.py
|
@ -15,8 +15,8 @@ setup(name='jabbergram',
|
||||||
scripts=['jabbergram.py'],
|
scripts=['jabbergram.py'],
|
||||||
license="GPLv3",
|
license="GPLv3",
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"sleekxmpp>=1.3.1",
|
"sleekxmpp>=1.3.2",
|
||||||
"python-telegram-bot>=4.0.3",
|
"python-telegram-bot>=6.1.0",
|
||||||
"requests>=2.11.1",
|
"requests>=2.11.1",
|
||||||
],
|
],
|
||||||
classifiers=["Development Status :: 4 - Beta",
|
classifiers=["Development Status :: 4 - Beta",
|
||||||
|
|
Loading…
Reference in New Issue