Home › Forums › The Train Wreck and Forum Games › Reddit fetcher!
- This topic has 7 replies, 3 voices, and was last updated 13 years, 5 months ago by
Joaco.
-
AuthorPosts
-
22 October 2011 at 19:53 #3571
Joaco
Participantit’s been ages since I touched a php file.
so I made a little something: a reddit frontpage fetcher.
not a big deal, not even a challenge to most. but I didn’t do it as a challenge, I did it to get myself coding again.
uh, here is what it looks like:
if you are wondering about the different colors for the score, red=link’s an article/site, blue=link’s an image, yellow=link is a self post.
images are shown like this: http://i.imgur.com/Om6Ra.png
title: helvetica lt std, titles: delicious, information: tahoma.critiques are welcome and source code is available for anyone that wants it
22 October 2011 at 21:27 #23155greenelf
ParticipantThat actually looks really nice
I’d like to take a look at the source code22 October 2011 at 22:07 #23156Joaco
ParticipantThanks.
Main script:pastebin
Sorry for the mix of html/php.
To view this like I do, you will need to have installed the Delicious font (
link, it’s free), Helvetica LT Std font (though it’s only for the title, doesn’t make much of a difference), and fancybox (
link, it’s free). The latter one should be in the same folder as the script. JQuery is borrowed from the CDN.
If you want, though, I can upload a rar containing all files.
23 October 2011 at 00:00 #23157greenelf
ParticipantJoaco said: Thanks.
Main script:pastebin
Sorry for the mix of html/php.
To view this like I do, you will need to have installed the Delicious font (
link, it’s free), Helvetica LT Std font (though it’s only for the title, doesn’t make much of a difference), and fancybox (
link, it’s free). The latter one should be in the same folder as the script. JQuery is borrowed from the CDN.
If you want, though, I can upload a rar containing all files.
If it’s just a matter of right clicking a folder and compressing it, that would be great. But if you need to download fancybox and stuffs, I can do it myself.
23 October 2011 at 00:27 #23158Joaco
ParticipantI @font-face’d it so you don’t need to install a single font. Just a good browser.
P.S. you need cURL to be enabled. Go to php.ini, find line “;extension=php_curl.dll” and remove the semicolon if it hasn’t been done yet. Restart apache and done.
23 October 2011 at 02:44 #23159greenelf
ParticipantJoaco said:Here you go man.
I @font-face’d it so you don’t need to install a single font. Just a good browser.
P.S. you need cURL to be enabled. Go to php.ini, find line “;extension=php_curl.dll” and remove the semicolon if it hasn’t been done yet. Restart apache and done.
It works!
It looks nice, I’ll learn a lot from this23 October 2011 at 22:28 #23161Vusys
ParticipantFour things:
1) redd.it is a url shortener (used by reddit) already. So the name’s gotta go.
2) The design is really nice, I would quite like the rest of the site in this style.
3) Is the git repo public anywhere?
4) Windows XP? Luna?
24 October 2011 at 22:35 #23164Joaco
ParticipantHey vusys! Thanks for the reply, I appreciate it.
This is not a site though.
Regarding the repo, I thought about that before, but I had forgotten my ssh passphrase 🙁 anyway, I had to reset it, so here’s the repo:
[url]https://github.com/Roj/reddit-api-test[/url]
BTW, I have to upgrade from Windows XP x86 to Windows 7 x64, since right now the OS can’t see more than 3.5GB RAM; I’m too lazy to backup though.
-
AuthorPosts
- You must be logged in to reply to this topic.