Without much new work (only a lot of scraping), I can get OP a list like
this one (but with the topic/msg-ID instead of a Merit count).
@tranthidung: can you work with that?
It is not perfect for me but looks cool and you have available data on it. That is a plus point, sure.
But it looks a little bit messy and I can not use it.
Example:
65 Merit earned in Bitcoin Forum > Other > Beginners & Help
1 Merit earned in Bitcoin Forum > Alternate cryptocurrencies > Marketplace (Altcoins) > Service Discussion (Altcoins)
Those two lines have very different formats (different hierarchical formats, I meant).
In addition, I doubt that which types of data you have:
- You directly scraped data with boards/ sub-boards names (Beginners & Help; Meta, ie.).
- You scraped data with boards' / sub-boards' id numbers, from which you define their labels.
If what you did is [1], you have to do more works to help me.
I need only details on subboards (if posts released in subboards), from which I will trace back the main boards of posts.
In this format:
amount board/subboard_id
65 39
1 198
39 is for Beginners & help
198 is for Service Discussion (Altcoins)
If what you did is [2], it is perfect because you can easily help me with your available data.
I don't know which format you can dump if you are going to help me.
That one is theymos's merit data dump:
time amount msg user_from user_to
1576204400 2 5209104.msg53329921 18321 307884
This one is what I need.
time amount board/subboard_idnumber user_from user_to
1576204400 2 24 18321 307884
Each variables separeted by : or , or tab or space. All are fine for me.
If you have id numbers of boards/ subboards, please give me a dump too. According to
https://bitcointalk.org/index.php?action=stats, there are 252 boards at the moment.
If you don't have that list, I am going to get it myself.
In short, it is better if you give me data dump with
numbers, not texts because I can only directly import data from your club with numbers (takes me around 15 - 20 seconds only). With text, I have to copy and paste data and do some other steps, but I can not copy and paste it (not fully load on browser as I discussed with you previously.)
< ... >
Thanks for your informative explanations, but I have not yet had knowledge and skills to scrap data (in any methods). I will try to learn it.