Skip to content
This repository was archived by the owner on Nov 7, 2022. It is now read-only.

Commit 912508c

Browse files
committed
Drop support for go-twitter library and mark deprecated
* The go-twitter API library will not be developed further or maintained * The project will be left as-is to allow users to migrate to new platforms. Then later archived as read-only I developed this library in 2015 and have maintained it for the last 7 years. I'm grateful to the 44 contributors and 1 sponsor the project has had at various points. Twitter was a wonderful platform, built by a wonderful team. With its recent changes, its time to re-evaluate what we invest in and the world we want to build. To the 1400+ projects using this library, I'll leave the repo read-only so you can migrate. All the best, Dalton
1 parent 0cc1e72 commit 912508c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# go-twitter [![GoDoc](https://pkg.go.dev/badge/github.com/dghubble/go-twitter.svg)](https://pkg.go.dev/github.com/dghubble/go-twitter) [![Workflow](https://github.com/dghubble/go-twitter/actions/workflows/test.yaml/badge.svg)](https://github.com/dghubble/go-twitter/actions/workflows/test.yaml?query=branch%3Amain) [![Sponsors](https://img.shields.io/github/sponsors/dghubble?logo=github)](https://github.com/sponsors/dghubble) [![Twitter](https://img.shields.io/badge/twitter-follow-1da1f2?logo=twitter)](https://twitter.com/dghubble)
22

3+
**DEPRECATED** As of Nov 2022, the go-twitter API library is no longer being developed. If you fork this repo, please remove the logo since it is not covered by the license.
4+
35
<img align="right" src="https://storage.googleapis.com/dghubble/gopher-on-bird.png">
46

57
go-twitter is a Go client library for the [Twitter API](https://dev.twitter.com/rest/public). Check the [usage](#usage) section or try the [examples](/examples) to see how to access the Twitter API.

twitter/doc.go

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/*
22
Package twitter provides a Client for the Twitter API.
33
4+
Deprecated: This package will no longer be developed.
5+
46
The twitter package provides a Client for accessing the Twitter API. Here are
57
some example requests.
68

0 commit comments

Comments
 (0)