https://github.com/0niel/xf2-parse
XenForo2 threads parser
https://github.com/0niel/xf2-parse
attachments forum parser threads xenforo
Last synced: 3 months ago
JSON representation
XenForo2 threads parser
- Host: GitHub
- URL: https://github.com/0niel/xf2-parse
- Owner: 0niel
- License: gpl-3.0
- Created: 2019-07-16T18:23:13.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-23T09:30:22.000Z (over 2 years ago)
- Last Synced: 2025-02-27T03:54:49.481Z (4 months ago)
- Topics: attachments, forum, parser, threads, xenforo
- Language: Python
- Homepage:
- Size: 4.28 MB
- Stars: 5
- Watchers: 0
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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!
- [x] Automatically create threads using the REST API.
- [x] 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.