nullqwertyuiop / tweet-crawler

Python tool using Playwright to intercept Twitter responses and parse tweets.
MIT License
2 stars 0 forks source link

improvement: use jq expression to parse result #1

Closed kaixinol closed 2 weeks ago

kaixinol commented 2 weeks ago

Benefits: Simplifies code & enhances readability

nullqwertyuiop commented 2 weeks ago

We plan to use GraphQL parsers instead of directly reading JSON in the future. This issue would be marked not planned.