{"id":16376535,"url":"https://github.com/jamby/telewords","last_synced_at":"2026-04-07T06:30:18.410Z","repository":{"id":9948227,"uuid":"11966814","full_name":"jamby/telewords","owner":"jamby","description":"Change a list of telephone numbers to potential words from a dictionary.","archived":false,"fork":false,"pushed_at":"2013-08-08T03:38:37.000Z","size":1000,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-01T08:18:11.553Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/jamby.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":"2013-08-08T03:34:36.000Z","updated_at":"2013-10-01T16:57:57.000Z","dependencies_parsed_at":"2022-09-07T11:01:29.663Z","dependency_job_id":null,"html_url":"https://github.com/jamby/telewords","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/jamby%2Ftelewords","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamby%2Ftelewords/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamby%2Ftelewords/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamby%2Ftelewords/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jamby","download_url":"https://codeload.github.com/jamby/telewords/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239970661,"owners_count":19727010,"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":"2024-10-11T03:24:59.705Z","updated_at":"2026-04-07T06:30:18.343Z","avatar_url":"https://github.com/jamby.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Telewords\n=========\n\nChange a list of telephone numbers to potential words from a dictionary.\n\n=========\n\nThis is how this script is ran\n```\n$ ruby telewords.rb\n```\n^ Will run the default values, which are 1number.txt for the number file and words.txt for the dictionary file\n\nIf you'd like to add other files, just put them after the script's filename\n```\n$ ruby telewords.rb FILE_NAME FILE_NAME\n```\nLike the above, for instance with the attached files it would be\n```\n$ ruby telewords.rb numbers.txt numbers2.txt\n```\n\nIf you'd like to run with a specific dictionary, it MUST BE AT THE END OF THE COMMAND\nIt's ran with a '-d' in front of the file name\n```\n$ ruby telewords.rb -d DICT_FILE\n```\nThis will run the default number file with your specified dictionary\n```\n$ ruby telewords.rb -d dict.txt\n```\n\nTo add them all together it would be like\n```\n$ ruby telewords.rb FILE_NAME FILE_NAME -d DICT_FILE\n```\nOr....\n```\n$ ruby telewords.rb numbers.txt numbers2.txt -d dict.txt\n```\n\nAt the end, it will then output the answers to a file called \"perm.txt\"\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamby%2Ftelewords","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjamby%2Ftelewords","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamby%2Ftelewords/lists"}