Socialmetrica/Socialmetrica.package/NitterUser.class/instance
Offray Vladimir Luna Cárdenas a61de2ecb7 Refactoring tweets scrapping. 2022-05-15 08:23:21 -05:00
..
areCommonFilesInstalled.st Now external word cloud installs its common files and loads required data. 2022-04-15 14:35:11 -05:00
asDictionary.st Modifying nitter user for mustache template. 2022-04-27 15:38:10 -05:00
avatarPicture.st Bugfix: Avatar picture. 2022-05-14 18:17:34 -05:00
collectRawTweetsFrom.upToPage..st Refactoring tweets scrapping. 2022-05-15 08:23:21 -05:00
collectRawTweetsFromOldestUpToPage..st Creating download tweets from oldest up to a page, modifying histograms exporters and external word cloud without mask. 2022-04-27 23:51:53 -05:00
collectRawTweetsUpToPage..st Refactoring tweets scrapping. 2022-05-15 08:23:21 -05:00
config..st Massive rebranding to prepare launching... 2022-04-01 17:22:33 -05:00
config.st Code review: Fixing some code smells. 2022-04-06 13:09:38 -05:00
createdAt.st Modifying date displays in histograms and fixing empty replies and quotes exporter. 2022-05-02 22:31:41 -05:00
description.st Massive rebranding to prepare launching... 2022-04-01 17:22:33 -05:00
documentTree.st Refactoring tweets scrapping. 2022-05-15 08:23:21 -05:00
documentTreeFor..st Improving nitter user getting and parsing tweets. 2022-04-11 14:18:52 -05:00
downloadProfileImage.st Improving nitter user profile image exporter. 2022-04-07 11:28:18 -05:00
downloadWithRenaming..st Code review: improved modularity. A second pass on #downloadWithRenaming: still pending. 2022-04-25 09:13:04 -05:00
exportDefaultReport.st Creating exporter for report in LaTeX format. 2022-04-21 12:11:53 -05:00
exportOverviewReportLatex.st Implementing reporting periods to limit messages processing inside a predefined timespan. 2022-05-04 07:27:25 -05:00
exportProfileImageOn..st Code review: improved modularity. A second pass on #downloadWithRenaming: still pending. 2022-04-25 09:13:04 -05:00
exportQuotesHistogram.st Modifying bars, quotes and replies histograms. 2022-05-03 11:05:56 -05:00
exportQuotesHistogramWithBars..st Modifying bars, quotes and replies histograms. 2022-05-03 11:05:56 -05:00
exportRepliesHistogramWithBars..st Modifying bars, quotes and replies histograms. 2022-05-03 11:05:56 -05:00
exportRetweetsHistogram.st Creating download tweets from oldest up to a page, modifying histograms exporters and external word cloud without mask. 2022-04-27 23:51:53 -05:00
exportRetweetsHistogramWithBars..st Creating download tweets from oldest up to a page, modifying histograms exporters and external word cloud without mask. 2022-04-27 23:51:53 -05:00
exportTweetsHistogramWithBars..st Creating download tweets from oldest up to a page, modifying histograms exporters and external word cloud without mask. 2022-04-27 23:51:53 -05:00
exportWithTemplate.into..st Modyfing nitter user sanitization for tex exporter. 2022-04-29 17:58:03 -05:00
externalWordCloud.st Modifyng installer for commons. 2022-05-14 16:56:07 -05:00
folder.st Code review: Fixing some code smells. 2022-04-06 13:09:38 -05:00
fromSTON..st Creating storeContents of NitterUser in STON format file. 2022-04-01 19:49:39 -05:00
getLocalMessages.st Improving creation date processing/transfomation from different formats. #retrieveContents should also load local messages. 2022-04-18 18:36:52 -05:00
getMessages.st Renaming methods for clarity. 2022-04-14 17:40:41 -05:00
getPagesContentsFrom.upTo..st Refactoring tweets scrapping. 2022-05-15 08:23:21 -05:00
getPagesContentsFromOldestUpto..st Refactoring tweets scrapping. 2022-05-15 08:23:21 -05:00
getPagesContentsUpto..st Refactoring tweets scrapping. 2022-05-15 08:23:21 -05:00
getRemoteMessagesFromRss.st Renaming methods for clarity. 2022-04-14 17:40:41 -05:00
id.st Fixing conflict. 2022-04-08 11:15:04 -05:00
installCommons.st Modifyng installer for commons. 2022-05-14 16:56:07 -05:00
installTemplate.st Creating installation for template. 2022-04-16 01:32:02 -05:00
lastTweetsFromHtml.st Code review: Modularization. 2022-04-11 12:11:10 -05:00
name.st Massive rebranding to prepare launching... 2022-04-01 17:22:33 -05:00
newestTweet.st Modifying newest tweet selection. 2022-05-03 20:50:20 -05:00
oldestTweet.st Modifying oldest tweet selection and oldest tweet for nitter user. 2022-05-03 12:32:05 -05:00
pageCursorFor..st Improving nitter user getting and parsing tweets. 2022-04-11 14:18:52 -05:00
pageDocTrees..st Improving nitter user getting and parsing tweets. 2022-04-11 14:18:52 -05:00
profileBio.st Recovering Nitter/TwitterUser changes from 292cb444b4 commit. 2022-04-01 19:02:35 -05:00
profileImageFile.st Creating tweet testing, and modifyng nitter user asdictonary. 2022-04-25 17:12:04 -05:00
profileImageUrl.st Changing profileImageUrl definition to ease ReStore serialization. Tip: Maybe derived keys can be used to serialize url as Strings in SQLite. 2022-04-08 11:10:24 -05:00
quotes.st Fixing raw tweets collection and tweets filtering from html. 2022-04-25 18:59:10 -05:00
quotesSortedByOccurrences.st Creating retweets and quotes sorted by occurrences. 2022-04-20 15:49:50 -05:00
replies.st Fixing replies filtering and modifying tweets collection messages. 2022-04-26 14:05:58 -05:00
reportingPeriod.st Implementing reporting periods to limit messages processing inside a predefined timespan. 2022-05-04 07:27:25 -05:00
retrieveContents.st Improving creation date processing/transfomation from different formats. #retrieveContents should also load local messages. 2022-04-18 18:36:52 -05:00
retrieveLocalContents.st Improving creation date processing/transfomation from different formats. #retrieveContents should also load local messages. 2022-04-18 18:36:52 -05:00
retweets.st Fixing raw tweets collection and tweets filtering from html. 2022-04-25 18:59:10 -05:00
retweetsSortedByOccurrences.st Creating retweets and quotes sorted by occurrences. 2022-04-20 15:49:50 -05:00
rssFeed.st Massive rebranding to prepare launching... 2022-04-01 17:22:33 -05:00
storeContents.st Renaming methods for clarity. 2022-04-14 17:40:41 -05:00
tweets.st Fixing messages for nitter user and tweets filtering. 2022-05-14 19:39:21 -05:00
url.st Modyfing nitter user sanitization for tex exporter. 2022-04-29 17:58:03 -05:00
userName..st Massive rebranding to prepare launching... 2022-04-01 17:22:33 -05:00
userNameLink.st Massive rebranding to prepare launching... 2022-04-01 17:22:33 -05:00
userNameLinkWithReplies.st Refactoring tweets scrapping. 2022-05-15 08:23:21 -05:00
wordsFile.st Improving nitter user words file and external word cloud. 2022-04-05 17:37:42 -05:00
writeWordsFile.st Making word cloud reproducible in local copy. 2022-04-14 20:27:26 -05:00