{"id":18903774,"url":"https://github.com/bububa/biz-weibo","last_synced_at":"2026-03-03T15:02:55.314Z","repository":{"id":57635307,"uuid":"401642133","full_name":"bububa/biz-weibo","owner":"bububa","description":"weibao marketing api Golang sdk","archived":false,"fork":false,"pushed_at":"2024-05-03T06:36:21.000Z","size":112,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-25T13:41:35.138Z","etag":null,"topics":["advertising","marketing-api","weibo"],"latest_commit_sha":null,"homepage":"https://developers.biz.weibo.com/doc/v3/#/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bububa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-08-31T09:16:07.000Z","updated_at":"2024-05-03T06:36:16.000Z","dependencies_parsed_at":"2024-04-04T15:28:11.318Z","dependency_job_id":"3be970d9-6942-4a87-bb80-5d82b8ab2443","html_url":"https://github.com/bububa/biz-weibo","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/bububa/biz-weibo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bububa%2Fbiz-weibo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bububa%2Fbiz-weibo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bububa%2Fbiz-weibo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bububa%2Fbiz-weibo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bububa","download_url":"https://codeload.github.com/bububa/biz-weibo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bububa%2Fbiz-weibo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30050222,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T14:38:37.398Z","status":"ssl_error","status_checked_at":"2026-03-03T14:38:06.721Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["advertising","marketing-api","weibo"],"created_at":"2024-11-08T09:06:20.000Z","updated_at":"2026-03-03T15:02:55.288Z","avatar_url":"https://github.com/bububa.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 微博广告 Golang SDK\n\n[![Go Reference](https://pkg.go.dev/badge/github.com/bububa/biz-weibo.svg)](https://pkg.go.dev/github.com/bububa/biz-weibo)\n[![Go](https://github.com/bububa/biz-weibo/actions/workflows/go.yml/badge.svg)](https://github.com/bububa/biz-weibo/actions/workflows/go.yml)\n[![goreleaser](https://github.com/bububa/biz-weibo/actions/workflows/goreleaser.yml/badge.svg)](https://github.com/bububa/biz-weibo/actions/workflows/goreleaser.yml)\n[![GitHub go.mod Go version of a Go module](https://img.shields.io/github/go-mod/go-version/bububa/biz-weibo.svg)](https://github.com/bububa/biz-weibo)\n[![GoReportCard](https://goreportcard.com/badge/github.com/bububa/biz-weibo)](https://goreportcard.com/report/github.com/bububa/biz-weibo)\n[![GitHub license](https://img.shields.io/github/license/bububa/biz-weibo.svg)](https://github.com/bububa/biz-weibo/blob/master/LICENSE)\n[![GitHub release](https://img.shields.io/github/release/bububa/biz-weibo.svg)](https://GitHub.com/bububa/biz-weibo/releases/)\n\n- Oauth 授权 (api/oauth)\n  - 生成授权链接 [ Authorize(clt *core.SDKClient, req *oauth.AuthorizeRequest) string ]\n  - 获取 AccessToken [ AccessToken(clt *core.SDKClient, req *oauth.AccessTokenRequest) (*oauth.Token, error) ]\n  - 刷新 Token [ RefreshToken(clt *core.SDKClient, req *oauth.RefreshTokenRequest) (*oauth.Token, error)]\n- 账号服务 (api/account)\n  - 获取广告主信息 [ Info(clt *core.SDKClient, accessToken string, advertiserID int64) (*account.Account, error) ]\n  - 获取广告主账户流水信息 [ Flow(clt *core.SDK, accessToken string, req *account.FlowRequest) (*account.FlowsResponse, error) ]\n  - 获取账户资产 [ Asset(clt *core.SDKClient, accessToken string, advertiserID int64) (*account.Asset, error) ]\n  - 同步用户配置到服务器 [ SettingsSet(clt *core.SDKClient, accessToken string, req *account.SettingsSetRequest) (*account.Settings, error) ]\n  - 获取用户配置 [ Settings(clt *core.SDKClient, accessToken string, req *account.SettingsRequest) (*account.Settings, error) ]\n  - 资质列表 [ Licenses(clt *core.SDKClient, accessToken string, req *account.LicensesRequest) (*account.LicensesResponse, error) ]\n- 广告投放\n  - 账户日限额\n    - 修改账户日限额 [ account.Budget(clt *core.SDKClient, accessToken string, req *account.BudgetRequest) (*account.Account, error) ]\n    - 修改账户次日日限额 [ account.ReverseSpendCap(clt *core.SDKClient, accessToken string, req *account.ReverseSpendCapRequest) (*account.Account, error) ]\n    - 删除账户次日日限额 [ account.DeleteReverseBudget(clt *core.SDKClient, accessToken string, advertiserID int64) (*account.Account, error) ]\n  - 广告系列 (api/campaign)\n    - 广告系列列表 [ Campaigns(clt *core.SDKClient, accessToken string, req *campaign.CampaignsRequest) (*campaign.CampaignsResponse, error) ]\n    - 广告系列详情 [ Campaign(clt *core.SDKClient, accessToken string, req *campaign.CampaignRequest) (*campaign.Campaign, error) ]\n    - 创建广告系列 [ Create(clt *core.SDKClient, accessToken string, req *campaign.CreateRequest) (*campaign.Campaign, error) ]\n    - 更新系列预算或名称 [ Update(clt *core.SDKClient, accessToken string, req *campaign.UpdateRequest) (*campaign.Campaign, error) ]\n    - 更新系列状态 [ UpdateStatus(clt *core.SDKClient, accessToken string, req *campaign.UpdateStatusRequest) ([]campaign.UpdateStatusResult, error) ]\n  - 广告计划 (api/ad)\n    - 广告计划列表 [ Ads(clt *core.SDKClient, accessToken string, req *ad.AdsRequest) (*ad.AdsResponse, error) ]\n    - 广告计划详情 [ Info(clt *core.SDKClient, accessToken string, req *ad.InfoRequest) (*ad.Ad, error) ]\n  -  创意管理 (api/creative)\n  - 获取创意详情 [ Info(clt *core.SDKClient, accessToken string, req *creative.InfoRequest) (*creative.CreativeDetail, error) ]\n  - 获取创意列表 [ Creatives(clt *core.SDKClient, accessToken string, req *creative.CreativesRequest) (*creative.CreativesData, error) ]\n  - 批量获取创意详情 [ Batch(clt *core.SDKClient, accessToken string, req *creative.BatchRequest) ([]creative.CreativeDetail, error) ]\n  - 创建广告创意 [ Create(clt *core.SDKClient, accessToken string, req *creative.CreateRequest) (uint64, error) ]\n  - 创意编辑 [ Update(clt *core.SDKClient, accessToken string, req *creative.UpdateRequest) (uint64, error) ]\n  - 创意状态更新 [ UpdateStatusBatch(clt *core.SDKClient, accessToken string, req *creative.UpdateStatusBatchRequest) ([]creative.UpdateResult, error) ]\n  - 智能创意文案 [ AdRec(clt *core.SDKClient, accessToken string, req *creative.AdRecRequest) ([]creative.AdRec, error) ]\n- 数据报表 (api/insights)\n  - 效果统计分析 [ Effect(clt *core.SDKClient, accessToken string, req *insights.EffectRequest) (*insights.EffectResponse, error) ]\n- 数据上报管理 (api/track)\n  - 转化回传 [ Activate(clt *core.SDKClient, accessToken string, req *track.ActivateRequest) error ]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbububa%2Fbiz-weibo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbububa%2Fbiz-weibo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbububa%2Fbiz-weibo/lists"}