daily-code
daily-code copied to clipboard
/bounty should trigger an entry to a google doc
To keep things simple, before we have bounty-dispenser, we need a way to log all the bounties somewhere so we can track them effectively
@devsargam do u think this is easy to do?
Lets do a cloudflare fn so its easy to deploy
The ckoudflare fn can also post it on discord/tweet out at https://twitter.com/Techalerts101
The ckoudflare fn can also post it on discord/tweet out at https://twitter.com/Techalerts101
can other people try to build this as well or it is assigned to sargam only?
@hkirat yep very easy doable 100%
@piyushhsainii do u want to do it? @devsargam can u guide them?
feel free to divide
yeah can guide ofc
@hkirat can u assign @piyushhsainii. I'll help if needed
@piyushhsainii do u want to do it? @devsargam can u guide them?
Happy to contribute
@devsargam one question , do i need to create a section in daily code where you can log the bounty details that will store it in the google doc ,right?
Need to do some research here. I am guessing the core bot at https://github.com/code100x/github-sol-auto-dispenser is needed.
But I think should be a generic one to be used in cms, daily and chess too.
@piyushhsainii sir I want to work on this enhancement sir can you give me a chance to work on it if not no problem sir you carry on.
Hey @Ameerjafar. @piyushhsainii has already started the work can u work on something else for now?
ok @devsargam sir
@hkirat the automation-bot functionality is done, just need to add google doc now, sir can i use google sheet API for that? or strictly cloudfare is required?
any API is fine We need this asap can u PR whatever u have right now @piyushhsainii ?
please acitvely open draft PRs so we can partially review it
Hey @hkirat should this be a part of daily code or a standalone project?
Probably standalone yeah
https://github.com/code100x/bounty-hook
Can u create a repo sth like bounty-tracker with just a readme @hkirat
Probably standalone yeah
@hkirat
The Automation-Bot setup is done which respond to appropiate bounty message
- Automatic Discord Log is also setup
Raising a PR for this now.
Can't this be integrated with the bounty-dispenser only?
I was thinking of working on this, where the owner has the track of all the bounties on his dashboard in the bounty-dispenser.
@devsargam @hkirat @piyushhsainii
Yeah bounty dispenser is better but this should work as an intermediate solution as a lot of bounties are being dispatched right now hard to keep up
we will need some sort of manual intervention in bounty bot. Its a lil unsafe having a private key on an aws server
Also can get tricky in taxes if we do it via sol
@devsargam https://github.com/code100x/bounty-hook
Can't we do this on Zapier? Or is it expensive? @hkirat @devsargam
Yes but, github webhook hitting a hono app deployed on cloudflare fn should do it
@piyushhsainii still working on this?