| 00:07:41 | <@OrIdow6^2> | So what's this situation with wget-lua? |
| 00:08:49 | <@arkiver> | OrIdow6^2: right |
| 00:08:52 | <@arkiver> | i should fix that |
| 00:09:01 | <@arkiver> | doing that now |
| 00:09:06 | <@OrIdow6^2> | *warc.zst |
| 00:10:51 | <@JAA> | driib: I also wrote a script for those a while back which has no dependencies other than the zstd CLI: https://gitea.arpa.li/JustAnotherArchivist/little-things/src/branch/master/zstdwarccat |
| 00:27:42 | <@arkiver> | actually I will finish this up tomorrow |
| 00:27:49 | <@arkiver> | (moving versions around) |
| 00:28:02 | <@arkiver> | driib: will be fixed tomorrow I hope |
| 00:28:09 | <@arkiver> | uh |
| 00:28:09 | <@arkiver> | nvm |
| 00:28:18 | <@arkiver> | misread |
| 00:34:13 | <driib> | Thank you, I will try those in the morning! |
| 00:34:51 | | michaelblob quits [Client Quit] |
| 00:34:54 | | michaelblob (michaelblob) joins |
| 00:38:20 | | lunik17 quits [Quit: Ping timeout (120 seconds)] |
| 00:38:33 | | lunik17 joins |
| 00:39:16 | | Sanqui_ joins |
| 00:39:18 | | Sanqui_ is now authenticated as Sanqui |
| 00:39:18 | | Sanqui_ quits [Changing host] |
| 00:39:18 | | Sanqui_ (Sanqui) joins |
| 00:39:18 | | @ChanServ sets mode: +o Sanqui_ |
| 00:40:00 | | @Sanqui quits [Read error: Connection reset by peer] |
| 01:18:36 | | michaelblob quits [Remote host closed the connection] |
| 01:19:03 | | michaelblob (michaelblob) joins |
| 01:36:32 | | sonick quits [Client Quit] |
| 01:39:24 | | fullpwnmedia joins |
| 01:39:51 | <fullpwnmedia> | hey so, elon is like literally killing everything. is Vine archived? |
| 01:39:58 | <fullpwnmedia> | [Repost] |
| 01:48:45 | <@OrIdow6^2> | Didn't Vine already shut down, like, the better part of a decade ago? |
| 01:50:01 | <@OrIdow6^2> | Yes |
| 01:50:05 | <@OrIdow6^2> | It was "partially" saved |
| 01:50:23 | <@OrIdow6^2> | You can see the raw files here https://archive.org/details/archiveteam_vine . They may or may not be viewable in web.archive.org. |
| 01:51:00 | <fullpwnmedia> | you can still archive it |
| 01:51:08 | <fullpwnmedia> | if you have the users links |
| 01:51:23 | <fullpwnmedia> | eg https://vine.co/blahblahblah |
| 01:51:50 | <@OrIdow6^2> | Not sure what the status is then |
| 01:52:05 | <fullpwnmedia> | https://vine.co/dazblack |
| 01:52:10 | <fullpwnmedia> | heres what im talking about |
| 01:52:43 | | @OrIdow6^2 is AFK |
| 01:57:36 | | michaelblob_ (michaelblob) joins |
| 01:57:50 | | michaelblob quits [Read error: Connection reset by peer] |
| 01:57:58 | | fullpwnmedia77 joins |
| 02:00:52 | | fullpwnmedia77 quits [Client Quit] |
| 02:00:57 | | qwertyasdfuiopghjkl quits [Client Quit] |
| 02:01:13 | | fullpwnmedia63 joins |
| 02:03:04 | | fullpwnmedia quits [Ping timeout: 252 seconds] |
| 02:04:31 | | fullpwnmedia63 quits [Remote host closed the connection] |
| 02:05:52 | | tzt quits [Ping timeout: 252 seconds] |
| 02:07:10 | | tzt (tzt) joins |
| 02:07:56 | | AnotherIki quits [Read error: Connection reset by peer] |
| 02:25:16 | <@JAA> | Vine was discontinued in 2016/17, but they left existing content online. We grabbed a bit of it at the time but then stopped. Don't know why, it was slightly before my time here. The #vinewhine channel exists, but nothing of significance has happened there since it was (re?)created in 2021. I agree that we should try again to grab it. Maybe once the end-of-month crunch is over. |
| 03:02:54 | | umgr036 quits [Read error: Connection reset by peer] |
| 03:03:16 | | umgr036 joins |
| 03:07:33 | <lennier1> | tech234a: I tried scraping the list of @verified's follow accounts with Scweet, which logs into an account, goes to https://twitter.com/verified/following, and scrolls down a headless Firefox until it reaches the end of the list and saves the results. Unfortunately, the browser always stops loading after about 80K (out of 419K), so I don't have nearly the entire list. Is there any way to make it skip ahead in the list |
| 03:07:33 | <lennier1> | without loading everything from the start? |
| 03:08:10 | | datechnoman quits [Quit: The Lounge - https://thelounge.chat] |
| 03:09:14 | | datechnoman (datechnoman) joins |
| 03:10:55 | <lennier1> | Here's what I got: https://transfer.archivete.am/1l860/verified_verified_following%20%28first%2080672%29.json |
| 03:34:26 | | _19100 quits [Client Quit] |
| 04:00:00 | | aGerman quits [Quit: The Lounge - https://thelounge.chat] |
| 04:03:06 | | aGerman (aGerman) joins |
| 04:35:34 | | Island_ quits [Read error: Connection reset by peer] |
| 04:50:03 | <tech234a> | hmm, not too familiar with how Twitter works in that respect |
| 05:04:04 | | hackbug quits [Ping timeout: 252 seconds] |
| 05:15:53 | <tech234a> | is there a way to run it with Chrome instead of Firefox? |
| 06:03:18 | <lennier1> | There are options for both Firefox and Chrome in utils.py get_users_follow() (driver = init_driver(headless=headless, env=env, firefox=True). Use firefox=False for Chrome. I actually had problems with both, but Firefox is what I eventually got basically working. |
| 06:13:48 | | BlueMaxima quits [Read error: Connection reset by peer] |
| 06:24:17 | | Arcorann (Arcorann) joins |
| 06:35:55 | | Minkafighter7225 quits [Quit: The Lounge - https://thelounge.chat] |
| 06:36:28 | | daxxy quits [Ping timeout: 252 seconds] |
| 06:36:32 | | Minkafighter7225 joins |
| 06:37:29 | | qwertyasdfuiopghjkl joins |
| 06:41:50 | | qwertyasdfuiopghjkl is now authenticated as qwertyasdfuiopghjkl |
| 07:13:45 | | adia (adia) joins |
| 07:19:20 | | umgr036 quits [Read error: Connection reset by peer] |
| 07:34:57 | | hitgrr8 joins |
| 07:46:57 | | adia quits [Client Quit] |
| 07:48:20 | | adia (adia) joins |
| 08:13:16 | | fullpwnmedia joins |
| 08:19:45 | | fullpwnmedia quits [Remote host closed the connection] |
| 08:20:13 | | fullpwnmedia joins |
| 08:21:07 | | fullpwnmedia quits [Remote host closed the connection] |
| 09:19:55 | | LeGoupil joins |
| 09:31:00 | | TastyWiener95 quits [Ping timeout: 252 seconds] |
| 09:51:10 | | Atom quits [Ping timeout: 252 seconds] |
| 09:51:21 | | Atom joins |
| 10:01:38 | | Minkafighter7225 quits [Client Quit] |
| 10:01:50 | | Minkafighter7225 joins |
| 10:20:01 | | pie_ quits [] |
| 10:20:38 | | pie_ joins |
| 10:21:38 | | pie_ quits [Client Quit] |
| 10:24:12 | | pie_ joins |
| 11:02:54 | | @Sanqui_ is now known as @Sanqui |
| 11:20:46 | | Hydrofyse_ joins |
| 11:20:53 | | Hydrofyse_ leaves |
| 11:39:17 | | qwertyasdfuiopghjkl quits [Remote host closed the connection] |
| 11:44:19 | | Derelict joins |
| 11:45:33 | | Derelict quits [Remote host closed the connection] |
| 11:48:10 | | qwertyasdfuiopghjkl joins |
| 11:49:06 | | qwertyasdfuiopghjkl is now authenticated as qwertyasdfuiopghjkl |
| 11:57:41 | | hackbug (hackbug) joins |
| 12:00:49 | | pabs quits [Remote host closed the connection] |
| 12:01:24 | | pabs (pabs) joins |
| 12:04:52 | | Pichu0102 (Pichu0102) joins |
| 12:05:00 | | Pichu0202 quits [Ping timeout: 252 seconds] |
| 12:06:48 | | loopy_ joins |
| 12:06:54 | | Sluggs quits [Client Quit] |
| 12:06:54 | | qwertyasdfuiopghjkl quits [Remote host closed the connection] |
| 12:06:54 | | @HCross quits [Write error: Connection reset by peer] |
| 12:06:54 | | loopy quits [Read error: Connection reset by peer] |
| 12:06:54 | | tech234a quits [Read error: Connection reset by peer] |
| 12:06:54 | | loopy_ is now known as loopy |
| 12:07:05 | | HCross (HCross) joins |
| 12:07:05 | | @ChanServ sets mode: +o HCross |
| 12:07:15 | | tech234a (tech234a) joins |
| 12:10:04 | | Sluggs joins |
| 12:20:22 | | TheTechRobo quits [Quit: bye] |
| 12:20:34 | | dunger quits [Ping timeout: 390 seconds] |
| 12:20:50 | | dunger (dunger) joins |
| 12:40:52 | | qwertyasdfuiopghjkl joins |
| 12:41:26 | | qwertyasdfuiopghjkl quits [Remote host closed the connection] |
| 12:42:46 | | Arcorann quits [Ping timeout: 252 seconds] |
| 12:43:22 | | qwertyasdfuiopghjkl (qwertyasdfuiopghjkl) joins |
| 13:19:05 | | michaelblob (michaelblob) joins |
| 13:21:16 | | michaelblob_ quits [Ping timeout: 252 seconds] |
| 14:33:23 | | spirit joins |
| 14:37:08 | | Island joins |
| 15:12:02 | | jacksonchen666 (jacksonchen666) joins |
| 15:22:42 | | nfriedly joins |
| 15:23:41 | <nfriedly> | Hey, for the warrior docker image, what does the WARRIOR_ID environment property do? I initially thought that was the nickname, but it looks like that comes from the DOWNLOADER environment property. |
| 15:25:03 | <nfriedly> | (I'm trying to document all of the docker image properties in the wiki and note how to use them in a couple of places.) |
| 15:25:24 | <nfriedly> | (I'm trying to document all of the docker image env properties in the wiki and note how to use them in a couple of places.) |
| 15:26:04 | <nfriedly> | (oh, right, you can't edit IRC 🤦♂️) |
| 15:38:04 | | _19100 (themillenniumbug) joins |
| 15:40:09 | | LeGoupil quits [Client Quit] |
| 15:40:14 | <_19100> | are there any recommended resources on VHS archival (i.e hardware & software)? |
| 15:47:22 | | jacksonchen666 quits [Client Quit] |
| 15:49:05 | | nfriedly quits [Ping timeout: 265 seconds] |
| 15:51:49 | <mgrandi> | https://froidromhacks.com is shutting down at the end of the month |
| 15:58:21 | | hitgrr8 quits [Client Quit] |
| 15:58:21 | | qwertyasdfuiopghjkl quits [Client Quit] |
| 15:58:21 | | pie_ quits [Client Quit] |
| 15:58:22 | | pie_ joins |
| 15:58:31 | | qwertyasdfuiopghjkl (qwertyasdfuiopghjkl) joins |
| 15:59:24 | | hitgrr8 joins |
| 17:16:27 | | TastyWiener95 (TastyWiener95) joins |
| 17:33:28 | | nfriedly joins |
| 17:59:06 | | nfriedly quits [Ping timeout: 265 seconds] |
| 18:01:25 | <@JAA> | mgrandi: Is there an easy way to collect all those download links that does not involve scraping countless Pastebin pastes? |
| 18:01:37 | <@JAA> | I threw the site itself into AB, anyway. |
| 18:02:20 | <@JAA> | Oh, actually, Buttflare says no. |
| 18:02:22 | <@JAA> | :-/ |
| 18:33:55 | <spirit> | not sure if already archived but this antivaxxer killed himself recently: https://www.youtube.com/@CGArvay/videos |
| 19:21:49 | <h2ibot> | JustAnotherArchivist edited Deathwatch (+38, /* 2023 */ Add pomf.cat): https://wiki.archiveteam.org/?diff=49605&oldid=49582 |
| 19:25:56 | | DiscantX joins |
| 19:27:58 | | nfriedly joins |
| 19:29:43 | | Aoede quits [Quit: ZNC - https://znc.in] |
| 19:45:25 | <mgrandi> | @JAA: rip, I'll see what can be done about it |
| 20:06:22 | | qwertyasdfuiopghjkl quits [Remote host closed the connection] |
| 20:45:23 | | Arachnophine0 (Arachnophine) joins |
| 20:47:30 | | Arachnophine quits [Ping timeout: 252 seconds] |
| 20:47:30 | | Arachnophine0 is now known as Arachnophine |
| 20:50:21 | | CraftByte1 (DragonSec|CraftByte) joins |
| 20:50:26 | | @OrIdow6^2 quits [Ping timeout: 252 seconds] |
| 20:50:46 | | OrIdow6 (OrIdow6) joins |
| 20:50:46 | | @ChanServ sets mode: +o OrIdow6 |
| 20:51:10 | | Sluggs quits [Ping timeout: 252 seconds] |
| 20:51:18 | | neggles_ (neggles) joins |
| 20:51:32 | | neggles quits [Ping timeout: 252 seconds] |
| 20:51:32 | | HotSwap quits [Ping timeout: 252 seconds] |
| 20:51:43 | | neggles_ is now known as neggles |
| 20:51:54 | | CraftByte quits [Ping timeout: 252 seconds] |
| 20:51:54 | | CraftByte1 is now known as CraftByte |
| 20:52:00 | | HotSwap joins |
| 20:52:01 | | HotSwap is now authenticated as HotSwap |
| 20:52:49 | | BlueMaxima joins |
| 20:53:13 | | Sluggs_ joins |
| 21:12:02 | | nfriedly quits [Client Quit] |
| 21:12:02 | | Arachnophine quits [Client Quit] |
| 21:12:06 | | Arachnophine (Arachnophine) joins |
| 21:16:58 | | nfriedly joins |
| 21:26:03 | | Aoede (Aoede) joins |
| 21:40:28 | | nfriedly quits [Ping timeout: 265 seconds] |
| 22:18:49 | | hitgrr8 quits [Client Quit] |
| 22:32:58 | | SunderB joins |
| 22:40:19 | | SunderB quits [Remote host closed the connection] |
| 22:51:05 | | Atom quits [Read error: Connection reset by peer] |
| 22:58:18 | | adamus1red quits [Quit: SigTerm] |
| 22:59:06 | | adamus1red (adamus1red) joins |