Metadata-Version: 2.1
Name: farcaster-cli
Version: 0.1.0
Summary: Farcaster CLI Client
License: MIT
Author: Mason Hall
Author-email: masonhall@gmail.com
Requires-Python: >=3.7.2,<4.0.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: farcaster (>=0.7.2,<0.8.0)
Requires-Dist: typer[all] (>=0.7.0,<0.8.0)
Description-Content-Type: text/markdown

---
title: Farcaster CLI Client
description: A Farcaster CLI Client written in Python
tags:
  - python
  - Farcaster
---
## ✨ Features

- Read casts from everyone
- Read casts from the people you follow

## 💁‍♀️ How to use

- Install package using `poetry add farcaster-cli`
- Start the bot using `poetry run python main.py`

