From 1f0106ab6c17a03e13d7ad3fda5e3b5d0a71caec Mon Sep 17 00:00:00 2001 From: Alexander Sheiko Date: Tue, 9 Mar 2021 10:54:25 +0200 Subject: [PATCH] Add godoc reference --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8cd7ff8..70c8c8b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Twitter Scraper +[![Go Reference](https://pkg.go.dev/badge/github.com/n0madic/twitter-scraper.svg)](https://pkg.go.dev/github.com/n0madic/twitter-scraper) + Twitter's API is annoying to work with, and has lots of limitations — luckily their frontend (JavaScript) has it's own API, which I reverse-engineered. No API rate limits. No tokens needed. No restrictions. Extremely fast.