Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6687043
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T05:14:31+00:00 2026-05-26T05:14:31+00:00

I try to fetch some data from Plurk using its search function. http://www.plurk.com/API#search I

  • 0

I try to fetch some data from Plurk using its “search” function.

http://www.plurk.com/API#search

I know I have to provide my app key and app secret, so I registered for my application.

But after I read official document:

http://www.plurk.com/API

and Python library it provides:

https://github.com/clsung/plurk-oauth

I still even didn’t know how to start.

I’ve downloaded the library, but I’m not sure how to install it, and therefore don’t know how to call the APIs.

Can someone teach me how to start calling Plurk API? (I want to search some things.)

Thanks! And I’m sorry for my poor English.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T05:14:32+00:00Added an answer on May 26, 2026 at 5:14 am

    Finally, I got the answer by myself.
    To setup the Plurk API, first you need “Python setuptool”(google it, and then download it)

    afterwards, move to the directory where Plurk API placed under cmd mode, then type ‘python setup.py’

    notice that you need install Python 2.6+ to install the Python setuptool

    and here is sample code to test if you install the Plurk API successfully:

    # -*- coding: utf-8 -*-
    from plurk_oauth.PlurkAPI import PlurkAPI
    
    query = "beauty"
    
    plurk = PlurkAPI('YOUR APP key', 'YOUR APP secret')
    plurks = plurk.callAPI('/APP/PlurkSearch/search', {'query' : query})
    
    for p in plurks["plurks"]:
      print p["content"]
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I use kohana and when you try to fetch data from database it returns
I'm using matplotlib at the moment to try and visualise some data I am
I want to fetch some data from a server protected with an username and
I try to fetch a Wikipedia article with Python's urllib: f = urllib.urlopen(http://en.wikipedia.org/w/index.php?title=Albert_Einstein&printable=yes) s
I have started to try APC to store some specific data on each webserver
I've got a webpage which needs to load some data from a database. In
I am trying to download some JSON from the google book API. The URL
I have an application which gets some data from a remote database. I use
well, i wanna pull out some data from a mysql view, but the wuery
some days are just like this. Ok, I'm trying to fetch some text using

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.