{"id":16489252,"url":"https://github.com/suddi/tweetstreamer","last_synced_at":"2026-01-03T00:58:04.698Z","repository":{"id":62585678,"uuid":"69110218","full_name":"suddi/tweetstreamer","owner":"suddi","description":"A PyPy module to stream tweets accessing Twitter's streaming API based on input criteria (https://pypi.python.org/pypi/tweetstreamer)","archived":false,"fork":false,"pushed_at":"2024-05-21T09:24:50.000Z","size":19,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-25T08:46:45.007Z","etag":null,"topics":["pypi","python","twitter","twitter-streaming-api"],"latest_commit_sha":null,"homepage":"https://pypi.python.org/pypi/tweetstreamer","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/suddi.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":"2016-09-24T15:24:13.000Z","updated_at":"2020-05-19T11:31:54.000Z","dependencies_parsed_at":"2022-11-03T22:03:31.099Z","dependency_job_id":null,"html_url":"https://github.com/suddi/tweetstreamer","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suddi%2Ftweetstreamer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suddi%2Ftweetstreamer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suddi%2Ftweetstreamer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suddi%2Ftweetstreamer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/suddi","download_url":"https://codeload.github.com/suddi/tweetstreamer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243955750,"owners_count":20374372,"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":["pypi","python","twitter","twitter-streaming-api"],"created_at":"2024-10-11T13:43:44.383Z","updated_at":"2026-01-03T00:58:04.658Z","avatar_url":"https://github.com/suddi.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tweetstreamer\n\n[![CircleCI](https://circleci.com/gh/suddi/tweetstreamer.svg?style=svg)](https://circleci.com/gh/suddi/tweetstreamer)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/a3fbed333f5e4d43b6be56a000ea42ca)](https://www.codacy.com/app/suddir/tweetstreamer)\n[![PyPI](https://img.shields.io/pypi/v/tweetstreamer.svg?maxAge=2592000)](https://pypi.python.org/pypi/tweetstreamer)\n[![PyPI](https://img.shields.io/pypi/wheel/tweetstreamer.svg)](https://pypi.python.org/pypi/tweetstreamer)\n[![PyPI](https://img.shields.io/pypi/implementation/tweetstreamer.svg)](https://github.com/suddi/tweetstreamer)\n[![license](https://img.shields.io/github/license/suddi/tweetstreamer.svg?maxAge=2592000)](https://github.com/suddi/tweetstreamer)\n\nA Tweepy streamer to collect tweets from Twitter's Streaming API based on criteria, with an extremely simple API\n\n## Requirements\n\nYou will need the following from Twitter:\n\n* CONSUMER_KEY\n* CONSUMER_SECRET\n* ACCESS_KEY\n* ACCESS_SECRET\n\nFor this you can visit https://apps.twitter.com to setup the access keys\n\n## Install\n\n````\npip install tweetstreamer\n````\n\n## Usage\n\nFor example if you want to listen for tweets about $AAPL stocks\n\n````\nfrom tweetstreamer import auth, listen\n\nconnection = auth(\u003cCONSUMER_KEY\u003e, \u003cCONSUMER_SECRET\u003e, \u003cACCESS_KEY\u003e, \u003cACCESS_SECRET\u003e)\nlisten(connection, \u003cTRACK\u003e, on_status, on_error, on_timeout, on_disconnect)\n````\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuddi%2Ftweetstreamer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuddi%2Ftweetstreamer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuddi%2Ftweetstreamer/lists"}