{"id":23286641,"url":"https://github.com/z1xus/self-reaction-bot","last_synced_at":"2025-07-19T06:03:40.947Z","repository":{"id":182671328,"uuid":"668895802","full_name":"Z1xus/self-reaction-bot","owner":"Z1xus","description":"A Discord Python Selfbot to put reactions on messages","archived":false,"fork":false,"pushed_at":"2024-06-03T08:25:13.000Z","size":75,"stargazers_count":10,"open_issues_count":3,"forks_count":6,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-06-21T17:03:02.860Z","etag":null,"topics":["discord","discord-py","discord-selfbot","python","python-discord-bot"],"latest_commit_sha":null,"homepage":"","language":"Python","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/Z1xus.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":{"ko_fi":"z1xus"}},"created_at":"2023-07-20T21:14:39.000Z","updated_at":"2025-01-10T21:22:21.000Z","dependencies_parsed_at":"2023-07-20T22:45:38.475Z","dependency_job_id":"4fe8a6dc-1529-4fcd-b958-08a89f77457b","html_url":"https://github.com/Z1xus/self-reaction-bot","commit_stats":null,"previous_names":["z1xus/self-reaction-bot"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/Z1xus/self-reaction-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Z1xus%2Fself-reaction-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Z1xus%2Fself-reaction-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Z1xus%2Fself-reaction-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Z1xus%2Fself-reaction-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Z1xus","download_url":"https://codeload.github.com/Z1xus/self-reaction-bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Z1xus%2Fself-reaction-bot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265895900,"owners_count":23845403,"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":["discord","discord-py","discord-selfbot","python","python-discord-bot"],"created_at":"2024-12-20T02:13:52.343Z","updated_at":"2025-07-19T06:03:40.904Z","avatar_url":"https://github.com/Z1xus.png","language":"Python","funding_links":["https://ko-fi.com/z1xus"],"categories":[],"sub_categories":[],"readme":"## self-reaction-bot\n\nA Discord Python Selfbot to put reactions on messages.  \nDesigned specifically to annoy all your friends.\n\n\u003e [!WARNING]  \n\u003e This may not work with the latest discord.py-self.  \n\u003e In that case you should install a development version by cloning the discord.py-self repository and running `python -m pip install -U .`\n\n\u003cpicture\u003e\n  \u003csource srcset=\"https://raw.githubusercontent.com/Z1xus/self-reaction-bot/main/preview.webp\"\u003e\n  \u003cimg alt=\"preview\"\u003e\n\u003c/picture\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/psf/black\" alt=\"Code style: black\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/code%20style-black-000000.svg\" /\u003e\u003c/a\u003e\n    \u003ca href=\"https://www.codefactor.io/repository/github/z1xus/self-reaction-bot/\"\u003e\n        \u003cimg src=\"https://www.codefactor.io/repository/github/z1xus/self-reaction-bot/badge\" alt=\"CodeFactor\" /\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/Z1xus/self-reaction-bot/issues?q=is%3Aissue+is%3Aopen+\" alt=\"GitHub issues\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/issues/z1xus/self-reaction-bot\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/Z1xus/self-reaction-bot/pulls?q=is%3Apr+is%3Aopen+\" alt=\"GitHub pull requests\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/issues-pr/z1xus/self-reaction-bot\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n### Features:\n+ Proxy support\n+ Message queue to avoid rate limits\n+ Random delay between reactions\n\n### Use it on your own risk.\nYou have to understand that selfbots are against Discord TOS, and there is a great chance your account will get terminated using one.\n\n### Usage:\n1. Clone the repository\n```bash\ngit clone https://github.com/Z1xus/self-reaction-bot\n```\n2. Install dependencies\n```bash\npip install -r .\\requirements.txt -U\n```\n3. Configure your .env\n```Shell\n# in case you got rate limited\nUSE_PROXY=False\nPROXY=http://localhost:8080\n\n# channel ids where the bot listens for messages\nALLOWED_IDS=1234567890123456789,...\n\n# reactions list in unicode, emoji and escape formats\nREACTIONS=🇧,🇮,🇹,🇨,🇭\n\n# random delay range in seconds\nMIN_DELAY=1\nMAX_DELAY=5\n\n# your discord user token, see https://www.androidauthority.com/get-discord-token-3149920/\nUSER_TOKEN=\n```\n4. Run it \n```bash\npython3 .\\main.py\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fz1xus%2Fself-reaction-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fz1xus%2Fself-reaction-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fz1xus%2Fself-reaction-bot/lists"}