{"id":26570178,"url":"https://github.com/pando85/troll-bot","last_synced_at":"2026-04-11T22:03:24.594Z","repository":{"id":50211706,"uuid":"53176104","full_name":"pando85/troll-bot","owner":"pando85","description":"Annoy your friends with this Telegram Bot","archived":false,"fork":false,"pushed_at":"2023-07-25T20:49:55.000Z","size":39,"stargazers_count":1,"open_issues_count":2,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2023-08-06T00:42:05.742Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/pando85.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}},"created_at":"2016-03-05T01:21:56.000Z","updated_at":"2022-12-14T22:35:45.000Z","dependencies_parsed_at":"2023-01-26T22:31:20.177Z","dependency_job_id":null,"html_url":"https://github.com/pando85/troll-bot","commit_stats":null,"previous_names":[],"tags_count":1,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pando85%2Ftroll-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pando85%2Ftroll-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pando85%2Ftroll-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pando85%2Ftroll-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pando85","download_url":"https://codeload.github.com/pando85/troll-bot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245025971,"owners_count":20549067,"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","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":"2025-03-22T21:49:27.223Z","updated_at":"2026-04-11T22:03:24.538Z","avatar_url":"https://github.com/pando85.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Troll Bot\n=========\nAnnoy your friends with this Telegram Bot\n\n\nSetup\n=====\n\nYou will need to add this enviroment variables:\n* BOT_TOKEN: token from [@BotFather](https://telegram.me/BotFather)\n* BOT_URL(Optional): url where you setup webhook\n* CERTIFICATE_PATH(Optional): self signed certificated to [set webhook](https://core.telegram.org/bots/api#setwebhook).\n* MONGO_URI: mongoDB connection URI.\n\nIf BOT_URL is not set, Bot will run without webhook.\n\nNeed to set privacy off using `/setprivacy` command in [@BotFather](https://telegram.me/BotFather)\n\nExample using docker-compose:\n```yml\ntroll-bot:\n  restart: always\n  image: pando85/troll-bot\n  links:\n    - mongo\n  ports:\n     - \"5000:5000\"\n  volumes:\n    - ./cert.pem:/tmp/cert.pem:ro\n  environment:\n    - BOT_TOKEN= Telegram Bot API token\n    - BOT_URL= Telegram Bot URL\n    - CERTIFICATE_PATH=/tmp/cert.pem\n    - DB_HOST=mongo\n    - DB_PORT=27017\n\nmongo:\n  restart: always\n  image: mongo\n  volumes_from:\n    - data\n  expose:\n    - \"27017\"\n\ndata:\n  restart: always  \n  image: mongo:3.2.4\n  volumes:\n    - /data/db\n  command: \"true\"\n  \n  ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpando85%2Ftroll-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpando85%2Ftroll-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpando85%2Ftroll-bot/lists"}