{"id":15010353,"url":"https://github.com/flashdroid15/whatsapp_chat_log_clojure-sharp-term2","last_synced_at":"2026-02-02T13:39:10.922Z","repository":{"id":247573006,"uuid":"767108504","full_name":"flashdroid15/whatsapp_chat_log_clojure-SHARP-Term2","owner":"flashdroid15","description":"A program that extracts messages sent by particular users within a WhatsApp group chat","archived":false,"fork":false,"pushed_at":"2024-05-10T19:14:15.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-19T13:25:39.066Z","etag":null,"topics":["clojure"],"latest_commit_sha":null,"homepage":"","language":"Clojure","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/flashdroid15.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-04T18:06:30.000Z","updated_at":"2024-05-10T19:14:18.000Z","dependencies_parsed_at":"2024-07-09T13:42:00.490Z","dependency_job_id":null,"html_url":"https://github.com/flashdroid15/whatsapp_chat_log_clojure-SHARP-Term2","commit_stats":null,"previous_names":["flashdroid15/whatsapp_chat_log_clojure-sharp-term2"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flashdroid15%2Fwhatsapp_chat_log_clojure-SHARP-Term2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flashdroid15%2Fwhatsapp_chat_log_clojure-SHARP-Term2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flashdroid15%2Fwhatsapp_chat_log_clojure-SHARP-Term2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flashdroid15%2Fwhatsapp_chat_log_clojure-SHARP-Term2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flashdroid15","download_url":"https://codeload.github.com/flashdroid15/whatsapp_chat_log_clojure-SHARP-Term2/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243290984,"owners_count":20267825,"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":["clojure"],"created_at":"2024-09-24T19:33:40.444Z","updated_at":"2026-02-02T13:39:10.894Z","avatar_url":"https://github.com/flashdroid15.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Prerequisites\n[GraalVM](https://www.graalvm.org)  \n[babashka](https://github.com/babashka/babashka/blob/master/doc/build.md)\n\n# Usage\nFilters WhatsApp chat logs for particular users using regular expressions.  \nReceives WhatsApp chat logs as a .txt file and outputs a filtered .txt file of chats, by their contact name.  \nRequires 3 command line arguments, the input file path, the output file path, and the contact name to search for.\n\nTo run, navigate to the directory with search.clj and run this command  \n``bb search.clj \u003cinput file\u003e \u003coutput file\u003e \u003ccontact name\u003e``\n\n\u003e Special characters should be preceded with a backslash (\\\\).  \n\u003e e.g. \\\\+65 instead of +65  \n\n\u003e Arguments with whitespaces should be encased in double quotes.  \n\u003e e.g. \"+65 999\" instead of +65 999\n\n# Functional Programming Concepts\n\n## Higher Order Functions\nStream operations such as filter are higher order functions. In our program, filter is used to check if each item in the vector contains a match for our regular expressions. \ndoseq is also a higher order function. doseq acts as a foreach loop and in our program, applies the spit operation to write the results of the filter to a new file.\n\n## Minimal Actions \nOur program has zero actions other than the input and output operations. Otherwise, our program composes on only calculations.\n\n## Immutable Data\nRather than storing the chat log as a vector, mutating it, then writing to an external file, our program uses stream operations to create a new vector of the filtered chat log, then outputs it to an external file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflashdroid15%2Fwhatsapp_chat_log_clojure-sharp-term2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflashdroid15%2Fwhatsapp_chat_log_clojure-sharp-term2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflashdroid15%2Fwhatsapp_chat_log_clojure-sharp-term2/lists"}