{"id":16471091,"url":"https://github.com/kshru9/mini-tweet","last_synced_at":"2026-05-15T14:03:48.467Z","repository":{"id":67398288,"uuid":"316182245","full_name":"kshru9/Mini-Tweet","owner":"kshru9","description":"server and client of twitter in python","archived":false,"fork":false,"pushed_at":"2020-12-03T09:50:03.000Z","size":58,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T08:57:34.658Z","etag":null,"topics":["caesar-cipher","client","database","dictionary","mask-password","python","server","socket","socket-programming","twitter"],"latest_commit_sha":null,"homepage":"","language":"Python","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/kshru9.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":"2020-11-26T09:30:17.000Z","updated_at":"2021-10-28T13:20:37.000Z","dependencies_parsed_at":"2023-06-15T02:45:10.964Z","dependency_job_id":null,"html_url":"https://github.com/kshru9/Mini-Tweet","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kshru9/Mini-Tweet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kshru9%2FMini-Tweet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kshru9%2FMini-Tweet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kshru9%2FMini-Tweet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kshru9%2FMini-Tweet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kshru9","download_url":"https://codeload.github.com/kshru9/Mini-Tweet/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kshru9%2FMini-Tweet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33068894,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["caesar-cipher","client","database","dictionary","mask-password","python","server","socket","socket-programming","twitter"],"created_at":"2024-10-11T12:12:37.702Z","updated_at":"2026-05-15T14:03:48.462Z","avatar_url":"https://github.com/kshru9.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mini Tweet\n\n### Goal of the project\nDesign and implement a Minie-Tweet tool using any of the networking paradigms that allows you to support the necessary Twitter features. User Management, Data updates, Notifications, etc.\n\n\n### Structure of database\n\u003cpre\u003e\u003ccode\u003e\n    {\n        username: {\n            password: password,\n            is_logged: true,\n            tweets: list({\n                    tweet: string,\n                    date: date,\n                    time: time,\n                    retweet: NA / from username\n                }),\n            followers: list(),\n            following: list()\n        },\n\n        hashtag_category:{ \n            hashtag:{\n                list({ username:\n                    tweet: string,\n                    date: date,\n                    time: time,\n                    retweet: NA / from username\n                })\n            }\n        }\n    }\n\u003c/pre\u003e\u003c/code\u003e\n### Instructions to run the program\n\n- Open two or more terminals in your computer\n- Run `python server.py` in one terminal first\n- Run `python client.py` in other terminals\n\n_YouTube Video_: https://youtu.be/8q_hZBp9SEI\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkshru9%2Fmini-tweet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkshru9%2Fmini-tweet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkshru9%2Fmini-tweet/lists"}