Add godoc reference

This commit is contained in:
Alexander Sheiko 2021-03-09 10:54:25 +02:00
parent d50bd429d2
commit 1f0106ab6c

View file

@ -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.