Giter Site home page Giter Site logo

spotify-detective's Introduction

Spotify Detective

Find your friends on Spotify

Open Issues License Stars

Important โš 

This tool is not finished!

About ๐Ÿ’โ€โ™‚๏ธ

Spotify Detective is a tool that helps you find the accounts of people you may know.

Stack โš™

Frontend ๐Ÿ’ป

Backend ๐ŸŒ

spotify-detective's People

Contributors

arthurmatthew avatar

Watchers

Kostas Georgiou avatar  avatar

spotify-detective's Issues

Possible bug: puppeteer only able to gather up to 1000 followers

While programming I noticed that an unknown user had exactly 1000 followers. This seems kinda weird, and could possibly be a bug with the program. I did find instances of this possibly being related to Spotify. Nothing is proven to be a bug, just a reminder to look into it and make sure it isn't.

Basically, just play around with testing accounts with larger follower amounts

Improve speed by browser

Currently, each time one of the puppeteer functions is run a browser is opened, then closed. If the browser is left open always and the functions only navigate to pages in the browser it could be a lot faster.

Add sorting

Currently, all users are automatically sorted by relevance, high to low. Adding custom options for sorting would be pretty cool.
Examples:

  • Relevance, low to high
  • Alphabetical, both directions

Add 'show more'

This includes limiting the amount of users shown by default. Basically only show up to x users by default, but if you scroll all the way down there will be an option to show more. Or even better, automatically show more once you reach the bottom (similar behavior to social media feeds). It can obviously get kinda laggy if there's hundreds of these user components in the DOM at once.

Comment / document code better

Title is straightforward enough. It'll improve readability and make working with the code a lot easier.

Also: look through the code and clean it up a little, there's some weird things going on and it would be better if streamlined.

Add setter to User class

Throughout the code, there's a few examples of this being done:

...x => new User(x.url, x.name, x.pfpUrl, true)

Most of the time this is done in a .map() function , used specifically for changing the final property to true.
This could be a lot cleaner but adding a setter for that class.

Add search bar

A search bar would be useful to assist in searching through larger lists. Most browsers do have a 'find' system already, but it would still be nice

Maximum follower setting

Add a setting where users can choose the max amount of followers to gather from a user. It can get a little slow sometimes when handling big numbers of followers.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.