You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 17, 2025. It is now read-only.
I have not checked out this project yet (in git) but somebody mentioned this project (who doesn't have a social profile Github connected - shame!) in a Discord Server.
I plan to contribute (if there is appetite for it) a docker-compose box that could be customised so that you could automatically do this:
cd~/their-ig-tools/
docker-compose up
then it would run whatever you have set in the package.json as your "main file" e.g. your scraper or whatever using the library e.g. npm run start would be an alias to something that would check if you have a main.ts or main.js (as a default) and you could change this in the package.json to be whatever you'd like, or use variables so you could run multiple instances of this.
I have not checked out this project yet (in git) but somebody mentioned this project (who doesn't have a social profile Github connected - shame!) in a Discord Server.
I plan to contribute (if there is appetite for it) a docker-compose box that could be customised so that you could automatically do this:
then it would run whatever you have set in the
package.jsonas your "main file" e.g. your scraper or whatever using the library e.g.npm run startwould be an alias to something that would check if you have amain.tsormain.js(as a default) and you could change this in the package.json to be whatever you'd like, or use variables so you could run multiple instances of this.