{"id":34776923,"url":"https://github.com/m4fn3/pytweetdeck","last_synced_at":"2026-05-25T06:01:41.122Z","repository":{"id":61341062,"uuid":"550682466","full_name":"m4fn3/pytweetdeck","owner":"m4fn3","description":"Wrapper library of TweetDeck's internal api.","archived":false,"fork":false,"pushed_at":"2022-12-01T14:21:57.000Z","size":11,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-27T11:50:33.408Z","etag":null,"topics":["tweetdeck","twitter","twitter-api","twitter-streaming-api"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/pytweetdeck/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/m4fn3.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}},"created_at":"2022-10-13T06:46:24.000Z","updated_at":"2023-08-22T00:50:43.000Z","dependencies_parsed_at":"2023-01-23T20:31:10.002Z","dependency_job_id":null,"html_url":"https://github.com/m4fn3/pytweetdeck","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/m4fn3/pytweetdeck","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m4fn3%2Fpytweetdeck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m4fn3%2Fpytweetdeck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m4fn3%2Fpytweetdeck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m4fn3%2Fpytweetdeck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m4fn3","download_url":"https://codeload.github.com/m4fn3/pytweetdeck/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m4fn3%2Fpytweetdeck/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33462501,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-25T02:24:28.008Z","status":"ssl_error","status_checked_at":"2026-05-25T02:23:23.339Z","response_time":57,"last_error":"SSL_read: 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":["tweetdeck","twitter","twitter-api","twitter-streaming-api"],"created_at":"2025-12-25T08:35:14.295Z","updated_at":"2026-05-25T06:01:41.116Z","avatar_url":"https://github.com/m4fn3.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pytweetdeck\nWrapper library of TweetDeck's internal api.\n\nYou can handle twitter functions without consumer key/secret since pytweetdeck uses an internal api which is used in TweetDeck.\n\n## Install\n```\npip install pytweetdeck\n```\nor directly from GitHub\n```\npip install git+https://github.com/m4fn3/pytweetdeck.git\n```\n## Quick Example\nCheck examples directory to find more.\n```python\nimport pytweetdeck\n# login\nclient = pytweetdeck.Client(name_or_email=\"USERNAME\", password=\"PASSWORD\")\n# tweet text\nclient.send_tweet(\"Hello from pytweetdeck!\")\n# stream timeline tweet\nfor tweet in client.stream_timeline():\n    print(tweet)\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm4fn3%2Fpytweetdeck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm4fn3%2Fpytweetdeck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm4fn3%2Fpytweetdeck/lists"}