{"id":16621576,"url":"https://github.com/pauldb09/insta-scammer","last_synced_at":"2025-08-20T04:05:19.927Z","repository":{"id":103260100,"uuid":"495064777","full_name":"pauldb09/Insta-Scammer","owner":"pauldb09","description":"A copy of instagram login's page to get an user passwords. Don't use it for malicious purposes","archived":false,"fork":false,"pushed_at":"2022-05-22T13:18:35.000Z","size":562,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-11T08:28:12.512Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pauldb09.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-05-22T13:16:19.000Z","updated_at":"2025-01-25T07:05:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"ed00ef83-c1a4-464d-9c9a-f8377f9014a9","html_url":"https://github.com/pauldb09/Insta-Scammer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"pauldb09/Api-Template","purl":"pkg:github/pauldb09/Insta-Scammer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pauldb09%2FInsta-Scammer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pauldb09%2FInsta-Scammer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pauldb09%2FInsta-Scammer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pauldb09%2FInsta-Scammer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pauldb09","download_url":"https://codeload.github.com/pauldb09/Insta-Scammer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pauldb09%2FInsta-Scammer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271262752,"owners_count":24728979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-20T02:00:09.606Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-12T02:47:43.054Z","updated_at":"2025-08-20T04:05:19.917Z","avatar_url":"https://github.com/pauldb09.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Insta-Scammer\nA simple and beginner friendly api template built in nodejs and expressjs. Rate limite system included\n\n# Installation\n\nDowndload the files, install nodejs on your computer ( nodejs.org ) and run it with `node app.js`\n\nIf you need any help, join this server: [discord.gg/Q5QSbAHaXB](https://discord.gg/Q5QSbAHaXB)\n\n# Configuration\n\nYou can customize the settings in the `config.js` in [the line 5](https://github.com/pauldb09/Api-Template/blob/7319f8fac84395106afa31cdd24b0475756b9c78/app.js#L4) .\n\nFor the rate limite system, 4 req/s is a good value depening on the use you want to make of this.\n\nYou can create new routes by creating a file in the `routes` folder. Example route: \n \n```js\nconst { Router } = require('express');\nmodule.exports.Router = class Home extends Router {\n    constructor() {\n        super();\n        this.get('/', async function(req, res) {\n            res.status(200).send(\"Hello\")\n        });\n\n        this.post('/', async function(req, res) {\n            console.log(\"Got a post request\");\n        });\n    }\n};\n\nmodule.exports.name = '/test';\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpauldb09%2Finsta-scammer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpauldb09%2Finsta-scammer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpauldb09%2Finsta-scammer/lists"}