MCPcopy Create free account

hub / github.com/alkihis/twitter-archive-reader / functions

Functions335 in github.com/alkihis/twitter-archive-reader

Methodread
(data: Buffer, offset: number)
ts/reading/StreamZip.ts:782
Methodread
(pos: number, length: number)
ts/reading/StreamZip.ts:917
Methodready
()
ts/reading/FolderArchive.ts:129
Methodready
()
ts/reading/StreamArchive.ts:150
Functionreal_participants
* Participants IDs, but without yourself. * If <return_value>.size > 1, conversation is a group conversation
ts/direct_messages/Conversation.ts:309
Functionrecipient
(ids: string | Iterable<string>)
ts/direct_messages/Conversation.ts:162
Functionregister
(msg: LinkedDirectMessage)
ts/direct_messages/Conversation.ts:58
MethodregisterMediaFolder
* 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
Methodregistred
* Get all favorited tweets in the archive, inside a Set for quick check (like old `archive.extended_gdpr.favorites`).
ts/tweets/FavoriteArchive.ts:163
MethodreleaseZip
* 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
MethodreleaseZip
()
ts/MediaArchive.ts:297
Methodscreen_name
User screen name (also called Twitter @).
ts/user/UserData.ts:494
Methodscreen_name_history
History of screen names used, and when it has changed.
ts/user/UserData.ts:381
MethodsearchDir
(query: RegExp)
ts/reading/FolderArchive.ts:123
MethodsearchDir
(query: RegExp)
ts/reading/StreamArchive.ts:144
Functionsender
(ids: string | Iterable<string>)
ts/direct_messages/Conversation.ts:147
Functionsingle
Retreives a single message (undefined if message does not exists).
ts/direct_messages/Conversation.ts:229
Methodsingle
* Get a message by ID
ts/direct_messages/DMArchive.ts:53
Methodsingle
Get a single tweet by ID. Returns `null` if tweet does not exists.
ts/tweets/TweetArchive.ts:253
Functionsleep
(ms: number)
ts/utils/helpers.ts:17
MethodsortedClickedIterator
* Iterate over clicked links sorted by tweet ID. * * @param order Order by `asc` or `desc`. `desc` by default.
ts/tweets/TweetArchive.ts:484
MethodsortedIterator
* Iterate over tweets, which are **genuinely** sorted (date, {order}). * * @param order Order by `asc` or `desc`. `desc` by default.
ts/tweets/TweetArchive.ts:473
Methodsorted_by_count
All conversations sorted by message count (descending).
ts/direct_messages/DMArchive.ts:172
Methodsorted_by_date
All conversations sorted by last message sent date (descending).
ts/direct_messages/DMArchive.ts:155
Methodstream
(entry: ZipEntry)
ts/reading/StreamZip.ts:540
Methodsummary
User summary (screen name, name, account creation date...)
ts/user/UserData.ts:487
Methodsynthetic_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
Methodsynthetic_info_without_hash
* `.synthetic_info`, but without hash. Used to... calculate hash.
ts/TwitterArchive.ts:1003
Methodtimezone
Timezone, but in a strange format. * If your timezone is `Europe/Paris`, here, you will find `Paris`.
ts/user/UserData.ts:432
Methodtweets
Access to the `TweetArchive` object. Contains all the tweets of this archive.
ts/TwitterArchive.ts:656
FunctionunregisterAll
()
ts/direct_messages/Conversation.ts:65
Methodurl
URL registered on profile. Available if `archive.is_gpdr === true`.
ts/user/UserData.ts:534
Methoduser
* All the archive owner's user data on Twitter. * * Contains data sended to Twitter about archive owner, like: * - **Screen name (@)** * -
ts/TwitterArchive.ts:738
Methodverified
`true` if archive owner is verified on Twitter.
ts/user/UserData.ts:459
Methodwith
* 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
← previous301–335 of 335, ranked by callers