Science Score: 54.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.6%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: swesmith
  • License: mit
  • Language: Python
  • Default Branch: main
  • Size: 5.65 MB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created 12 months ago · Last pushed 11 months ago
Metadata Files
Readme License Citation Security

README.md

Tweepy: Twitter for Python!

PyPI Version Python Versions DOI

Documentation Status Test Status Coverage Status

Discord Server

Installation

The easiest way to install the latest version from PyPI is by using pip:

pip install tweepy

To use the tweepy.asynchronous subpackage, be sure to install with the async extra:

pip install tweepy[async]

You can also use Git to clone the repository from GitHub to install the latest development version:

git clone https://github.com/tweepy/tweepy.git
cd tweepy
pip install .

Alternatively, install directly from the GitHub repository:

pip install git+https://github.com/tweepy/tweepy.git

Python 3.7 - 3.11 are supported.

Links

Owner

  • Name: SWE-smith
  • Login: swesmith
  • Kind: organization

Scaling Data for Software Engineering Agents

Citation (CITATION.cff)

cff-version: 1.2.0
title: Tweepy
message: "If you use Tweepy, please cite it using this metadata."
abstract: "Tweepy is a Python library for interfacing with Twitter's API."
authors:
  - given-names: Harmon
    alias: Harmon758
    orcid: "https://orcid.org/0000-0002-2632-0921"
  - given-names: Joshua
    family-names: Roesslein
  - name: "other contributors"
doi: 10.5281/zenodo.7259945
identifiers:
  - description: "The concept DOI for the collection containing all versions of Tweepy"
    type: doi
    value: 10.5281/zenodo.7259945
  - description: "The versioned DOI for version 4.12.0 of Tweepy"
    type: doi
    value: 10.5281/zenodo.7259946
  - description: "The versioned DOI for version 4.12.1 of Tweepy"
    type: doi
    value: 10.5281/zenodo.7296886
  - description: "The versioned DOI for version 4.13.0 of Tweepy"
    type: doi
    value: 10.5281/zenodo.7713369
  - description: "The versioned DOI for version 4.14.0 of Tweepy"
    type: doi
    value: 10.5281/zenodo.7860636
keywords:
  - Python
  - Twitter
license: MIT
repository-code: 'https://github.com/tweepy/tweepy'
type: software
url: 'https://www.tweepy.org/'

GitHub Events

Total
  • Delete event: 160
  • Create event: 158
Last Year
  • Delete event: 160
  • Create event: 158