Diferència entre revisions de la pàgina «Telegram bot amb Python»
Salta a la navegació
Salta a la cerca
(Es crea la pàgina amb «Som-hi: == Intro == Ens caldrà: * Instal·lar telegram-cli * Demanar un token al botFather <br> == Instal·lar telegram-cli == Instal·la't això: https://github....».) |
(→Intro) |
||
Línia 2: | Línia 2: | ||
== Intro == | == Intro == | ||
+ | Info: | ||
+ | * Telegram bots: https://core.telegram.org/bots | ||
+ | * Telepot, un framework Python per Telegram bots: http://telepot.readthedocs.io/en/latest/ | ||
+ | |||
Ens caldrà: | Ens caldrà: | ||
* Instal·lar telegram-cli | * Instal·lar telegram-cli | ||
* Demanar un token al botFather | * Demanar un token al botFather | ||
+ | |||
<br> | <br> |
Revisió del 16:05, 20 feb 2017
Som-hi:
Intro
Info:
- Telegram bots: https://core.telegram.org/bots
- Telepot, un framework Python per Telegram bots: http://telepot.readthedocs.io/en/latest/
Ens caldrà:
- Instal·lar telegram-cli
- Demanar un token al botFather
Instal·lar telegram-cli
Instal·la't això:
https://github.com/vysheng/tg
Potser et cal instal·lar aquestes libs:
# apt-get install libevent-dev openssl libssl-dev libreadline libreadline-dev libconfig-dev libjansson-dev
Seguim...