Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
reddit の上位 25 個のリンクを返すサンプル コードを (PHP を使用して) 誰かが持っているかどうか疑問に思っています。JSON または XML で。私はAPIに頭を悩ませることができません...そしてPythonをめったに使用しません。
$array = (array) json_decode(file_get_contents("http://www.reddit.com/.json"));
これにより、フロント ページのすべてのデータを含む PHP 配列が返されます。シンプルな while() ループを使用して、表示する数を制限できます。
上記の配列が得られたので、これは非常に簡単です。