Another addition to the OSINT AUTOMATION WITH PYTHON library! 🐍📊 This time, we’re automating threat intel monitoring on #X (#Twitter) with a Python script. Learn how to scrape user data using #Python & #Tweepy. 💻 #OSINT @osintambition

🔗 Read more: https://buff.ly/3Nuwqky

Python for X(Twitter) OSINT: Automate X(Twitter) Threat Intel Monitoring

Learn how to build a Python X(Twitter) scraper using Tweepy for OSINT and threat intelligence monitoring. Step-by-step guide with practical examples.

Medium
每三分鐘get一次user_timeline應該都夠用
#tweepy #t2m
不能再用Twitter API v1.1的stream/filter
轉了用scheduling一分鐘一次get user_timeline
#tweepy #t2m

I once wrote a script with #tweepy to figure out how much the people I followed talked. It was very useful when I felt like my timeline was too crowded, giving me more information about who was filling it (or rather, hard data instead of just intuition).

I’d love to put something together for #Mastodon now, because I’m running into a similar problem. Is there a good tweepy alternative, or other tools for this?

Twitter also loved to throttle; do I need to worry about this with Mastodon, too?

Tuxicoman / twitter2mastodon · GitLab

Clone Twitter posts to Mastodon. This allows you to follow any Twitter account.

GitLab

Forked from Tweepy repo, I've made a rough foundation of tweepy-mastodon library. I implemented basic helper methods to adopt Mastodon.py's dict into the tweepy's User and Status data structure. Now it can fetch the first object `verify_credentials` (a.k.a. `me`) with the almost same interface as Tweepy and Mastodon API. I'm going to migrate the posting API and timeline API next! 🐘

https://github.com/shuuji3/tweepy-mastodon

#tweepy #TwitterAPI #MastodonAPI #MastodonPy #MastodonMigration #TwitterMigration

GitHub - shuuji3/tweepy-mastodon: 🐘 tweepy-mastodon: [experimental] Mastodon API library with Tweepy interface

🐘 tweepy-mastodon: [experimental] Mastodon API library with Tweepy interface - GitHub - shuuji3/tweepy-mastodon: 🐘 tweepy-mastodon: [experimental] Mastodon API library with Tweepy interface

GitHub
To help the Mastodon migration, since last month, I was thinking about making a Python wrapper library which has the popular Tweepy-compatible API but can communicate with the Mastodon API. It might be late to try implementing it. #tweepy #mastodon #api
終於搞好咗啲 retweet/quote/reply
#Tweepy #MastodonPy #t2m
除咗animated_gif,仲有retweet需要執執
#Tweepy #MastodonPy
原來 animated_gif 要找 status.extended_entities["media"][0]["video_info"]["variants"][0]["url"] 先有個mp4
#Tweepy #t2m