Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ysenarath/tweetkit
A Python Client for Twitter API
https://github.com/ysenarath/tweetkit
academic-research python python-client twitter-api
Last synced: 2 days ago
JSON representation
A Python Client for Twitter API
- Host: GitHub
- URL: https://github.com/ysenarath/tweetkit
- Owner: ysenarath
- License: mit
- Created: 2018-10-03T17:57:25.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-23T16:27:49.000Z (over 1 year ago)
- Last Synced: 2024-10-13T03:50:12.188Z (26 days ago)
- Topics: academic-research, python, python-client, twitter-api
- Language: Python
- Homepage: https://tweetkit.readthedocs.io
- Size: 827 KB
- Stars: 14
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Citation: CITATION.cff
Awesome Lists containing this project
README
# [TweetKit](https://github.com/ysenarath/tweetkit)
[![Documentation Status](https://readthedocs.org/projects/tweetkit/badge/?version=latest)](https://tweetkit.readthedocs.io/en/latest/?badge=latest)
[![PyPI version](https://badge.fury.io/py/tweetkit.svg)](https://badge.fury.io/py/tweetkit)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"
```