Science Score: 28.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
  • .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: 10 months ago · JSON representation ·

Repository

tweepy packaging

Basic Info
  • Host: salsa.debian.org
  • Owner: python-team
  • License: mit
  • Default Branch: master
Statistics
  • Stars: 0
  • Forks: 1
  • Open Issues:
  • Releases: 0
Created over 8 years ago
Metadata Files
Readme License Citation

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: Debian Python Team
  • Login: python-team
  • Kind: organization

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
keywords:
  - Python
  - Twitter
license: MIT
repository-code: 'https://github.com/tweepy/tweepy'
type: software
url: 'https://www.tweepy.org/'

Dependencies

docs/requirements.txt pypi
  • myst-parser ==0.15.2
  • readthedocs-sphinx-search ==0.1.1
  • sphinx ==4.2.0
  • sphinx-hoverxref ==0.7b1
  • sphinx-tabs ==3.2.0
  • sphinx_rtd_theme ==1.0.0
setup.py pypi
  • oauthlib >=3.2.0,<4
  • requests >=2.27.0,<3
  • requests-oauthlib >=1.2.0,<2