Python Get Twitter Tweet Detail by ID Using Tweetpy

Mar 28, 2020

Install

pip install tweepy

Setup Twitter Developer Account: https://developer.twitter.com/en/apply-for-access

import tweepyauth = tweepy.OAuthHandler(TWITTER_CONSUMER_API_KEY, TWITTER_CONSUMER_API_SECRET)# auth.set_access_token(access_token, access_token_secret)api = tweepy.API(auth)tweet_id = '20'result = api.get_status(tweet_id)date = result.created_at.strftime('%Y-%m-%d %H:%M:%S')

References:

❤️ Is this article helpful?

Buy me a coffee ☕ or support my work via PayPal to keep this space 🖖 and ad-free.

Do send some 💖 to @d_luaz or share this article.

✨ By Desmond Lua

A dream boy who enjoys making apps, travelling and making youtube videos. Follow me on @d_luaz

👶 Apps I built

Travelopy - discover travel places in Malaysia, Singapore, Taiwan, Japan.