We are currently experiencing payment processing issues. Our team is working to resolve the problem as quickly as possible. Thank you for your patience
Developers, Developers, Developers, Develop!
0
Oh dear lord! FAKKU IS GROWING!!! Thanks Jacob and All supporters also translator we helping each other and that's mean a lot!
0
This is just a way for developers to not do any work while *yeah like they've been doing that anyway look at the video section* getting others to do their job for free, while being super happy and motivated. Like people designing their own costumes in second life, but ultimately they don't make the profit.
Forgive me devs....but its true - except for doujin uloads nothing has changed in four years, *will upload new videos soon* december of 2011 was it?* I remember that message, it got taken down, lol.
Yeah, i'm still waiting for a new upload. Or re posts of your old videos such as stringendo, can't even find that unless I google it but it should be under fakku videos as a fakku video. dang. its in archives and not everyone wants to sift through that for hours to find a vid
Forgive me devs....but its true - except for doujin uloads nothing has changed in four years, *will upload new videos soon* december of 2011 was it?* I remember that message, it got taken down, lol.
Yeah, i'm still waiting for a new upload. Or re posts of your old videos such as stringendo, can't even find that unless I google it but it should be under fakku videos as a fakku video. dang. its in archives and not everyone wants to sift through that for hours to find a vid
0
API on fakku?
This is beneficial on my other friends, since some of them are eroge players that only took games on my source(which is this site). Now, I can justtell them they can now get it for themselves! Muahahaha
This is beneficial on my other friends, since some of them are eroge players that only took games on my source(which is this site). Now, I can justtell them they can now get it for themselves! Muahahaha
0
waterflame wrote...
Could we get api calls' for:https://api.fakku.net/manga/random
http://api.fakku.net/doujinshi/random
at the moment it only returns
{"content":[]}
seeing as it's not a blank or a 404 api page I'm guessing your working on it so when ever you get a chance then I can add them to my project~
import requests,random,json
lastPage = 618
r = requests.get('https://api.fakku.net/doujinshi/newest/page/'+str(lastPage))
while r.status_code != 200:
(PUT 4 SPACES HERE!) r = requests.get('https://api.fakku.net/doujinshi/newest/page/'+str(lastPage))
lastPage -= 1
r = json.loads(requests.get('https://api.fakku.net/doujinshi/newest/page/'+str(random.randint(1,lastPage))).text)
print random.choice(r['content'])['content_url']
if you want a random doujin... You chould scrape for artist easy as well.
Also this fourm will not handing the indenting so this code will not work...
Painlessly easly to use I have to say, but I am not sure of a usefull project...
0
I have been waiting so long for this! Not to mention it's entirely in JSON (screw XML)!
Thanks Jacob!
Thanks Jacob!
0
confused about the paging data on api.fakku.net/index
there are definitely multiple pages, but even if you request a specific /page/#
you don't seem to get the "pages" variable back, or the correct total items.
there are definitely multiple pages, but even if you request a specific /page/#
you don't seem to get the "pages" variable back, or the correct total items.
0
waterflame
FAKKUDL.NET
jbmokuz wrote...
waterflame wrote...
Could we get api calls' for:https://api.fakku.net/manga/random
http://api.fakku.net/doujinshi/random
at the moment it only returns
{"content":[]}
seeing as it's not a blank or a 404 api page I'm guessing your working on it so when ever you get a chance then I can add them to my project~
import requests,random,json
lastPage = 618
r = requests.get('https://api.fakku.net/doujinshi/newest/page/'+str(lastPage))
while r.status_code != 200:
(PUT 4 SPACES HERE!) r = requests.get('https://api.fakku.net/doujinshi/newest/page/'+str(lastPage))
lastPage -= 1
r = json.loads(requests.get('https://api.fakku.net/doujinshi/newest/page/'+str(random.randint(1,lastPage))).text)
print random.choice(r['content'])['content_url']
if you want a random doujin... You chould scrape for artist easy as well.
Also this fourm will not handing the indenting so this code will not work...
Painlessly easly to use I have to say, but I am not sure of a usefull project...
Already made some easier :3 but thanks though~
Set the random page /page/# then select a number 1 through 10
0
Hey Jacob, I've run into a couple of irregularities working with the API, which seem to also extend to the site:
Are these known issues? Is the second intentional (e.g. b/c "animated" has only two items)?
P.S. - I just noticed that making a "read" request for an item which has been taken down b/c of a DMCA request returns a 451 error. Awesome! I wish more sites did that.
- Search results are inconsistent. When I search for "retake", half the time "RETAKE After" shows up, half the time it doesn't.
- Not all tags are returned by the tags query, and similarly not all are listed on the tags page. For example, the "animated" tag is absent.
Are these known issues? Is the second intentional (e.g. b/c "animated" has only two items)?
P.S. - I just noticed that making a "read" request for an item which has been taken down b/c of a DMCA request returns a 451 error. Awesome! I wish more sites did that.
0
fakkudev wrote...
Hey Jacob, I've run into a couple of irregularities working with the API, which seem to also extend to the site:- Search results are inconsistent. When I search for "retake", half the time "RETAKE After" shows up, half the time it doesn't.
- Not all tags are returned by the tags query, and similarly not all are listed on the tags page. For example, the "animated" tag is absent.
Are these known issues? Is the second intentional (e.g. b/c "animated" has only two items)?
P.S. - I just noticed that making a "read" request for an item which has been taken down b/c of a DMCA request returns a 451 error. Awesome! I wish more sites did that.
If a tag doesn't show up it means I never chose a sample image for the tag (specifically, for the tags page). I'll figure one out for animated so that it starts showing up. We also just added the "idol" and "pregnant" tag.
The search result issue sounds like a bug, I'll poke around and see what's going on.
0
just_me wrote...
confused about the paging data on api.fakku.net/indexthere are definitely multiple pages, but even if you request a specific /page/#
you don't seem to get the "pages" variable back, or the correct total items.
Good catch, I'll add the pages attribute to that API call. The index call should always have 10 pages, no more and no less (at least for now).
0
Can we get a new content_ tag to show if an item is paid content? The api can't tell the difference between Renai Sample and other Manga, and can actually download a few pages before they all 404. Not as bad as that DMCA bug I found, but it's still annoying.
0
waterflame
FAKKUDL.NET
Edrem wrote...
Can we get a new content_ tag to show if an item is paid content? The api can't tell the difference between Renai Sample and other Manga, and can actually download a few pages before they all 404. Not as bad as that DMCA bug I found, but it's still annoying.Its already a thing ~