{"id":14978910,"url":"https://github.com/santhoshse7en/tweety","last_synced_at":"2025-10-15T08:37:13.611Z","repository":{"id":62585711,"uuid":"187882072","full_name":"santhoshse7en/tweety","owner":"santhoshse7en","description":"tweety scrape all the tweets using python and selenium with No API rate limits. No restrictions. Extremely fast.","archived":false,"fork":false,"pushed_at":"2025-05-08T04:02:46.000Z","size":24,"stargazers_count":5,"open_issues_count":5,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-20T06:31:04.192Z","etag":null,"topics":["scraper","selenium-webdriver","textblob","textblob-sentiment-analysis","tweety","twitter","twitter-api","twitter-sentiment-analysis","vandersentiment","without-api"],"latest_commit_sha":null,"homepage":"","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/santhoshse7en.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-05-21T17:13:16.000Z","updated_at":"2025-05-08T07:36:40.000Z","dependencies_parsed_at":"2025-07-09T17:05:45.596Z","dependency_job_id":"edceca14-b2f9-4bea-bb02-e6928ed25e91","html_url":"https://github.com/santhoshse7en/tweety","commit_stats":{"total_commits":10,"total_committers":1,"mean_commits":10.0,"dds":0.0,"last_synced_commit":"ffd49cc1ca539ad7a153d9181101c342a2a94000"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/santhoshse7en/tweety","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santhoshse7en%2Ftweety","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santhoshse7en%2Ftweety/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santhoshse7en%2Ftweety/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santhoshse7en%2Ftweety/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/santhoshse7en","download_url":"https://codeload.github.com/santhoshse7en/tweety/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santhoshse7en%2Ftweety/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279062016,"owners_count":26095514,"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","status":"online","status_checked_at":"2025-10-15T02:00:07.814Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["scraper","selenium-webdriver","textblob","textblob-sentiment-analysis","tweety","twitter","twitter-api","twitter-sentiment-analysis","vandersentiment","without-api"],"created_at":"2024-09-24T13:58:37.219Z","updated_at":"2025-10-15T08:37:13.576Z","avatar_url":"https://github.com/santhoshse7en.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![PyPI Version](https://img.shields.io/pypi/v/tweety.svg)](https://pypi.org/project/tweety)\n[![License](https://img.shields.io/pypi/l/tweety.svg)](https://pypi.python.org/pypi/tweety/)\n[![Documentation Status](https://readthedocs.org/projects/pip/badge/?version=latest\\\u0026style=flat)](https://santhoshse7en.github.io/tweety_doc)\n[![Downloads](https://pepy.tech/badge/tweety/month)](https://pepy.tech/project/tweety)\n\n# 🐦 Tweety\n\n**Tweety** is a Python-based tweet scraper that bypasses Twitter’s API limitations by using **Selenium** to collect tweets directly from the web. No API keys, no rate limits, no restrictions — just fast and flexible scraping.\n\n---\n\n## 🔗 Project Links\n\n| Resource       | URL                                                          |\n| -------------- | ------------------------------------------------------------ |\n| 🐍 PyPI\t       | [tweety on PyPI](https://pypi.org/project/tweety/)           |\n| 🛠 Repository  | [GitHub Repo](https://github.com/santhoshse7en/tweety/)      |\n| 📚 Documentation| [Documentation](https://santhoshse7en.github.io/tweety_doc/) |\n\n---\n\n## ✨ Features\n\n* 🔍 Scrape tweets by keyword/topic — no login required\n* 🚫 No Twitter API needed — no rate limits!\n* 🧠 Sentiment analysis using **VADER** and **TextBlob**\n* 📊 Structured output using **pandas**\n\n\u003e 🧪 You can scrape \\~25 pages (\\~1200 tweets) reliably in one run.\n\n---\n\n## 📦 Dependencies\n\n* `beautifulsoup4`\n* `selenium`\n* `chromedriver-binary`\n* `vaderSentiment`\n* `textblob`\n* `pandas`\n\n---\n\n## 📥 Installation\n\nInstall the dependencies with `pip`:\n\n```bash\npip install -r requirements.txt\n```\n\n---\n\n## ⚙️ Usage\n\n```python\nfrom twitter.tweety import tweets\n\n# Scrape tweets related to \"Super Deluxe\"\ntweety = tweets(\"Super Deluxe\")\n\n# Print sentiment analysis results\nprint(\"Polarity Scores : \" + str(tweety.final_sentiment_scores))\n```\n\n### 📂 Tweety Directory Structure\n\n![Directory Structure](https://user-images.githubusercontent.com/47944792/58116804-d3727b80-7c1a-11e9-9e2e-a675d98b8682.PNG)\n\n### 📊 Output Example\n\n```python\nPolarity Scores : {'positive': 0.55, 'neutral': 0.35, 'negative': 0.10}\n```\n\n![Output Screenshot](https://user-images.githubusercontent.com/47944792/53886316-c3002b00-4045-11e9-8a56-10ef06275951.PNG)\n\n---\n\n## 🤝 Contributing\n\nContributions are welcome!\nFor major changes, please open an issue first to discuss what you'd like to improve.\nDon't forget to update or add tests as needed.\n\n---\n\n## 📜 License\n\nThis project is licensed under the [MIT License](https://choosealicense.com/licenses/mit/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanthoshse7en%2Ftweety","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsanthoshse7en%2Ftweety","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanthoshse7en%2Ftweety/lists"}