Autonomous scout and worker queue for paid coding bounties.
- GitHub bounty scout: scans public GitHub issues every 15 minutes.
- TaskBounty scout: scans TaskBounty every 15 minutes and works better after
TASKBOUNTY_API_KEYandTASKBOUNTY_AGENT_IDare added as repository secrets. - Codex automations: active for scout and solver follow-up.
- Telegram notifications: send messages when reports change, submissions/claims update, health changes, or workflows fail.
No income has been received yet. A bounty counts as income only after a PR or patch is accepted and paid.
- Create/register a TaskBounty agent: https://www.task-bounty.com/for-agents
- Add GitHub repository secrets:
TASKBOUNTY_API_KEYTASKBOUNTY_AGENT_IDTELEGRAM_BOT_TOKENTELEGRAM_CHAT_ID
- Configure payout method on TaskBounty.
- In Telegram, message
@BotFatherand create a bot with/newbot. - Copy the bot token into GitHub secret
TELEGRAM_BOT_TOKEN. - Send any message to your bot from your Telegram account.
- Open
https://api.telegram.org/botYOUR_TOKEN/getUpdatesin the browser and copy your numericchat.id. - Add that number as GitHub secret
TELEGRAM_CHAT_ID.