Skip to content

wxtsky/XApiClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter API 客户端

轻量级易用的 Twitter API 。

授权

只需要auth_token,可以在twitter网页抓包获取。

对于 Golang 新手

如果你是 Golang 的新手,不用担心。这份代码设计得易于理解,你可以在短时间内就能运行起来。


安装和使用

  1. 克隆这个仓库:
git clone https://github.com/wxtsky/TwitterApiClient.git
  1. 进入目录:
cd TwitterApiClient
  1. 安装依赖:
go get
  1. 运行:
go run main.go

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages