Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alkihis/twitter-archive-reader
/ functions
Functions
335 in github.com/alkihis/twitter-archive-reader
⨍
Functions
335
◇
Types & classes
148
Method
read
(data: Buffer, offset: number)
ts/reading/StreamZip.ts:782
Method
read
(pos: number, length: number)
ts/reading/StreamZip.ts:917
Method
ready
()
ts/reading/FolderArchive.ts:129
Method
ready
()
ts/reading/StreamArchive.ts:150
Function
real_participants
* Participants IDs, but without yourself. * If <return_value>.size > 1, conversation is a group conversation
ts/direct_messages/Conversation.ts:309
Function
recipient
(ids: string | Iterable<string>)
ts/direct_messages/Conversation.ts:162
Function
register
(msg: LinkedDirectMessage)
ts/direct_messages/Conversation.ts:58
Method
registerMediaFolder
* If the archive has a custom media folder, you can specify it here. * * @param type_name Refers to used name to access this folder, take care o
ts/MediaArchive.ts:356
Method
registred
* Get all favorited tweets in the archive, inside a Set for quick check (like old `archive.extended_gdpr.favorites`).
ts/tweets/FavoriteArchive.ts:163
Method
releaseZip
* Unload ZIP file inside this instance. * Returns `true` if ZIP has been unloaded. * * ZIP can still be loaded in `archive.medias`, you can u
ts/TwitterArchive.ts:981
Method
releaseZip
()
ts/MediaArchive.ts:297
Method
screen_name
User screen name (also called Twitter @).
ts/user/UserData.ts:494
Method
screen_name_history
History of screen names used, and when it has changed.
ts/user/UserData.ts:381
Method
searchDir
(query: RegExp)
ts/reading/FolderArchive.ts:123
Method
searchDir
(query: RegExp)
ts/reading/StreamArchive.ts:144
Function
sender
(ids: string | Iterable<string>)
ts/direct_messages/Conversation.ts:147
Function
single
Retreives a single message (undefined if message does not exists).
ts/direct_messages/Conversation.ts:229
Method
single
* Get a message by ID
ts/direct_messages/DMArchive.ts:53
Method
single
Get a single tweet by ID. Returns `null` if tweet does not exists.
ts/tweets/TweetArchive.ts:253
Function
sleep
(ms: number)
ts/utils/helpers.ts:17
Method
sortedClickedIterator
* Iterate over clicked links sorted by tweet ID. * * @param order Order by `asc` or `desc`. `desc` by default.
ts/tweets/TweetArchive.ts:484
Method
sortedIterator
* Iterate over tweets, which are **genuinely** sorted (date, {order}). * * @param order Order by `asc` or `desc`. `desc` by default.
ts/tweets/TweetArchive.ts:473
Method
sorted_by_count
All conversations sorted by message count (descending).
ts/direct_messages/DMArchive.ts:172
Method
sorted_by_date
All conversations sorted by last message sent date (descending).
ts/direct_messages/DMArchive.ts:155
Method
stream
(entry: ZipEntry)
ts/reading/StreamZip.ts:540
Method
summary
User summary (screen name, name, account creation date...)
ts/user/UserData.ts:487
Method
synthetic_info
* Résumé of this archive. * * Contains the 'archive index' (without the tweets), * if the archive is GDPR, last tweet date, * tweet count
ts/TwitterArchive.ts:993
Method
synthetic_info_without_hash
* `.synthetic_info`, but without hash. Used to... calculate hash.
ts/TwitterArchive.ts:1003
Method
timezone
Timezone, but in a strange format. * If your timezone is `Europe/Paris`, here, you will find `Paris`.
ts/user/UserData.ts:432
Method
tweets
Access to the `TweetArchive` object. Contains all the tweets of this archive.
ts/TwitterArchive.ts:656
Function
unregisterAll
()
ts/direct_messages/Conversation.ts:65
Method
url
URL registered on profile. Available if `archive.is_gpdr === true`.
ts/user/UserData.ts:534
Method
user
* All the archive owner's user data on Twitter. * * Contains data sended to Twitter about archive owner, like: * - **Screen name (@)** * -
ts/TwitterArchive.ts:738
Method
verified
`true` if archive owner is verified on Twitter.
ts/user/UserData.ts:459
Method
with
* Get all conversations that have {user_id} in their participants. * * @param user_id Specifing an array of user ids find conversations * w
ts/direct_messages/DMArchive.ts:104
← previous
301–335 of 335, ranked by callers