GASALA
V2EX  ›  问与答

请问有新浪微博定时发布程序或脚本吗?

  •  
  •   GASALA · Mar 1, 2013 · 3753 views
    This topic created in 4827 days ago, the information mentioned may be changed or developed.
    网上现成的程序都不能自定义微博来源。。。所以有现成的源码或程序吗?
    4 replies    1970-01-01 08:00:00 +08:00
    zythum
        1
    zythum  
       Mar 1, 2013   ❤️ 1
    微博来源 是写死的不能自定义。根据微博给他们的appkey定的
    GASALA
        2
    GASALA  
    OP
       Mar 1, 2013
    @zythum 那有能用自己KEY的定时程序吗。。。
    tarsier
        3
    tarsier  
       Mar 1, 2013
    定是脚本倒没多难,用weibo sdk + api key很好写 (有相关接口)

    只不过来源没法定制
    dotbuddle
        4
    dotbuddle  
       Mar 1, 2013
    配合corn使用
    <?php
    //header("Content-type:application/x-www-form-urlencoded");
    //header("Accept:text/vnd.wap.wml,text/html,text/plain,image/*,*/*");
    function sendWeibo($cont){
    $content=$cont;
    $url="http://weibo.cn/mblog/sendmblog?st=8cea&vt=4&gsid=填写你的";
    $post_data="rl=0&content=".$content;
    $ch = curl_init();
    curl_setopt($ch, CURLOPT_URL, $url);
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
    // 我们在POST数据哦!
    curl_setopt($ch, CURLOPT_POST, 1);
    // 把post的变量加上
    curl_setopt($ch, CURLOPT_POSTFIELDS, $post_data);
    $output = curl_exec($ch);
    curl_close($ch);
    }

    ?>
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5611 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 44ms · UTC 01:59 · PVG 09:59 · LAX 18:59 · JFK 21:59
    ♥ Do have faith in what you're doing.