victormagalhaess / spotify-links-twitter-scrapper

Project that finds all spotify links that an user shared on twitter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spotify links twitter scrapper (SLTS)

SLTS Logo

Have you ever thought "How many spotify links I've shared on twitter in the past?. Well, not many people think about it, but I kinda feel like checking anyway!

SLTS is a really simple implementation over @n0madic's twitter scrapper! It aims to find all tracks and playlists that you've shared in the past.

Due to no reason other than a fear of beeing blocked from twitter's api, the search is limited to match 1000 tweets with spotify links. However, it can be extended to as much as anyone please, just changing the limit on line 23 at main.go.

To run, you must pass an user @ as parameter to the program:

go run main.go TwitterBrasil

Make sure to install all dependencies with go get before running!

Credits

The SLTS logo was made using Freepik flaticon free icons:

Spotify icons created by Freepik - Flaticon

Twitter icons created by Pixel perfect - Flaticon

Chain icons created by Smashicons - Flaticon

And also makes use of Go Gopher:

The Go gopher was designed by Renee French. (http://reneefrench.blogspot.com/)

About

Project that finds all spotify links that an user shared on twitter

License:MIT License


Languages

Language:Go 100.0%