{"id":20492809,"url":"https://github.com/kartikmehta8/gitective","last_synced_at":"2026-04-18T00:31:10.389Z","repository":{"id":164527035,"uuid":"639994705","full_name":"kartikmehta8/Gitective","owner":"kartikmehta8","description":"A Python script that monitors repository creation every 24 hours, cloning and saving it while sending notifications using Twilio. Truly, a whimsical creation of unknown purpose!","archived":false,"fork":false,"pushed_at":"2023-05-12T18:18:54.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-05T17:47:08.711Z","etag":null,"topics":["github","os","python","twilio","webscraper"],"latest_commit_sha":null,"homepage":"","language":"Python","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/kartikmehta8.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":"2023-05-12T18:00:01.000Z","updated_at":"2023-05-12T18:19:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"7e164414-c9a4-4b1d-9f13-8adf8c544121","html_url":"https://github.com/kartikmehta8/Gitective","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kartikmehta8/Gitective","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kartikmehta8%2FGitective","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kartikmehta8%2FGitective/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kartikmehta8%2FGitective/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kartikmehta8%2FGitective/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kartikmehta8","download_url":"https://codeload.github.com/kartikmehta8/Gitective/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kartikmehta8%2FGitective/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31951221,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["github","os","python","twilio","webscraper"],"created_at":"2024-11-15T17:31:06.181Z","updated_at":"2026-04-18T00:31:10.358Z","avatar_url":"https://github.com/kartikmehta8.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/kartikmehta8/Gitective/assets/77505989/ca2e3fe7-5869-4700-adfc-5d29c2925c32\" alt=\"banner\"/\u003e\n\u003c/p\u003e\n\n### Gitective\n\n```\nIn the realm of programming sorcery, an enigmatic Python script emerges from the depths\nof the digital abyss. Its sole purpose? To vigilantly watch over the creation of repositories,\nlike an ever-vigilant guardian of code.\n\nOnce every 24 hours, as the moon rises high in the digital sky, this script awakens from its\nslumber. With keen eyes and lightning-fast reflexes, it detects the birth of a new repository. A\nmere whisper in the vast sea of code, and it springs into action.\n\nWithout hesitation, it wields the power of cloning, swiftly creating a mirror image of the\nnewborn repository. Safely nestled in its digital abode, it keeps the creation intact,\npreserving it for all eternity.\n\nBut this script is not content with mere preservation. Oh no, it desires to inform its creators of\nits mighty deeds! Through the mystical enchantments of Twilio, it sends forth messages, be\nthey through SMS or the ethereal realms of instant messaging, to notify its masters of\nthe repository's existence.\n\nTruly, this Python script is a peculiar marvel, a creation whose purpose remains shrouded in\nmystery. Whether born from a stroke of genius or a bout of whimsy, its presence adds a\ntouch of enchantment to the world of coding.\n```\n\n### Setup\n```py\n    # sms.py\n\n    account_sid = \"TWILIO_ACCOUNT_SID\"\n    auth_token = \"TWILIO_AUTH_TOKEN\"\n    from_phone_number = \"TWILIO_PHONE_NUMBER\"\n    to_phone_number = \"YOUR_PHONE_NUMBER\"\n```\n```py\n  # stalker.py\n  \n  USERNAME = \"TARGET_USERNAME\"\n  \n  clone_repository(\n      f\"https://github.com{repositories[0]['href']}.git\",\n      \"YOUR_USERNAME\",\n      \"YOUR_PASSWORD\",\n      f\"./{repositories[0].text.strip()}\",\n      )\n```\n\n### Run\n```\npython stalker.py\n```\n\n\u003ch3\u003e\n  Created only for educational purpose by \u003ca href=\"https://www.kartikmehta.xyz\"\u003eKartik Mehta\u003c/a\u003e\n\u003c/h3\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkartikmehta8%2Fgitective","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkartikmehta8%2Fgitective","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkartikmehta8%2Fgitective/lists"}