Fred the Barber Posted February 5, 2016 Posted February 5, 2016 We need them. Most interesting metric is probably "uses per day", say for the last week. Paging @Flutterz for his forum-scraping code. Based on unbiased random sample totally biased gut feel, I bet is winning on daily usage since its introduction, so kudos to @TexasDice for that one. I've certainly used it a lot already. TexasDice 1 Quote
Nosebleed Posted February 5, 2016 Posted February 5, 2016 In case someone actually does this... Spoiler Quote
Funyarinpa Posted February 5, 2016 Posted February 5, 2016 8 minutes ago, Nosebleed said: In case someone actually does this... Hide contents let's see if quoting doubles the number Quote
Fred the Barber Posted February 5, 2016 Author Posted February 5, 2016 I'm obviously going to modify the code to special-case remove this thread, but I better not tell anybody or they'll start doing this in other threads. Wait, no, my inner voice is leaking out again! Quote
OriginalRen Posted February 5, 2016 Posted February 5, 2016 23 minutes ago, Nosebleed said: In case someone actually does this... Reveal hidden contents I guess you just miss me that much this week. It's okay, we can be gay together this weekend when we watch gay girls be super gay with Yosakoi. Quote
Eclipsed Posted February 5, 2016 Posted February 5, 2016 I think my VN emote usage order would be like Quote
Nashetania Posted February 5, 2016 Posted February 5, 2016 I feel like , , and are the most used ones. Quote
Funyarinpa Posted February 5, 2016 Posted February 5, 2016 Just now, Eclipsed said: I think my VN emote usage order would be like stop shitposting and give me feedback about VLR already! CeruleanGamer 1 Quote
Yuuko Posted February 5, 2016 Posted February 5, 2016 1 minute ago, OriginalRen said: gay girls be super gay with Yosakoi. Just let me say it's awesome and I have seen it 3 times Quote
Funyarinpa Posted February 5, 2016 Posted February 5, 2016 BTW where was the last emote request thread? I remember posting in it... Spoiler I want to make sure that I was the one who recommended Quote
OriginalRen Posted February 5, 2016 Posted February 5, 2016 Just now, Kiriririri said: Just let me say it's awesome and I have seen it 3 times We're on like episode 9. It's pretty gay. Quote
Nosebleed Posted February 5, 2016 Posted February 5, 2016 23 minutes ago, Funyarinpa said: BTW where was the last emote request thread? I remember posting in it... Hide contents I want to make sure that I was the one who recommended Sadly, the credit for the emoticon goes to LinovaA Quote
Fred the Barber Posted February 5, 2016 Author Posted February 5, 2016 Ahh, let me correct my earlier statement: I think is probably winning among the newly-introduced ones. I don't know how it fares among its senpai, but I would bet on it being top 10, though probably not top 5. But data, data, I need data... @Flutterz@Flutterz@Flutterz, I summon thee! Quote
Flutterz Posted February 5, 2016 Posted February 5, 2016 Unfortunately my code stopped working with the IPB4 update It relied heavily on the fact that there was a list you could go to to see all the members - a "members list", if you will - to function. Edit: actually nevermind, there is a way to get a list of members. http://forums.fuwanovel.net/search/?type=core_members However my code is still virtually useless because it parses the html and looks for likes, and the html has changed and you're not looking for likes. I can give you a rundown of what you'd need to do to get what you want though. Quote
OriginalRen Posted February 5, 2016 Posted February 5, 2016 What the heck? @Down is still ahead of me in post count? I hate this world. Quote
Funyarinpa Posted February 5, 2016 Posted February 5, 2016 39 minutes ago, OriginalRen said: What the heck? @Down is still ahead of me in post count? I hate this world. Why so @Down about it? Quote
Fred the Barber Posted February 5, 2016 Author Posted February 5, 2016 1 hour ago, Flutterz said: Unfortunately my code stopped working with the IPB4 update It relied heavily on the fact that there was a list you could go to to see all the members - a "members list", if you will - to function. Edit: actually nevermind, there is a way to get a list of members. http://forums.fuwanovel.net/search/?type=core_members However my code is still virtually useless because it parses the html and looks for likes, and the html has changed and you're not looking for likes. I can give you a rundown of what you'd need to do to get what you want though. I get that it doesn't do the same thing, or even necessarily a similar thing, but having a starting point is probably still going to be better than starting from scratch. Given my current state of funemployment, I have nothing but time right now to go make it work (except when interviewing - which sucks). Quote
Flutterz Posted February 5, 2016 Posted February 5, 2016 16 minutes ago, Fred the Barber said: I get that it doesn't do the same thing, or even necessarily a similar thing, but having a starting point is probably still going to be better than starting from scratch. Given my current state of funemployment, I have nothing but time right now to go make it work (except when interviewing - which sucks). I do think it'll be easier to start from scratch to be honest, but if you want it anyway http://a.pomf.cat/ckjziq.zip , this has all the code and all the outputs it produced back when I used it last summer. Just keep in mind that my comments might be a little... sparse. In case you have a change of heart and decide to save yourself the suffering of going through my code or Java isn't your thing, here's what I'd do: Spoiler 1. Get a full list of member IDs (1234-username) by crawling the members list I linked 2. Put those into the url for a user's content 3. Find all the emoticons on each page of a user's post content and save them along with the datetime of the post it's part of 4. Do that for every page of every user's content page Fred the Barber 1 Quote
CeruleanGamer Posted February 5, 2016 Posted February 5, 2016 Am I the only one who uses a lot? Quote
Abyssal Monkey Posted February 5, 2016 Posted February 5, 2016 5 minutes ago, CeruleanGamer said: Am I the only one who uses a lot? Nope. I use it a lot too. Quote
TexasDice Posted February 6, 2016 Posted February 6, 2016 If anyone notices a swelling rod poking against their browser window, it's probably my ego. Quote
Flutterz Posted February 13, 2016 Posted February 13, 2016 So, is this happening? Cause I have a week free and could do it if you're busy with interviews and whatnot Funyarinpa 1 Quote
Nosebleed Posted February 13, 2016 Posted February 13, 2016 10 minutes ago, Flutterz said: So, is this happening? Cause I have a week free and could do it if you're busy with interviews and whatnot Mr Poltroon 1 Quote
Fred the Barber Posted February 14, 2016 Author Posted February 14, 2016 @Flutterz yeah, I've done absolutely nothing on it, so go for it. I'm honestly terrible about doing any kind of software work outside of my job - I think the sum total of what I've done in the last few years was spending half hour making a VNDB API client. I thought maybe while I didn't have a job that'd change, but it's only been a few weeks and my brain hasn't quite shifted out of that mode yet apparently (possibly because of ongoing interviews and whatnot). Quote
Flutterz Posted February 14, 2016 Posted February 14, 2016 Okay, code seems to be done, now I'm just waiting for Eclipse to install on my mom's computer so that I can run it there (my computer has a tendency to crash every now and then, and based on what I've seen it's going to take a while). Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.