{"id":26475236,"url":"https://github.com/tor968/nordomgatesbot","last_synced_at":"2025-10-07T05:10:38.278Z","repository":{"id":260184195,"uuid":"880554590","full_name":"TOR968/NordomGatesBot","owner":"TOR968","description":"If you have suggestions or questions, please write to the tg channel at","archived":false,"fork":false,"pushed_at":"2025-04-02T18:35:55.000Z","size":165,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-08T09:04:46.153Z","etag":null,"topics":["bot","game","gates","nordom","nordomgates","telegram"],"latest_commit_sha":null,"homepage":"https://t.me/tor_dev","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TOR968.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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,"zenodo":null},"funding":{"patreon":"TOR968","custom":["https://support-me-ruby.vercel.app/","https://www.paypal.com/donate/?hosted_button_id=8UDYZWPLN6V3G"]}},"created_at":"2024-10-29T23:43:50.000Z","updated_at":"2025-04-02T18:35:59.000Z","dependencies_parsed_at":"2024-12-03T15:34:09.947Z","dependency_job_id":"a3db5e81-a964-407e-9866-a714ae0474db","html_url":"https://github.com/TOR968/NordomGatesBot","commit_stats":null,"previous_names":["tor968/nordomgatesbot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TOR968/NordomGatesBot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TOR968%2FNordomGatesBot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TOR968%2FNordomGatesBot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TOR968%2FNordomGatesBot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TOR968%2FNordomGatesBot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TOR968","download_url":"https://codeload.github.com/TOR968/NordomGatesBot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TOR968%2FNordomGatesBot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278722757,"owners_count":26034463,"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-10-07T02:00:06.786Z","response_time":59,"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":["bot","game","gates","nordom","nordomgates","telegram"],"created_at":"2025-03-19T23:16:31.166Z","updated_at":"2025-10-07T05:10:38.249Z","avatar_url":"https://github.com/TOR968.png","language":"JavaScript","funding_links":["https://patreon.com/TOR968","https://support-me-ruby.vercel.app/","https://www.paypal.com/donate/?hosted_button_id=8UDYZWPLN6V3G"],"categories":[],"sub_categories":[],"readme":"# Nordom Gates Bot\n\n| ✅  | Feature                        |\n| --- | ------------------------------ |\n| ✅  | Automates tasks (not telegram) |\n| ✅  | Playing games                  |\n| ✅  | Playing Wheel game             |\n| ✅  | Playing Puzzle game             |\n| ✅  | Handles multiple accounts      |\n| ✅  | Proxy support                  |\n| ✅  | Automatic task verification    |\n| ✅  | Manually set up tasks for skipping    |\n| ✅  | Random restart timer           |\n\n## For suggestions or to report a bug, please contact [telegram](https://t.me/tor_dev)\n\n## Installation\n\n1. Clone the repository:\n\n    - Open your terminal or command prompt.\n    - Navigate to the directory where you want to install the bot.\n    - Run the following command:\n        ```\n        git clone https://github.com/TOR968/NordomGatesBot.git\n        ```\n    - This will create a new directory named `NordomGatesBot` with the project files.\n\n2. Navigate to the project directory:\n\n    - Change into the newly created directory:\n        ```\n        cd NordomGatesBot\n        ```\n\n3. Install the required dependencies:\n\n    ```\n    npm install\n    ```\n\n4. Open the `data.txt` file in a text editor and add your account tgWabAppData, one per line:\n\n    ```\n    account_1_here\n    account_2_here\n    account_3_here\n    ```\n\n5. If you need to use proxies, fill in the `proxy.txt` file with your proxy addresses, one per line. If not, you can leave this file empty. [example](proxy-example.txt)\n\n## How to Get Your Account tgWabAppData\n\nTo obtain your account tgWabAppData:\n\n1. Log in to the app in Telegram or Telegram Web.\n2. Open your browser's Developer Tools (usually F12 or right-click and select \"Inspect\").\n3. Go to the \"Application\" tab in the Developer Tools.\n4. Copy tgWabAppData highlighted in red.\n\n![img](image.png)\n\n5. Copy this tgWabAppData and paste it into your `data.txt` file.\n6. **In the index.js file, you can edit the “config” for yourself.**\n\n## Usage\n\nTo run the bot, use the following command in your terminal:\n\n```\nnode index.js\n```\n\n## Disclaimer\n\nThis bot is for educational purposes only. Use it at your own risk and make sure you comply with the terms of service of the Nordom Gates platform.\n\n## License\n\nThis project is open source and available under the [GPL License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftor968%2Fnordomgatesbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftor968%2Fnordomgatesbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftor968%2Fnordomgatesbot/lists"}