Skip to content
This repository has been archived by the owner on May 3, 2021. It is now read-only.

mySql version? #96

Closed
GetASiteSe opened this issue Dec 1, 2020 · 2 comments
Closed

mySql version? #96

GetASiteSe opened this issue Dec 1, 2020 · 2 comments

Comments

@GetASiteSe
Copy link

Is there any chance to get a version of this amazing script with a tweek that instead of printing out the result of the code in the website, it stores the information in a mysql database?

With this kind of tweek the user can call the script with a cronjob once every hour and by that way avoid the IP-ban from Instagram because of to many request.

@mgrn0
Copy link

mgrn0 commented Dec 15, 2020

imho this would be something that does not belong in this js library because it heavily depends

  • on the type/version of database you are using
  • the serverside scripting language you are using (php, java, ...)
    and does not belong to the client side of a web application..

@jsanahuja
Copy link
Owner

Exactly what @mgrn0 said. An alternative to this is client-side caching using localStorage implemented in #97. It will be ready in the 2.0.0 release

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants