{"id":17867193,"url":"https://github.com/s/twitterprinter","last_synced_at":"2025-04-02T22:13:38.303Z","repository":{"id":9728552,"uuid":"11686832","full_name":"s/TwitterPrinter","owner":"s","description":"A Python application that prints tweets","archived":false,"fork":false,"pushed_at":"2013-08-08T00:14:23.000Z","size":1044,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-08T12:30:45.430Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/s.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-07-26T13:54:45.000Z","updated_at":"2024-08-12T19:22:42.000Z","dependencies_parsed_at":"2022-09-21T13:42:11.767Z","dependency_job_id":null,"html_url":"https://github.com/s/TwitterPrinter","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/s%2FTwitterPrinter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s%2FTwitterPrinter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s%2FTwitterPrinter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s%2FTwitterPrinter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/s","download_url":"https://codeload.github.com/s/TwitterPrinter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246899667,"owners_count":20851898,"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-28T09:45:06.266Z","updated_at":"2025-04-02T22:13:38.281Z","avatar_url":"https://github.com/s.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"TwitterPrinter\n==============\n\nA Python application that searchs and prints Twitter tweets with the given hashtag.\n\nApplication first connects to Twitter Api and fetchs matched tweet datas.\u003cbr/\u003e\n\nThen clones the template \u003ccode\u003emain.html\u003c/code\u003e and replaces tags with returning data from Api.\n\n##Installation and Run\n\n```\n$ git clone git://github.com/s/TwitterPrinter.git ~/TwitterPrinter\n$ cd ~/TwitterPrinter\n$ python app.py\n```\n\n##Skeletal\n  \u003ch3\u003eClasses: (Core python files)\u003c/h3\u003e\u003cbr/\u003e\n    \u003ccode\u003eApi.py\u003c/code\u003e : Handles Twitter Api connection and generates html files.\u003cbr/\u003e    \n  \n   \u003ch3\u003eOutput: (Public data)\u003c/h3\u003e\u003cbr/\u003e\n    \u003ccode\u003eassets\u003c/code\u003e          : Contains css and font files.\u003cbr/\u003e\n    \u003ccode\u003etemplates\u003c/code\u003e        : Contains original templates.\u003cbr/\u003e\n    \u003ccode\u003eviews\u003c/code\u003e           : Contains generated views. Generated views will be in the folder for e.g \u003ccode\u003eviews/#TwitterPrinter\u003c/code\u003e\u003cbr/\u003e\n\n##Configuration (config.yaml)  \n  \t\u003ccode\u003econsumerKey      \u003c/code\u003e   : Instagram api consumer key.\u003cbr/\u003e\n\t  \u003ccode\u003econsumerSecret    \u003c/code\u003e  : Instagram api consumer secret.\u003cbr/\u003e\n\t  \u003ccode\u003eaccessToken        \u003c/code\u003e : Instagram api access token.\u003cbr/\u003e\n\t  \u003ccode\u003eaccessTokenSecret  \u003c/code\u003e : Instagram api access token secret.\u003cbr/\u003e\n  \t\u003ccode\u003edelayTime        \u003c/code\u003e   : Delay time between each api request. Default: \u003ccode\u003e30\u003c/code\u003e(seconds)\u003cbr/\u003e\t\n  \t\u003ccode\u003epageTitle        \u003c/code\u003e   : Page title of generated html file. Default: \u003ccode\u003eInstagramPrinter\u003c/code\u003e\u003cbr/\u003e\n  \t\u003ccode\u003esearchHashtag    \u003c/code\u003e   : Hashtag to search. Default:\u003ccode\u003eTwitterPrinter\u003c/code\u003e\u003cbr/\u003e\t\n  \t\u003ccode\u003etemplateFileName \u003c/code\u003e   : Name of template file. Default: \u003ccode\u003emain.html\u003c/code\u003e\u003cbr/\u003e\n\n\n##View Template Tags:\n\n\n\u003ccode\u003e{$title}\u003c/code\u003e                    : Page Title\u003cbr/\u003e\n\u003ccode\u003e{$photoUrl}\u003c/code\u003e                 : Url of photo\u003cbr/\u003e\n\u003ccode\u003e{$photoWidth}\u003c/code\u003e               : Width of photo\u003cbr/\u003e\n\u003ccode\u003e{$photoHeight}\u003c/code\u003e              : Height of photo\u003cbr/\u003e\n\u003ccode\u003e{$postOwnerAvatar}\u003c/code\u003e          : Avatar of post owner\u003cbr/\u003e\n\u003ccode\u003e{$postOwnerUsername}\u003c/code\u003e        : Screen username of post owner\u003cbr/\u003e\n\u003ccode\u003e{$postOwnerName}\u003c/code\u003e      \t\t : Name of post owner\u003cbr/\u003e\n\u003ccode\u003e{$postDate}\u003c/code\u003e                 : Create date of post\u003cbr/\u003e\n\u003ccode\u003e{$photo} .. {/$photo}\u003c/code\u003e \t\t : Media block\u003cbr/\u003e\n\n\n##Screen Shots\n\n![View Screen Shot](https://github.com/s/TwitterPrinter/blob/master/screenshots/twitter.png?raw=true)\n\n##TO-DO\n-\u003eLog files.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs%2Ftwitterprinter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fs%2Ftwitterprinter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs%2Ftwitterprinter/lists"}