# weibo_points **Repository Path**: kbcsm666/weibo_points ## Basic Information - **Project Name**: weibo_points - **Description**: 一键获取微博积分 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-03-20 - **Last Updated**: 2021-03-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README * [简介](#简介) * [功能](#功能) * [流程图](#流程图) * [安装](#安装) * [1.下载脚本](#1下载脚本) * [2.安装依赖](#2安装依赖) * [使用](#使用) * [1.运行脚本](#1运行脚本) * [2.获取gsid](#2获取gsid) # 简介 这是一个微博超话自动获取积分的工具,每天获取积分特别麻烦,所以写了这个代码来自动完成 # 功能 * 发送积分贴到超话 * 自动评论积分贴(可以带链接) * 自动vip 签到 and pk * 连续访问积分 * 超话登录积分 # 流程图 ![流程图](https://gitee.com/wxy1343/weibo_points/raw/master/%E6%B5%81%E7%A8%8B%E5%9B%BE.jpg) # 安装 ## 1.下载脚本 ```bash $ git clone https://gitee.com/wxy1343/weibo_points ``` ## 2.安装依赖 ```bash $ pip install -r requirements.txt ``` # 使用 ## 1.运行脚本 ```bash $ python main.py ``` ## 2.获取gsid 1.用Chrome打开 2.登录成功后,按F12键打开Chrome开发者工具 3.点击Chrome开发者工具中的Network->Name中的m.weibo.cn->Headers->Request Headers->cookie->SUB等于号后面到封号里的值就是gsid ![gsid](https://gitee.com/wxy1343/weibo_points/raw/master/gsid.png)