Metadata-Version: 2.1
Name: twacapic
Version: 0.1.3.3
Summary: A Twitter Academic API Client
Home-page: https://github.com/Leibniz-HBI/twacapic
License: MIT
Author: Felix Victor Münch
Author-email: f.muench@leibniz-hbi.de
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: TwitterAPI (>=2.6.9,<3.0.0)
Project-URL: Repository, https://github.com/Leibniz-HBI/twacapic
Description-Content-Type: text/markdown

# twacapic

Twitter Academic API Client

In development. Not even ready for experimental use!


## Installation

Install via pip:

`pip install twacapic`


## Dev Install

1. Install [poetry](https://python-poetry.org/docs/#installation)
2. Clone repository
3. In the directory run `poetry install`
4. Run `poetry shell` to start development virtualenv


