weetwit è una suite Twitter per WeeChat.
Installazione
Prima di poter utilizzare, è necessario "creare" una nuova applicazione su Twitter, la ragione di questo è che non riesco a comprendere le chiavi di applicazione senza diventare di pubblico dominio. È possibile creare l'applicazione a Twitter. Le esigenze applicative accesso in lettura / scrittura.
Per prima cosa dobbiamo installare il modulo:
Installazione tramite pip:
# Pip installare weetwit
$ Copiare il plugin per ~ / .weechat / python
Installazione da fonte:
# Cd / path / to / fonte / files
# Pip installare tweepy
# Python setup.py install
$ Plug cp / weetwit.py ~ / .weechat / python
Configurazione di weechat:
] Carico / python weetwit.py
] / Set plugins.var.python.weetwit.access_token access_token_goes_here
] / Set plugins.var.python.weetwit.access_token_secret access_token_secret_goes_here
] / Set plugins.var.python.weetwit.consumer_key consumer_key_goes_here
] / Set plugins.var.python.weetwit.consumer_secret consumer_secret_goes_here
] / Python reload weetwit
Ora si dovrebbe avere un weetwit esecuzione
Caratteristiche :..
- Realtime in streaming temporale
- Aggiornamento, rispondendo e retweeting secondo gli standard di Twitter.
- Consapevole di Twitter accorciamento URL.
- Strumenti di interrogare gli utenti e gli aggiornamenti di stato.
- In grado di (ONU) seguire direttamente da weechat.
- Condividi aggiornamenti con IRC.
Requisiti :
- Python
I commenti non trovato