{"id":16119073,"url":"https://github.com/benslabbert/twitter-feed","last_synced_at":"2025-10-06T19:28:55.477Z","repository":{"id":101553813,"uuid":"141180732","full_name":"BenSlabbert/twitter-feed","owner":"BenSlabbert","description":null,"archived":false,"fork":false,"pushed_at":"2018-07-16T18:56:30.000Z","size":57,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-06T10:17:10.455Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/BenSlabbert.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":"2018-07-16T18:55:13.000Z","updated_at":"2018-07-16T18:56:31.000Z","dependencies_parsed_at":"2023-06-05T14:30:25.842Z","dependency_job_id":null,"html_url":"https://github.com/BenSlabbert/twitter-feed","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BenSlabbert/twitter-feed","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenSlabbert%2Ftwitter-feed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenSlabbert%2Ftwitter-feed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenSlabbert%2Ftwitter-feed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenSlabbert%2Ftwitter-feed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BenSlabbert","download_url":"https://codeload.github.com/BenSlabbert/twitter-feed/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenSlabbert%2Ftwitter-feed/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278667719,"owners_count":26025288,"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","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-09T20:52:34.148Z","updated_at":"2025-10-06T19:28:55.428Z","avatar_url":"https://github.com/BenSlabbert.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Twitter Feed\n\n## Requirements\n\n* Java 1.8 JDK\n\n## Build\n\nThe project includes the Maven Wrapper JAR, to build:\n\n`./mvnw clean compile`\n\n## Test\n\n`./mvnw clean test`\n\n## Package\n\nThis project packages into a single JAR file:\n\n`./mvnw clean package`\n\n## Example Demo\n\n`java -jar target/twitter-feed.jar ./src/test/resources/users_1.txt ./src/test/resources/tweets_1.txt`\n\n`java -jar target/twitter-feed.jar ./src/test/resources/users_2.txt ./src/test/resources/tweets_2.txt`\n\n`java -jar target/twitter-feed.jar ./src/test/resources/users_3.txt ./src/test/resources/tweets_3.txt`\n\n## Assumptions\n\n1.) `users.txt`\n\nIf the same user if defined more than once, the last entry will replace the earlier entry.\nFor example:\n\nWard follows Alan\n\nWard follows Martin\n\nThis will result in `Ward` following `Martin` and **not** `Alan`.\n\n2.) `users.txt`\n\nThe separating string is as follows: ` follows `\n\nExample of an acceptable entry:\n\n`Ward follows Martin, Alan`\n\nExample of an unacceptable entry:\n\n`Ward follow Martin, Alan`\n\n3.) `tweets.txt`\n\nIf the message of the tweet is longer than 140 characters, an exception will be thrown\nand the program will stop executing.\n\n4.) `tweets.txt`\n\nthe tweeter and the tweet message must be split by 2 characters:\n\n`\u003e `\n\nA `\u003e` and a ` ` (space)  must be present.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenslabbert%2Ftwitter-feed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenslabbert%2Ftwitter-feed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenslabbert%2Ftwitter-feed/lists"}