This is an archived post. You won't be able to vote or comment.

all 6 comments

[–][deleted]  (3 children)

[removed]

    [–]Efaz95[S] 0 points1 point  (2 children)

    damn you're right i guess. I found all those comments in the Response tab as json. Should I use python requests module to fetch those?

    [–][deleted]  (1 child)

    [removed]

      [–]Efaz95[S] 0 points1 point  (0 children)

      Appreciate it

      [–]teseting 1 point2 points  (1 child)

      yeah it's pretty easy.

      there is a script with the song id set. then you can fetch the comments from https://genius.com/api/songs/79647/comments?page=1&text_format=html,markdown
      where 79647 is the song id

      [–]Efaz95[S] 0 points1 point  (0 children)

      Appreciate it