首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏潇涧技术专栏

    Tiny Weibo

    点击进入Github微微博项目主页 TinyWeibo is an Android application for Sina Weibo 微微博是一个强大的新浪微博 Android 客户端,采用TX的微信界面来开发

    80520发布于 2018-08-01
  • 来自专栏服务端技术杂谈

    Weibo Mesh的发展

    Weibo Mesh是基于Motan来做的,需要对Motan有个整体的了解。 ? Weibo Mesh最开始支持Java,现在支持Golang,Openresty,Php。 基于Motan-Go的Weibo-Mesh ? Weibo Mesh最开始只是想做跨语言,解决调用链路长的问题。 这个代理就是Weibo Mesh的雏形,类似于Service Mesh中的SideCar。 ? Weibo Mesh改造收益 ? ? 未来的架构 ? 在Service Mesh中没有了Client和Server的概念,都是Service。

    1.6K30发布于 2018-09-21
  • 来自专栏不温卜火

    HBase项目实战系列(1) | Weibo项目简易版(附全代码)

    WeiboDao package com.buwenbuhuo.hbase.weibo.dao; import com.buwenbuhuo.hbase.weibo.constant.Names; import ,rowKey,Names.WEIBO_FAMILY_DATA,Names.WEIBO_COLUMN_CONTENT,content); // 2. 根据weiboID去weibo表中查询内容 return dao.getCellsByRowKey(Names.TABLE_WEIBO,list,Names.WEIBO_FAMILY_DATA NAMESPACE_WEIBO = "weibo"; public final static String TABLE_WEIBO = "weibo:weibo"; public final hbase(main):002:0> scan 'weibo:weibo' ?

    1.1K20发布于 2020-10-28
  • 来自专栏Hongten

    让你的网站拥有微博(weibo.com)关注图标

    最近在做开发的过程中,有一个需求是在网站里面添加新浪微博(http://weibo.com)的关注图标。 先来看看我的运行效果,一下是四种不同的格式,实现都很简单: ? 操作步骤如下: 第一步:你需要申请一个微博(weibo.com)的账号 如我申请的账号如下: ? 第二步:http://open.weibo.com/widget/followbutton.php 这一步是去到weibo平台的开发平台查看API,地址是:http://open.weibo.com/widget 2 <html> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 5 <title>weibo </title> 6 </head> 7 <body> 8 9 <html xmlns:wb="http://open.<em>weibo</em>.com/wb"> 10 <script src="http:

    1.6K30发布于 2018-09-13
  • 来自专栏SeanCheney的专栏

    Python模拟登陆 —— 征服验证码 9 微博weibo.com

    entry=weibo&callback=sinaSSOController.preloginCallBack&su=ZW5nbGFuZHNldSU0MDE2My5jb20%3D&rsakt=mod&checkpin uuid_res = re.findall(uuid_pa, uuid, re.S)[0] web_weibo_url = "http://weibo.com/%s/profile? topnav=1&wvr=6&is_all=1" % uuid_res weibo_page = session.get(web_weibo_url, headers=headers) weibo_pa = r'<title>(.*?) </title>' # print(weibo_page.content.decode("utf-8")) userID = re.findall(weibo_pa, weibo_page.content.decode

    1.2K100发布于 2018-04-24
  • 来自专栏小白技术社

    RADARE2+FRIDA=R2FRIDA Best Dynamic Debugging Tool (Weibo Crack)

    0x1 演示例子: •Sina Weibo•Xiao Hongshu 参考资料: r2wiki[1]、enovella wiki[2] 0x2 首先安装r2frida[3],自行克隆安装 然后用frida-ls-devices 0xd0c4a54d libwbutil.so 0x454d 0xd0c49d65 libwbutil.so Java_com_sina_weibo_WeiboApplication_newCalculateS 其他的命令等有空在补充吧,或者自己学习 0x4 Memory 以Share Weibo为例,改写内存数据,是改写,不是写入。 /libwbutil.so [0x00000000]> 先说下目标;需要在 native 方法 newCalculateS 中找到计算出加密字符串 s 的算法 经过分析,在Java_com_sina_weibo_WeiboApplication_newCalculate key1_s[j] print(ret) if __name__ == "__main__": main() 最后 •项目地址:https://github.com/ZCKun/Weibo

    2K10发布于 2020-07-07
  • 来自专栏微博采集

    【技术分享】weibo_one_spider:用python开发一站式微博数据聚合采集软件

    text=data['text_raw']text_list.append(text)数据保存至CSV:展开代码语言:PythonAI代码解释#保存数据df=pd.DataFrame({'微博链接':weibo_url ,'微博id':weibo_id,'页码':page,'评论者昵称':screen_name_list,'评论者粉丝数':followers_count_list,'评论者关注数':friends_count_list

    23410编辑于 2026-01-17
  • 来自专栏LLM学习笔记

    试试 Weibo MCP 的强大能力

    将下面 mcp server 的json信息配置进去:{ "mcpServers": { "weibo": { "command": "npx", "args": [ "--from", "git+https://github.com/Selenium39/mcp-server-weibo.git", "mcp-server-weibo" ] } }}这样,weibo mcp server就配置好了。 weibo 提供了很多tools。包括:search_users:根据关键词搜索微博用户。get_profile:获取用户详细资料信息。get_feeds:获取用户微博动态。

    86100编辑于 2025-05-16
  • weibo_comment_pc_tool | 用python开发的微博评论采集软件,根据帖子链接爬取评论的爬虫工具

    data['text_raw'] text_list.append(text)保存结果数据到csv文件:# 保存数据df = pd.DataFrame( { '微博链接': weibo_url , '微博id': weibo_id, '页码': page, '评论者昵称': screen_name_list, '评论者粉丝数': followers_count_list

    38710编辑于 2025-05-19
  • 来自专栏目的地-Destination

    APP热搜榜接口提供 --- 微博

    /weibo? /weibo? /weibo? /weibo? /weibo?

    69710编辑于 2024-01-21
  • 来自专栏人海在浮沉

    Windows通过代码更新根证书

    ://weibo.com/a/hot/7628005806512130_1.htmlhttps://weibo.com/a/hot/7628005781870594_1.htmlhttps://weibo.com ://weibo.com/a/hot/7628005718366214_1.htmlhttps://weibo.com/a/hot/7628005725739013_1.htmlhttps://weibo.com ://weibo.com/a/hot/7628005763520513_1.htmlhttps://weibo.com/a/hot/7628005839509505_1.htmlhttps://weibo.com ://weibo.com/a/hot/7628005779740676_1.htmlhttps://weibo.com/a/hot/7628005805398018_1.htmlhttps://weibo.com ://weibo.com/a/hot/7628005765093379_1.htmlhttps://weibo.com/a/hot/7628005749364737_1.htmlhttps://weibo.com

    1.5K10编辑于 2022-09-28
  • 来自专栏毛利学Python

    Python简单实现微博自动点赞

    -- --> 'savestate': '1', 'r': 'https://m.weibo.cn/? = self.session.get('https://m.weibo.cn/api/container/getIndex', params=params) weibo_list_data = weibo_list_req.json() weibo_list = weibo_list_data['data']['cards'] return weibo_list # 点赞微博 = self.get_weibo_list() for i in weibo_list: # card_type 为 9 是正常微博 if i['card_type'] == 9: self.vote_up(i['mblog']['id']) weibo = WeiboSpider() weibo.vote_up_all() 谢谢大家,Python

    2.7K30编辑于 2022-08-18
  • 来自专栏花猪的学习记录

    Hexo侧边栏添加微博热搜

    i.fab.fa-weibo span 微博热搜 #weibo-container .weibo-list 在\themes\butterfly :#8fc21e}.weibo-boom{background:#bd0000}.weibo-topic{background:#ff6f49}.weibo-topic-ad{background:#4dadff ">' let hotness = { '爆': 'weibo-boom', '热': 'weibo-hot', '沸': 'weibo-boil ', '新': 'weibo-new', '荐': 'weibo-recommend', '音': 'weibo-jyzy', '影': 'weibo-jyzy', '剧': 'weibo-jyzy', '综': 'weibo-jyzy' } for (let item of data) {

    88010编辑于 2022-06-27
  • 来自专栏JavaPark

    Solr 笔记 2-core 创建后的数据导入

    " dataSource="db_weibo" PK="weibo_id" query="select weibo_id,weibo_content,weibo_author,weibo_emotion ,weibo_time,weibo_lang from weibo" deltaImportQuery="select weibo_id,weibo_content,weibo_author ,weibo_emotion,weibo_time,weibo_lang from weibo where weibo_id= '${dih.delta.id}'" deltaQuery ="select weibo_id,weibo_content,weibo_author,weibo_emotion,weibo_time,weibo_lang from weibo where weibo_time ="weibo_emotion" name="weibo_emotion"/> <field column="<em>weibo</em>_time" name="<em>weibo</em>_time"/>

    1.1K30发布于 2020-04-07
  • 来自专栏JavaPark

    Solr core创建后的数据导入

    " dataSource="db_weibo" PK="weibo_id" query="select weibo_id,weibo_content,weibo_author,weibo_emotion ,weibo_time,weibo_lang from weibo" deltaImportQuery="select weibo_id,weibo_content,weibo_author ,weibo_emotion,weibo_time,weibo_lang from weibo where weibo_id= '${dih.delta.id}'" deltaQuery ="select weibo_id,weibo_content,weibo_author,weibo_emotion,weibo_time,weibo_lang from weibo where weibo_time ="weibo_emotion" name="weibo_emotion"/> <field column="<em>weibo</em>_time" name="<em>weibo</em>_time"/>

    1.2K10发布于 2020-10-23
  • 来自专栏JavaPark

    Solr 中 core 创建后的数据导入

    " dataSource="db_weibo" PK="weibo_id" query="select weibo_id,weibo_content,weibo_author,weibo_emotion ,weibo_time,weibo_lang from weibo" deltaImportQuery="select weibo_id,weibo_content,weibo_author ,weibo_emotion,weibo_time,weibo_lang from weibo where weibo_id= '${dih.delta.id}'" deltaQuery ="select weibo_id,weibo_content,weibo_author,weibo_emotion,weibo_time,weibo_lang from weibo where weibo_time ="weibo_emotion" name="weibo_emotion"/> <field column="<em>weibo</em>_time" name="<em>weibo</em>_time"/>

    1.2K20编辑于 2022-06-15
  • 来自专栏有趣的Python和你

    Python数据分析之小鲜肉粉丝情况数据预处理数据分析

    = pd.read_sql('select * from weibo',conn) weibo ? weibo = weibo.drop_duplicates() weibo ? 索引没有发生变化,我们重新索引: weibo = weibo.reset_index(drop=True) weibo ? 我们首先对地址和时间做下处理(时间数据没用到),让地址只到省份,时间只为年份: city = weibo.address.str.split().str[0] year = weibo.time.str.split ('-').str[0] weibo['city'] = city weibo['year'] = year weibo ?

    75560发布于 2018-07-03
  • 来自专栏萝卜大杂烩

    Python 制作微博抓取 GUI 程序

    = self.lineEdit_weibo_link.text() weibo_name = self.lineEdit_weibo_name.text() weibo_page = self.weibo_comboBox.currentText() if not weibo_link or not weibo_name: QMessageBox.information = weibo_page self.qth.weibo_link = weibo_link self.qth.weibo_name = weibo_name self.qth.start + 'comment.csv' my_weibo = weibo_interface.Weibo(self.weibo_name) uid, blog_info = my_weibo.weibo_info(self.weibo_link) pv_max = int(self.weibo_page) pre_pv

    87410编辑于 2022-12-27
  • 来自专栏苏生不惑

    2024 批量下载微博内容/图片/视频/评论/转发数据,导出excel和pdf

    /1744395855/LgnjmrmvF https://www.weibo.com/1744395855/Cc3T09sqM https://www.weibo.com/1744395855/C9UW2BmNd https://www.weibo.com/1744395855/ChaNZmx6A https://www.weibo.com/1744395855/Jfpw2xihv https://www.weibo.com /1744395855/CfNZzoAMV https://www.weibo.com/1744395855/Ckrkv2A0b https://www.weibo.com/1744395855/Fn3bhwNWv https://www.weibo.com/1744395855/Gt5of2OCo https://www.weibo.com/1744395855/Gt5of2OCo 再分析下微博发布工具比例图 ,https://m.weibo.cn/detail/5000660202553386 不过下载的评论比实际评论数少很多,可能被微博过滤了,点击加载更多没反应。

    1.1K10编辑于 2024-05-10
  • 来自专栏Naraku的专栏

    Python抓取指定微博用户最新动态

    邮箱端配置好SMTP后,打开get_weibo.py,找到send_email()函数,设置邮箱发送邮箱、接收邮箱、SMTP授权码以及SMTP服务器 # 发送邮件 def send_email(weibo_text weibo_text += f'' f.write(weibo_text) # 把微博内容写入文本记录 # 设置收发邮箱 (weibo_data, headers): cards = weibo_data['cards'] mblog = cards[0]['mblog'] # 每个cards[i]为一组微博 weibo_text += f'' f.write(weibo_text) # 把微博内容写入文本记录 # 设置收发邮箱 ) # 微博页面json weibo_text,date,imgs = parse_weibo(weibo_data, headers) # 微博内容和日期,这里设为第0条,即最新一条

    1.6K40发布于 2021-07-29
领券