https://github.com/eshaan7/doxxcaster
A bot that replies with a farcaster user's socials and bags
https://github.com/eshaan7/doxxcaster
farcaster
Last synced: 4 months ago
JSON representation
A bot that replies with a farcaster user's socials and bags
- Host: GitHub
- URL: https://github.com/eshaan7/doxxcaster
- Owner: eshaan7
- License: mit
- Created: 2023-12-09T11:10:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-13T12:18:38.000Z (over 1 year ago)
- Last Synced: 2025-01-20T22:51:45.220Z (4 months ago)
- Topics: farcaster
- Language: Python
- Homepage: https://warpcast.com/doxxbot
- Size: 97.7 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# doxxcaster
Bot: [`@doxxbot`](https://warpcast.com/doxxbot)
Anyone can drop a mention to `@doxxbot` in a cast to snoop on a Farcaster user's other social hangouts and top 10 ERC-20 stash, all without leaving Warpcast.
Just for the heck of it, the doxxed user is also notified via a message on [XMTP](https://xmtp.org/) with the replied cast's URL.
_Why?_ It's a seamless way to unmasking identities and spotting potential biases. On the flipside, if you're all about that privacy, the bot's got your back – check how exposed you are and dial it down.
Submitted as part of [ETHIndia 2023, Bangalore, India](https://devfolio.co/projects/doxxcaster-bd92).
## Bot Usage
Reply with `@doxxbot` on a user's cast or `@doxxbot ` to trigger a reply.
Video demo: https://www.youtube.com/shorts/awYpu3ZR9NU
## Example
![]()
## Installation
Requires: Python, node.js.
```bash
$ git clone https://github.com/eshaan7/doxxcaster
$ cd doxxcaster/
$ doxxcaster >> pip install poetry
$ doxxcaster >> poetry install
$ doxxcaster >> npm i
$ doxxcaster >> npm run build # to build the dist/index.js for xmtp binary
$ doxxcaster >> chmod +x xmtp # to make xmtp executable
$ doxxcaster >> python doxxcaster/bot/main.py # starts listener for notification stream
[2023-12-10 01:00:00 +0530] [42069] [INFO] Starting notification stream in main
```