{"id":13512265,"url":"https://github.com/scp-079/scp-079-captcha","last_synced_at":"2025-03-30T22:32:18.209Z","repository":{"id":43245632,"uuid":"217684718","full_name":"scp-079/scp-079-captcha","owner":"scp-079","description":"Provide challenges for newly joined members","archived":false,"fork":false,"pushed_at":"2023-02-08T02:24:45.000Z","size":1334,"stargazers_count":58,"open_issues_count":2,"forks_count":11,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-01T14:37:21.138Z","etag":null,"topics":["anti-spam","captcha","pyrogram","scp-079","telegram-bot","telegram-group"],"latest_commit_sha":null,"homepage":"https://scp-079.org/captcha/","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/scp-079.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}},"created_at":"2019-10-26T09:16:16.000Z","updated_at":"2024-08-12T08:12:20.000Z","dependencies_parsed_at":"2024-01-16T12:02:09.093Z","dependency_job_id":null,"html_url":"https://github.com/scp-079/scp-079-captcha","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scp-079%2Fscp-079-captcha","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scp-079%2Fscp-079-captcha/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scp-079%2Fscp-079-captcha/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scp-079%2Fscp-079-captcha/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scp-079","download_url":"https://codeload.github.com/scp-079/scp-079-captcha/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246390887,"owners_count":20769475,"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":["anti-spam","captcha","pyrogram","scp-079","telegram-bot","telegram-group"],"created_at":"2024-08-01T03:01:39.759Z","updated_at":"2025-03-30T22:32:15.915Z","avatar_url":"https://github.com/scp-079.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# SCP-079-CAPTCHA\n\nThis bot is used to provide challenges for newly joined members.\n\n## How to use\n\n- [Demo](https://t.me/SCP_079_CAPTCHA_BOT)\n- Read [the document](https://scp-079.org/captcha/) to learn more\n- [README](https://scp-079.org/readme/) of the SCP-079 Project's demo bots\n- Discuss [group](https://t.me/SCP_079_CHAT)\n\n## Requirements\n\n- Python 3.6 or higher\n- Debian 10: `sudo apt update \u0026\u0026 sudo apt install fonts-arphic-gkai00mp fonts-freefont-ttf opencc -y`\n- pip: `pip install -r requirements.txt` \n\n## Files\n\n- assets\n    - `chengyu.txt` : From [THUOCL](http://thuocl.thunlp.org)\n    - `fail.png` : Image for failure\n    - `food.txt` : From [THUOCL](http://thuocl.thunlp.org)\n    - `none.png`: Image for none\n    - `succeed.png` : Image for success\n- languages\n   - `cmn-Hans.yml` : Mandarin Chinese (Simplified)\n   - `cmn-Hant-TW.yml` : Mandarin Chinese in Taiwan (Traditional)\n   - `en.yml` : English\n- plugins\n    - functions\n        - `challenge.py` : Functions about CAPTCHA\n        - `channel.py` : Functions about channel\n        - `command.py` : Functions about command\n        - `config.py` : Functions about group settings\n        - `decorators.py` : Some decorators\n        - `etc.py` : Miscellaneous\n        - `file.py` : Save files\n        - `filters.py` : Some filters\n        - `group.py` : Functions about group\n        - `ids.py` : Modify id lists\n        - `markup.py` : Get reply markup\n        - `receive.py` : Receive data from exchange channel\n        - `telegram.py` : Some telegram functions\n        - `timers.py` : Timer functions\n        - `user.py` : Functions about user and channel object\n    - handlers\n        - `callback.py` : Handle callbacks\n        - `command.py` : Handle commands\n        - `message.py`: Handle messages\n    - `checker.py` : Check the format of `config.ini`\n    - `glovar.py` : Global variables\n    - `session.py` : Manage `bot.session`\n- `.gitignore` : Ignore\n- `config.ini.example` -\u003e `config.ini` : Configuration\n- `LICENSE` : GPLv3\n- `main.py` : Start here\n- `README.md` : This file\n- `start.txt.example` -\u003e `start.txt` : Start template\n- `requirements.txt` : Managed by pip\n\n## Contribution\n\nContributions are always welcome, whether it's modifying source code to add new features or bug fixes, documenting new file formats or simply editing some grammar.\n\nYou can also join the [discuss group](https://t.me/SCP_079_CHAT) if you are unsure of anything.\n\n## Translation\n\n- [Choose Language Tags](https://www.w3.org/International/questions/qa-choosing-language-tags)\n- [Language Subtag Registry](https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry)\n\n## License\n\nLicensed under the terms of the [GNU General Public License v3](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscp-079%2Fscp-079-captcha","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscp-079%2Fscp-079-captcha","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscp-079%2Fscp-079-captcha/lists"}