{"id":13493171,"url":"https://github.com/hydrastro/tti","last_synced_at":"2025-03-28T11:31:53.330Z","repository":{"id":132807872,"uuid":"436404679","full_name":"hydrastro/tti","owner":"hydrastro","description":"Text to image script written in Bash","archived":false,"fork":false,"pushed_at":"2021-12-10T23:09:16.000Z","size":135,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-31T07:34:14.094Z","etag":null,"topics":["anonimity","antisurveillance","bash","bash-captcha","bash-script","captcha","captcha-image","security-tools"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hydrastro.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":"2021-12-08T22:02:38.000Z","updated_at":"2023-02-07T10:05:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"61690b86-c484-4edb-a60c-d3469957caaa","html_url":"https://github.com/hydrastro/tti","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/hydrastro%2Ftti","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hydrastro%2Ftti/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hydrastro%2Ftti/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hydrastro%2Ftti/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hydrastro","download_url":"https://codeload.github.com/hydrastro/tti/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246021044,"owners_count":20710873,"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":["anonimity","antisurveillance","bash","bash-captcha","bash-script","captcha","captcha-image","security-tools"],"created_at":"2024-07-31T19:01:12.876Z","updated_at":"2025-03-28T11:31:53.070Z","avatar_url":"https://github.com/hydrastro.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"# text to image\nText to image bash script with multiple highly customizable options for\nobfuscation.  \nCopies images directly to the clipboard.  \nIt could be used as captcha.  \nSome examples:  \n![sample image 1](https://github.com/hydrastro/tti/blob/main/normal.jpg?raw=true)\n![sample image 2](https://github.com/hydrastro/tti/blob/main/obfuscated.jpg?raw=true)\n\n## Dependencies\nThis scripts has the following dependencies:\n- `imagemagick`\n- `xclip`\n\nWhich can be easily installed with these commands:\n- Ubuntu/Debian: `sudo apt install imagemagick xclip`\n- Arch: `pacman -S imagemagick xclip`\n\n## Configuration\nThere are some hardcoded configs you might want to change, check the script\nsource code if you're curious.\n\n## Installation\nThe script installation is trivial: just clone this whole repository or copy the\nscript wherever you prefer.\n```shell\ncd /opt\ngit clone https://github.com/hydrastro/tti.git\n```\nFor invoking the script more easily you can set up a bash alias for it:\n```shell\nalias tti='/opt/tti/tti.sh'\n```\nOr alternatively you can link it to `/usr/local/bin`\n```shell\nsudo ln -s /opt/tti/tti.sh /usr/local/bin/tti\n```\n\n## Usage\nThere are two ways you can run this script:\n- By pipelining some text directly into the script:\n  `cat something.txt | tti`\n- By invoking the script directly and typing the text in it.\n  End your data with a dot.\n  ```shell\n  [user@machine ~]$ tti\n  your text\n  some other text\n  .\n  ```\n(Wanna type a dot? Ehhh... no)\n\n## Contributing\nFeel free to contribute, pull requests are always welcome.  \nPlease reveiw and clean your code with `shellcheck` before pushing it.  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhydrastro%2Ftti","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhydrastro%2Ftti","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhydrastro%2Ftti/lists"}