twitter avec python3

J'ai utilisé la bibliothèque Twitter pour obtenir des tweets de Twitter https://github.com/sixohsix/twitter

Enregistrez l'appli

https://dev.twitter.com/apps

Après l'enregistrement, vérifiez la clé du consommateur et le secret du consommateur

Acquisition de OAUTH_TOKEN et OAUTH_SECRET

La fonction oauth_dance est fournie dans la bibliothèque Twitter, alors appelez-la. Après l'appel, l'écran d'authentification de l'application s'ouvre dans le navigateur, donc si vous vous connectez, le PID sera affiché. Entrez le PID dans la console et appuyez sur Entrée. Oauth_Token et Oauth_secret sont générés.

oauth_test.py


from twitter import *
#Le premier nombre peut être n'importe quoi.
#Si vous spécifiez un nom de fichier pour le 4e animal, il sera enregistré dans ce fichier
print(oauth_dance('hoge',consumer_key, consumer_secret))

Charger la chronologie

get_timeline


from twitter import *
 
#Chaque jeton obtenu ci-dessus,Définir le secret et l'accès
t = Twitter(
            auth=OAuth(OAUTH_TOKEN, OAUTH_SECRET,
                       CONSUMER_KEY, CONSUMER_SECRET)
           )
t.statuses.home_timeline()

Recommended Posts

twitter avec python3
Messages Twitter dans Python 3 etc.
Python sur Windows
python sur mac
Python sur Windbg
[Memo] Tweet sur Twitter avec Python
Conda Python avec Cygwin
Nombre de personnages sur Twitter
Installez Python sur Pidora.
Installez Scrapy sur python3
Installez Python sur Mac
Installer Python 3 dans un environnement Mac
Installez Python3.4 sur CentOS 6.6
Installer des pandas sur python2.6
python basic ② sous windows
Installez python sur Windows
Installez Python 2.7.3 sur CentOS 5.4
Rechercher sur Twitter avec Python
construire Python sur Ubuntu
Installez Python 3.3 sur Ubuntu 12.04
Installez Python 3.4 sur Mac
Installez Python 3.6 sur Docker
Activer Python virtualenv sous Windows
Configurer Python 3.4 sur Ubuntu
Exécutez Openpose sur Python (Windows)
Utilisez matplotlib sur Ubuntu 12 et Python
Installer watchdog sur Windows + Python 3.3
Python sur Ruby et Ruby en colère sur Python
Mémo graphique Twitter avec Python
Obtenez la chronologie Twitter avec Python
Utiliser l'API Twitter avec Python
Installer pygame sur python3.4 sur Mac
Développement Python + Kivy sous Windows
Installez Python 3.8 sur CentOS 7 (SCL)
Graphique en temps réel avec Plotly (Python)
Sphinx-autobuild (0.5.2) sous Windows7, Python 3.5.1, Sphinx 1.3.5
Publier sur Twitter en utilisant Python
Suivi automatique sur Twitter avec python et sélénium! (RPA)
Mettez Python 3.x dans Ubuntu
Installation de Python la plus rapide sous Windows
[Python] Notes sur l'analyse des données
Créer un environnement Python sur Windows
Exécutez Tensorflow 2.x sur Python 3.7
Manipulation de python sur mac
Mettez à jour le python que vous aviez sur votre Mac à 3.7-> 3.8
Installez pandas 0.14 sur python3.4 [sur Mac]
Installez OpenCV sur Ubuntu + python
Remarques sur l'installation de Python sur votre Mac
Exécutez le CGI de Python sur CORESERVER
Exécutez la commande unix sur python
Construire un environnement Python avec Windows
Python --Installez MySQLDB sur EC2
Présentation de TensorFlow à Ubuntu + Python 2.7
Installez Python 3.8 sur CentOS 8 (AppStream)
J'ai exécuté python sur Windows
Rechercher des tweets Twitter avec Python
Diffusion sur LINE en utilisant python
[Python] [Chainer] [Windows] Installer Chainer sous Windows
Utiliser Python sur Windows (PyCharm)