tweetkit

A Python Client for Twitter API

https://github.com/ysenarath/tweetkit

Science Score: 44.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
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.5%) to scientific vocabulary

Keywords

academic-research python python-client twitter-api
Last synced: 6 months ago · JSON representation ·

Repository

A Python Client for Twitter API

Basic Info
Statistics
  • Stars: 14
  • Watchers: 2
  • Forks: 2
  • Open Issues: 0
  • Releases: 14
Topics
academic-research python python-client twitter-api
Created over 7 years ago · Last pushed almost 3 years ago
Metadata Files
Readme License Citation

README.md

TweetKit

Documentation Status PyPI version

A python Twitter client focused mainly on Twitter API for academic research.

Installation

If you have pip installed:

pip install tweetkit

From the source: ```shell git clone https://github.com/ysenarath/tweetkit.git

add path to the ./tweetkit folder in PYTHONPATH

export PYTHONPATH="${PYTHONPATH}:$(pwd)/tweetkit" ```

Owner

  • Name: Yasas Senarath
  • Login: ysenarath
  • Kind: user
  • Location: Virginia
  • Company: George Mason University

Ph.D. Student #GeorgeMasonUniversity • GRA #human_info_lab

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: TweetKit
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: Yasas
    family-names: Senarath
identifiers:
  - type: url
    value: 'https://github.com/ysenarath/tweetkit'
    description: GitHub
repository-code: 'https://github.com/ysenarath/tweetkit'

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: 7 months ago

All Time
  • Total issues: 0
  • Total pull requests: 3
  • Average time to close issues: N/A
  • Average time to close pull requests: less than a minute
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 3
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • ysenarath (3)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 2
  • Total downloads:
    • pypi 66 last-month
  • Total dependent packages: 0
    (may contain duplicates)
  • Total dependent repositories: 1
    (may contain duplicates)
  • Total versions: 31
  • Total maintainers: 1
proxy.golang.org: github.com/ysenarath/tweetkit
  • Versions: 13
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent packages count: 5.4%
Average: 5.6%
Dependent repos count: 5.8%
Last synced: 6 months ago
pypi.org: tweetkit

TweetKit

  • Versions: 18
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 66 Last month
Rankings
Dependent packages count: 10.0%
Average: 19.9%
Dependent repos count: 21.7%
Downloads: 28.0%
Maintainers (1)
Last synced: 6 months ago

Dependencies

docs/requirements.txt pypi
  • pydata-sphinx-theme *
requirements.txt pypi
  • attrs ==22.1.0
  • build ==0.9.0
  • certifi ==2022.9.24
  • charset-normalizer ==2.1.1
  • click ==8.1.3
  • exceptiongroup ==1.0.1
  • idna ==3.4
  • iniconfig ==1.1.1
  • oauthlib ==3.2.2
  • packaging ==21.3
  • pep517 ==0.13.0
  • pip-tools ==6.9.0
  • pluggy ==1.0.0
  • pyparsing ==3.0.9
  • pytest ==7.2.0
  • requests ==2.28.1
  • requests-oauthlib ==1.3.1
  • tomli ==2.0.1
  • urllib3 ==1.26.12
  • wheel ==0.38.1
pyproject.toml pypi
setup.py pypi