当前位置:首页 > 代码·功能 > 正文

无聊弄的简易自动领B站小电视php脚本

破站今天又改版了pc端的api真的难受,拿手机重新抓了一遍包,修了修然后正好无聊突然想起来之前在群里说弄个简易的抢电视脚本自己抢

想了想似乎懒癌发作想弄什么什么都没弄,既然正好吃完饭有点时间就拿手机蛋疼的写了这么个脚本

因为礼物信息需要socket监控弹幕,普通fpm运行下的php是肯定搞不定的,这个脚本是直接抓取我直播间的弹幕查看是否有礼物需要领取

输入自己的cookie直接监控php脚本就可以了,想多快就自己决定了,不过一定不要太...长了

直接丢代码

<?php
/*
Name:简易B站领小电视脚本
Design:小幻酱吖
*/
$cookie = '输入你的帐号cookie';
function curl($url, $cookie = null, $refer = null) {
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_REFERER, $refer);
curl_setopt($ch, CURLOPT_COOKIE, $cookie);
curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 BIDUBrowser/8.3 Safari/537.36");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_setopt($ch, CURLOPT_TIMEOUT, 6);
$re = curl_exec($ch);
curl_close($ch);
return $re;
}
$msglist = json_decode(curl('http://api.live.bilibili.com/AppRoom/msg?room_id=2026835'),true);
$msg = $msglist['data']['room'][9]['text'];
$time = $msglist['data']['room'][9]['timeline'];
$id = md5($msg.$time);
$log = file_get_content('log.db');
if(strpos($log,$id)){
    exit('没有需要抢的');
}
$id);
if(strpos($msg,'小电视')){
file_put_content('log.db',$log.PHP_EOL.
$roomid = str_replace('小电视X1','',$msg);
$raffleId = json_decode(curl('http://api.live.bilibili.com/gift/v2/smalltv/check?roomid='.$roomid),true);//5.6以下PHP版本问题麻烦一点咯
foreach($raffleId['data'] as $data){
$raffle = $data['raffleId'];
echo curl('http://api.live.bilibili.com/gift/v2/smalltv/join?roomid='.$roomid.'&raffleId='.$raffle,$cookie,'http://live.bilibili.com/'.$roomid);
}
}

手机写的不咋地,大佬勿喷~~

需要有本地读写权利,不然无限领来领去就不好玩了。

好了好了,水完一波就可以撤了

标签:
上一篇:

516 条评论

评论加载中...
  1. Nice blog here! Also your web site loads up very fast!
    What web host are you using? Can I get your affiliate link to your host?
    I wish my web site loaded up as quickly as yours lol

    2018年7月4日 20:10 评论
  2. I quite like reading an article that can make people think.
    Also, thank you for allowing for me to comment!

    2018年7月4日 18:46 评论
  3. Right here is the perfect webpage for anyone who wishes to
    understand this topic. You understand so much its almost hard to argue with
    you (not that I actually will need to…HaHa). You certainly put a brand new spin on a topic that’s been written about for many years.
    Great stuff, just excellent!

    2018年7月4日 16:37 评论
  4. Hey! Someone in my Myspace group shared this website with us so I came to look it over.
    I’m definitely enjoying the information. I’m book-marking
    and will be tweeting this to my followers! Outstanding blog and great style and design.

    2018年7月4日 13:44 评论
  5. Hey! I just wanted to ask if you ever have any trouble with hackers?
    My last blog (wordpress) was hacked and I ended up losing several weeks of hard work
    due to no back up. Do you have any solutions to stop hackers?

    2018年7月4日 13:00 评论
  6. 35楼
    这家伙可能用了美佬的代理 谷歌浏览器 Mac OS X 10_13_1
    Bondsman  

    I am regular visitor, how are you everybody? This paragraph posted at this
    web page is truly nice.

    2018年7月4日 10:25 评论
  7. 34楼
    这家伙可能用了美佬的代理 谷歌浏览器 Linux
    world cup  

    You’re so cool! I do not think I’ve read through
    something like this before. So nice to discover another person with
    a few original thoughts on this subject. Seriously..
    thank you for starting this up. This website is something that’s needed on the web, someone with some originality!

    2018年7月3日 02:33 评论
  8. I read this piece of writing completely regarding the difference
    of newest and preceding technologies, it’s remarkable article.

    2018年7月3日 00:00 评论
  9. What’s up to all, it’s truly a good for me to visit this site,
    it includes important Information.

    2018年7月2日 23:25 评论
  10. Do you mind if I quote a couple of your posts as long as I provide credit and sources back
    to your site? My website is in the very same
    niche as yours and my users would certainly benefit from some of the information you provide
    here. Please let me know if this ok with you.
    Thanks!

    2018年7月2日 21:08 评论

发表评论

不理你。不要啊!吃饭。吃惊。吃西瓜。飞吻!恭喜!Hi纠结!膜拜!OK抛媚眼。泡泡糖。抛钱。忍!生闷气!调皮。偷看。委屈。献花。疑问?抓狂!

小提示:Ctrl+Enter快速提交助您一臂之力~
加载中……