Side Project
Argus, a deployable bot that automates setup and moderation for NFT communities.
I built Argus with a partner over about a month: a Python bot that server admins drive entirely through slash commands. It can scaffold a whole community server from a single command, then handle the day-to-day, from giveaways and polls to live NFT sale tracking.
The headline command. /setup scaffolds an entire
community server in one shot: text and voice channels plus a role
hierarchy with scoped permissions, modeled on established NFT
servers. It asks for confirmation first, times out if ignored,
and can be undone.
Point /opensea at an NFT contract and it watches the
OpenSea API for sales, posting each one to the channel with the
item's thumbnail, name, collection, and price, so mods can see
how a collection is moving in real time.