Skip to content
NotificationsYou must be signed in to change notification settings

hbagqynamon/fufufafa_archive

Repository files navigation

fufufafa_archive

I have saved all posts by fufufafa at kaskus forum (https://www.kaskus.co.id/@fufufafa/) into JSON file.

Sample:

See fufufafa_archive_kaskus.json file.

{
      "href": "/post/51f198751ed719ea22000004/?ref=profile&med=post",
      "ref": "51f198751ed719ea22000004",
      "date": "26-07-2013 04:28",
      "threadTitle": "۩ ۞۞ ۩ Anthology Forum Musik (Share your YM, FB, FS, dll) ۩ ۞۞ ۩",
      "comment": "Prime ID: Raka Gnarly (lupa password, gak bisa log in) Nama: Raka Twitter: @rkgbrn",
      "fullComment": "Prime ID: Raka Gnarly (lupa password, gak bisa log in)  Nama: Raka  Twitter: @rkgbrn  ",
      "dateJS": "2013-07-25T21:28:00.000Z",
      "url": "https://www.kaskus.co.id/show_post/51f198751ed719ea22000004"
}

Properties:

- href: path to the thread and automatically scroll to post, it can be prefixed with https://www.kaskus.co.id to access it

- ref: hash reference to the post, some posts doesn't have hash reference, it replaced with ???[date the post]

- date: date of the post in UTC+07:00 timezone

- threadTitle: title of the thread

- comment: post by fufufafa, it's not including full post because it's retrieved from fufufafa profile page

- fullComment: full post by fufufufa. Some posts maybe have been deleted, I added information '---deleted---' into fullComment field.

- dateJS: date with JSON format

- url: full url to individual post (if it was not deleted)

Note:

Some posts may have quote from other user, I put [Quote: ........ ] for the quote from other user. So it was not actually written by fufufafa.

Capture screenshot of all posts

Added script to capture screenshot of all post as image file. Image contains whole web page of each post.

To do that, it can be executed by running node js script below

node capture-all-post.js

By default it's only capture first 100 posts which has not been captured, or you can also put parameter max with the maximum post will be captured for each execution.

The result image will be saved into capture directory, or you can also change the name of directory.

For deleted post, the result image will contain "Thread dihapus" page.

Thank you

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published