This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const USERNAME = "holyshitlois" | |
| const COUNT_SELFQT_AS_QT = false | |
| const DATE_CHANGES_AT_HR = 5 // 5 am | |
| const tweets = require("./tweets.json") | |
| /* | |
| let replies = tweets.filter(tweet => | |
| tweet.tweet.full_text.startsWith("@")) | |
| let retweets = tweets.filter(tweet => | |
| tweet.tweet.full_text.startsWith("RT")) |
OlderNewer