farcaster-py icon indicating copy to clipboard operation
farcaster-py copied to clipboard

A Python SDK for the Farcaster network

Results 71 farcaster-py issues
Sort by recently updated
recently updated
newest added

Bumps [zipp](https://github.com/jaraco/zipp) from 3.16.2 to 3.17.0. Changelog Sourced from zipp's changelog. v3.17.0 Features Added CompleteDirs.inject classmethod to make available for use elsewhere. Bugfixes Avoid matching path separators for '?' in...

dependencies
python

Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.36 to 3.1.40. Release notes Sourced from gitpython's releases. 3.1.40 - fix downstream CI What's Changed Add missing info in Submodule.remove docstring by @​EliahKagan in gitpython-developers/GitPython#1714 Have...

dependencies
python

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.16 to 1.26.18. Release notes Sourced from urllib3's releases. 1.26.18 Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other"...

dependencies
python

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.4.0 to 3.5.0. Release notes Sourced from pre-commit's releases. pre-commit v3.5.0 Features Improve performance of check-hooks-apply and check-useless-excludes. #2998 PR by @​mxr. #2935 issue by @​mxr. Fixes...

dependencies
python

## 🚀 Feature Request Support hubs, and make the user experience as close to the traditional Warpcast API experience as possible. ## 🔈 Motivation The Warpcast API is being deprecated...

enhancement

Traceback (most recent call last): File "/root/wrap/wrap.py", line 22, in print(client.get_cast("0x321712dc8eccc5d2be38e38c1ef0c8916c49949a80ffe20ec5752bb23ea4d86f")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/root/wrap/myenv/lib/python3.12/site-packages/farcaster/client.py", line 338, in get_cast response = self._get( ^^^^^^^^^^ File "/root/wrap/myenv/lib/python3.12/site-packages/farcaster/client.py", line 89, in _get raise Exception(response["errors"])...

bug

is there is any way to use actions on any cast?

enhancement

There is a cast(name A for example) that I have and I know its hash. I want to cast another cast(name B) and I want A to be B's parent....

question

got error: {'message': 'Path /v2/cast?hash={hash} does not exist'}

question

## Description ## Related Issue ## Type of Change - [ ] 📚 Examples / docs / tutorials / dependencies update - [ ] 🔧 Bug fix (non-breaking change which...