Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 700 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 700 Bytes

TweetURLtoData

内部APIを叩いてツイート内容を取得する
ログイン: TwitterFrontendFlow / 取得: TweetURLtoData / スペース: TwitterSpacesWiretap

import

pip install -r requirements.txt

use

from TweetURLtoData import TweetURLtoData
TweetURLtoData("xxxxxxxxxxxxxxxxxxx")
from TweetURLtoData import TweetURLtoData,TweetURLExtractor
TweetURLtoData(TweetURLExtractor("https://twitter.com/xxxxxxxxxx/status/xxxxxxxxxxxxxxxxxxx")[0][1])

License

TweetURLtoData is under MIT License