[00:14] A tip for creating additional email addresses for projects that need them: some ISPs (e.g. Comcast) allow their customers to setup additional users, each with their own email accounts. These users accounts can setup with restricted permissions so they can't change anything with the ISP subscription. For Comcast, it appears that up to 6 accounts can be active at any single point in time. Deleting and creating new accounts is [00:14] possible if certain email addresses are no longer needed. More: https://www.xfinity.com/support/articles/adding-new-user-names-or-email-addresses [00:23] *** killsushi has joined #archiveteam-bs [00:47] markedL, yeah I didn't submit anything this morning, so I haven't touched it yet. Will wait for him, thanks [03:23] Has anyone here ever wanted to grab YouTube live chat or comments? Well, now you can. I wrote three little tools to do just that with qwarc. [03:23] - Comments: https://git.kiska.pw/JustAnotherArchivist/youtube-comments [03:23] - Live chat (of a currently running stream): https://git.kiska.pw/JustAnotherArchivist/youtube-livechat [03:23] - Live chat replay (of a finished stream): https://git.kiska.pw/JustAnotherArchivist/youtube-livechatreplay [03:25] ("currently running stream" does not necessarily mean there's actual video currently being streamed; upcoming streams can also have live chat.) [03:27] All of these only grab the actual data and produce WARCs. There is no extraction of the comments in a usable form or similar, it's all in ugly YouTube JSON. [03:29] *** scorche has quit IRC (Read error: Operation timed out) [03:34] *** scorche has joined #archiveteam-bs [03:51] *** scorche has quit IRC (Read error: Operation timed out) [03:58] JAA: If you want to make a few money bucks, you might write a YouTube bot framework for responsive automation, thanking for dollars, banning for spam, etc. The Twitch and Discord community pays money dollars. [03:59] would the YouTube community appreciate it as much as the Twitch community? [04:01] I think yes. People have higher expectations of chat behavior on YouTube I think, while Twitch tends to be rather roudy. They might appreciate some auto-ban scripts. [04:02] I hang out in more wholesome Twitch channels ig [04:02] Also something to alert the stream host of favorite people who have donated to the stream before, or are patreon members [04:02] *** odemgi has joined #archiveteam-bs [04:03] *** odemg has quit IRC (Read error: Operation timed out) [04:03] a windows chat client with host featuers [04:04] Raccoon: Thanks for the suggestion, but hell no. I hate the entire ecosystem with a passion. I only wrote those things to get data out of it, but I won't invest time in that kind of thing. Not to mention that such bots are much more complicated than emulating the browser retrieving chat/comments (authentication etc.) and quickly get banned when not using the proper API. In any case, this doesn't [04:04] belong in here. [04:05] ok :) [04:05] and then there's the whole mess of advertising and getting people to pay for your thing [04:05] -ot this [04:06] *** odemgi_ has quit IRC (Read error: Operation timed out) [04:09] *** qw3rty2 has joined #archiveteam-bs [04:11] *** godane has quit IRC (Read error: Connection reset by peer) [04:12] *** qw3rty has quit IRC (Ping timeout: 745 seconds) [04:16] *** DogsRNice has quit IRC (Read error: Connection reset by peer) [04:16] *** Muad-Dib has quit IRC (Quit: ZNC - http://znc.in) [04:18] *** odemg has joined #archiveteam-bs [04:20] *** godane has joined #archiveteam-bs [04:29] *** scorche has joined #archiveteam-bs [04:33] Another way to get additional email addresses for accounts that need them: https://support.mail.com/email/settings/aliasaddresses.html [04:58] *** tuluu has quit IRC (Read error: Connection refused) [05:00] *** tuluu has joined #archiveteam-bs [05:01] *** odemgi_ has joined #archiveteam-bs [05:02] *** odemg has quit IRC (Read error: Operation timed out) [05:06] *** odemgi has quit IRC (Read error: Operation timed out) [05:17] Tracker coming back online. [05:17] *** odemg has joined #archiveteam-bs [05:49] *** nicolas17 has quit IRC (Ping timeout: 745 seconds) [06:03] is archivebot able to save outlinks? [06:04] atphoenix: Yes [06:04] To a depth of 1 [06:05] Er, by that I mean it doesn't recurse any further on the outlinks [06:18] so would that be equivalent to WBM SPN + Save outlinks? [06:32] atphoenix: Not sure if it would be equivalent, since I don't know all of WBM's behavior. But with respect to a single page, yes, it would grab that page, its page dependencies, then all the links on that page, and the page dependencies of those [06:32] To be clear, this is with the '!a' option in archivebot, not the '!ao' option. [07:12] *** zhongfu has quit IRC (Ping timeout: 745 seconds) [07:21] basically the goal is to grab all the linked images (like cover art) for a given set of URLs on 8tracks.com [07:22] rewording: to grab the mix pages and the cover art images of those pages [07:57] *** SoraUta has quit IRC (Read error: Connection reset by peer) [07:58] *** SoraUta has joined #archiveteam-bs [08:31] *** zhongfu has joined #archiveteam-bs [08:37] JAA: nice work on those scripts! Are they mentioned on the wiki somewhere yet? [09:09] *** zhongfu has quit IRC (Quit: cya losers) [09:16] *** zhongfu has joined #archiveteam-bs [10:06] *** schbirid has joined #archiveteam-bs [10:36] *** BlueMax has quit IRC (Read error: Connection reset by peer) [12:05] *** Smiley has quit IRC (Quit: hdd swap A GOOOOO!) [12:18] *** Smiley has joined #archiveteam-bs [12:18] *** Smiley has quit IRC (Client Quit) [12:19] *** Smiley has joined #archiveteam-bs [12:19] *** Smiley has quit IRC (Client Quit) [12:20] *** Smiley has joined #archiveteam-bs [12:23] *** icedice has joined #archiveteam-bs [12:49] *** Muad-Dib has joined #archiveteam-bs [13:15] *** lindalap has joined #archiveteam-bs [13:52] *** lindalap has quit IRC (Read error: Connection reset by peer) [13:57] *** lindalap has joined #archiveteam-bs [14:18] *** lindalap has quit IRC (Quit: leaving) [15:14] *** cerca has joined #archiveteam-bs [15:21] *** SoraUta has quit IRC (Read error: Operation timed out) [16:13] *** prq has joined #archiveteam-bs [16:30] Somebody2: Nope, haven't added them to the wiki. They're still very new and not tested very well yet. Also, they're based on qwarc, which still doesn't have a stable API/CLI (which is also why there is no minimum version number mentioned in the README). So if added to the wiki, they should definitely be marked as experimental or similar. [16:42] A note on the livechat tool: I just used this last night to capture the chat of an ongoing stream, and it seems to have worked fine. There is no clean way to stop it though (e.g. for streams that are running forever), and when the chat ends, it stops with a possibly confusing "Could not find continuation data on continuation X" error. [17:12] *** godane has quit IRC (Read error: Connection reset by peer) [17:38] *** godane has joined #archiveteam-bs [18:19] *** OrIdow6 has joined #archiveteam-bs [18:19] *** OrIdow6 has quit IRC (Connection closed) [18:23] *** OrIdow6 has joined #archiveteam-bs [19:23] *** killsushi has quit IRC (Remote host closed the connection!) [19:32] JAA: cool makes sense [19:39] *** DogsRNice has joined #archiveteam-bs [20:44] *** BlueMax has joined #archiveteam-bs [21:07] *** X-Scale has quit IRC (Ping timeout: 745 seconds) [22:38] *** X-Scale has joined #archiveteam-bs [22:46] *** BlueMax has quit IRC (Read error: Connection reset by peer) [22:59] *** schbirid has quit IRC (Quit: Leaving) [23:14] *** SoraUta has joined #archiveteam-bs [23:20] *** nicolas17 has joined #archiveteam-bs [23:55] *** Stilett0 has quit IRC (Ping timeout: 622 seconds)