0niel / xf2-parse

XenForo2 threads parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xf2-parse

Threads parser from xenforo 2

usage: xenforo_parser.py [-h] [--url URL] [--sleep SLEEP] [--autoposting]

Process some integers.

optional arguments:
  -h, --help            show this help message and exit
  --url URL, -u URL     link to the forum page
  --sleep SLEEP, -s SLEEP
                        waiting time before logging in to the forum
  --autoposting, -a     automatically create topics on your forum using the REST API

The parser automatically downloads all threads on the same page in the forum. When using --autoposting, the parser will automatically create threads on your forum.

At the moment, there is no support for attachments!

  • Automatically create threads using the REST API.
  • Parsing threads from the page.
  • Selecting the parser mode: selenium/requests.
  • Ability to log in to your account before parsing.
  • Parsing all threads in a section or selecting the number of pages.
  • Automatic creation of threads with attachment support.

About

XenForo2 threads parser

License:GNU General Public License v3.0


Languages

Language:Python 100.0%