<table class="provenance-header" style="border: 0; border-collapse: collapse; margin: 0 0 16px 0; width: 100%;">
<tr style="border: 0;">
<td style="border: 0; vertical-align: top; padding: 0 24px 0 0;">

> **Source:** [https://my.remarkbox.com/90cb90bc-94fa-11e8-bf30-040140774501](https://my.remarkbox.com/90cb90bc-94fa-11e8-bf30-040140774501)  
> **Snapshot:** 2026-05-03T08:32:36Z  
> **Generator:** Remarkbox `763cacb`  
>
> *This is a subthread snapshot. The living document lives at the source URI above — it may have been edited, extended, or replied-to since.*

</td>
<td style="border: 0; vertical-align: top; width: 200px; text-align: right;">

![Scan for living source](data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJQAAACUAQAAAABdRz15AAABLklEQVR42s2WMW4FQQhDUS7g+9+SGxCeJ0mTJpIpMrv6X2xhGWxgan6drn/1rapU/KvloD/q9/nrtxrNSA9rHKR4JcFuAeXgAG96adX+HOEtoLpJ9gCPqslvX9QPSX/Ogb62zT6bsl4Q5tvLCSc2blTOzzIswbX14JmU3xPYStuHeb7jfHEzLEO8xssu3TiM+WFmQU0UL9bXPlm4PcDmeky51TjlURP2RzeibqJIo4t8l97aud4kjPXFdMvytXLneNTNmsyzdO5nkgTSIud4rhupAprPF731RpuscQ72G17xBMQ6cf0QwROrvidhPp9x4dciyfmxPzbddp/ooH8hJXT2Tj/av55b1O8ED2KY5WA++75BFy+WGR7Ur+kM32FyvHf/c6t5cl347//edz8BYGRt7vrpGsUAAAAASUVORK5CYII=)

</td>
</tr>
</table>

I like your article. I got your crawler working on Ubuntu 16.04 just
fine and I\'m inserting posts into mysql just fine. It runs every 5
minutes and grabs 3000 posts (about 2100 or so at the time of this
posting are not dupes). Mysql holds the post_id so it knows if it has
seen the post_id before. I\'d like to grab comments too. Would be nice
if your example has a bulk method of grabbing comments as well as your
post example. Love that it\'s in PHP. I do a bunch of stuff in
command-line PHP because it\'s quick and dirty and with PHP you don\'t
need to npm or pip install anything - it\'s all just there! :)

## CodePlea — [Aug 01, 2018 09:55 am](https://my.remarkbox.com/e187259e-94b3-11e8-bf30-040140774501#8a81d85e-9592-11e8-bf30-040140774501)

The code for comments is exactly the same. You only need to change the
`t3_` part to `t1_`.

I agree with you on PHP. It\'s just so convenient to setup and maintain
long-term.


---

**Source:** [https://my.remarkbox.com/90cb90bc-94fa-11e8-bf30-040140774501](https://my.remarkbox.com/90cb90bc-94fa-11e8-bf30-040140774501)  
**Snapshot:** 2026-05-03T08:32:36Z  
**Generator:** Remarkbox `763cacb`
