{"id":18251782,"url":"https://github.com/hiroakis/twslacker","last_synced_at":"2025-04-08T20:46:53.626Z","repository":{"id":31100297,"uuid":"34659510","full_name":"hiroakis/twslacker","owner":"hiroakis","description":"notify twitter stream to slack","archived":false,"fork":false,"pushed_at":"2015-05-06T05:09:35.000Z","size":139,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-14T16:39:44.652Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/hiroakis.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":"2015-04-27T10:08:51.000Z","updated_at":"2015-05-06T05:09:35.000Z","dependencies_parsed_at":"2022-08-07T16:00:42.965Z","dependency_job_id":null,"html_url":"https://github.com/hiroakis/twslacker","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/hiroakis%2Ftwslacker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiroakis%2Ftwslacker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiroakis%2Ftwslacker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiroakis%2Ftwslacker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hiroakis","download_url":"https://codeload.github.com/hiroakis/twslacker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247927089,"owners_count":21019504,"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-11-05T09:48:28.934Z","updated_at":"2025-04-08T20:46:53.600Z","avatar_url":"https://github.com/hiroakis.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Twslacker\n\nNotify slack of the twitter stream.\n\n## Requirements\n\n* Ruby\n* Twitter tokens\n* Slack incoming webhook URL\n\n## Installation\n\n```\ngit clone git@github.com:hiroakis/twslacker.git\ncd twslacker\nbundle install --path .bundle\n```\n\n## Usage\n\nAt first, create configration file `cp -p config.yml .config.yml`. Twslacker use `.config.yml` by default. Or you can use `-c` option to specify configuration file.\n\n### start application\n\n```\n# sample: Random tweets in all over the world\nbundle exec ruby bin/twslacker start --type sample\n\n# track: Tweets that include specified keywords\nbundle exec ruby bin/twslacker start --type track keyword keyword...\n\n# follow: Tweets of specified twitter users\nbundle exec ruby bin/twslacker start --type follow screen_name screen_name...\n\n# userstream: Your timeline(default)\nbundle exec ruby bin/twslacker start --type userstream\n```\n\nIf you would like to ignore some words, you can use `--ignore` option.\n\n* ignore tweet that includes \"AAA\", \"BBB\" or \"CCC\"\n\n```\nbundle exec ruby bin/twslacker start --type sample --ignore=AAA,BBB,CCC\n```\n\n* ignore Retweet, mention and hashtag\n\n```\nbundle exec ruby bin/twslacker start --type sample --ignore=RT,@,#\n```\n\n* daemonize\n\nIf you would like to start this application in daemon mode, use `-d` flag.\n\n```\nbundle exec ruby bin/twslacker start --type sample --ignore=AAA,BBB,CCC -d\n```\n\n### stop application\n\n```\nbundle exec ruby bin/twslacker stop\n```\n\n## TODO\n\ntest\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiroakis%2Ftwslacker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhiroakis%2Ftwslacker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiroakis%2Ftwslacker/lists"}