{"id":21074859,"url":"https://github.com/nextlevelshit/wggesucht-bot","last_synced_at":"2026-04-01T22:05:51.775Z","repository":{"id":88475292,"uuid":"99118949","full_name":"nextlevelshit/wggesucht-bot","owner":"nextlevelshit","description":"Telegram Bot for Brainfood Channel to repost recieved links to Twitter","archived":false,"fork":false,"pushed_at":"2019-09-26T18:41:38.000Z","size":125,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-03-28T00:09:47.624Z","etag":null,"topics":["and","bot","group","listening","on","repost","telegram","to","twitter","twitter-bot"],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nextlevelshit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2017-08-02T13:23:36.000Z","updated_at":"2019-09-26T18:41:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"610a6776-726d-4758-8ada-bf4b69f752f6","html_url":"https://github.com/nextlevelshit/wggesucht-bot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nextlevelshit/wggesucht-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextlevelshit%2Fwggesucht-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextlevelshit%2Fwggesucht-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextlevelshit%2Fwggesucht-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextlevelshit%2Fwggesucht-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nextlevelshit","download_url":"https://codeload.github.com/nextlevelshit/wggesucht-bot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextlevelshit%2Fwggesucht-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31292632,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T21:15:39.731Z","status":"ssl_error","status_checked_at":"2026-04-01T21:15:34.046Z","response_time":53,"last_error":"SSL_read: 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":["and","bot","group","listening","on","repost","telegram","to","twitter","twitter-bot"],"created_at":"2024-11-19T19:18:24.005Z","updated_at":"2026-04-01T22:05:51.743Z","avatar_url":"https://github.com/nextlevelshit.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Telegram WG-Gesucht.de Bot\n\nThis telegram bot scrapes the most recent offers from wg-gesucht.de and sends them via telegram to the client.\n\n## Install\n\n```shell\ngit clone https://github.com/nextlevelshit/wggesucht-bot.git\n\n# or\n\ngit clone git@github.com:nextlevelshit/wggesucht-bot.git\n```\n\n## Usage\n\n### 1. Install dependencies\n\n```shell\nnpm install\n\n# or\n\nyarn\n```\n\n### 2. Generate configuration\n\nThis script will generate a `config.json` and `scrapoxy.json` file to your root directory.\n\n```shell\nnpm run init\n```\n\n### 3. Configuration\n\n```json\n// in config.json\n{\n  \"telegram\": {\n    \"token\": \"\"\n  },\n  \"interval\": 1000,\n  \"source\": \"\",\n  \"host\": \"\",\n  \"opts\": {\n    \"proxy\": \"\",\n    \"tunnel\": false\n  }\n}\n```\n\n```json\n// in scrapoxy.json\n{\n  \"commander\": {\n    \"password\": \"YOUR_PASSWORD\"\n  },\n  \"instance\": {\n    \"port\": 3128,\n    \"scaling\": {\n      \"min\": 1,\n      \"max\": 2\n    }\n  },\n  \"providers\": [{\n    \"type\": \"digitalocean\",\n    \"token\": \"\",\n    \"region\": \"\",\n    \"size\": \"\",\n    \"sshKeyName\": \"\",\n    \"imageName\": \"\",\n    \"tags\": \"\"\n  }]\n}\n```\n\n```json5\n// in bot.json5\n{\n  apps : [\n    {\n      name         : \"scrapoxy\",\n      script       : \"scrapoxy\",\n      args         : [\"start\", \"scrapoxy.json\", \"-d\"],\n      kill_timeout : 30000,\n    },\n    {\n      name         : \"bot\",\n      script       : \"node\",\n      args         : [\"index.js\"],\n      kill_timeout : 30000,\n    },\n  ],\n}\n```\n\n### 4. Set up your provider\n\n...\n\n### 5. Start the engine\n\n```shell\nnpm run start\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnextlevelshit%2Fwggesucht-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnextlevelshit%2Fwggesucht-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnextlevelshit%2Fwggesucht-bot/lists"}