Add id_str for media: Fixes #283

This commit is contained in:
Dylan
2025-09-10 17:29:15 +01:00
parent 7a97adcf43
commit 1bc50830f5
4 changed files with 19 additions and 12 deletions

View File

@@ -32,5 +32,6 @@ with open('generated.txt', 'w',encoding='utf-8') as f:
del VNF['user_name']
del VNF['user_profile_image_url']
del VNF['communityNote']
del VNF['fetched_on']
# write in a format that can be copy-pasted into a python file, i.e testTextTweet={...
f.write(f"{test}_compare={VNF}\n")