Skip to content

Crawl a Xenforo 2 thread by parsing raw html page source

License

Notifications You must be signed in to change notification settings

voldedore/xfpost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Parse a XenForo2 thread

Download

go get -u github.com/voldedore/xfpost

Usage

Get first page

xfpost get https://xenforo.com/t/thread-url.123/

Get from page 1 to page 5

xfpost get https://xenforo.com/t/thread-url.123/ -f 1 -t 5

Write to specific file

xfpost get https://xenforo.com/t/thread-url.123/ -o 1-5.json

Help

xfpost -h

Dependencies

This tool makes use of the following lib:

  • github.com/PuerkitoBio/goquery
  • github.com/spf13/cobra

About

Crawl a Xenforo 2 thread by parsing raw html page source

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages