Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

.NET 6 C# Ethereum OpenSea, LooksRare, x2y2 NFT sales bot for Discord

License

NotificationsYou must be signed in to change notification settings

ninjastacktech/discord-eth-nft-sales-bot

Repository files navigation

Instead of polling the OpenSea API, this bot connects to an Infura websocket channel, subscribing to the collection's contract address events.

It filters those events based on standardERC-721,ERC-1155 token transfer signature logs.

If the transaction's recipient matches the contract address of one of the popular NFT marketplaces on Ethereum, it will extract the token's metadata and post it to a Discord channel.

Currently supporting:

Built with 💙 and:

Usage

// You can either configure:// - channel id + bot token// - webhook URL (recommended option: restricts the bot to post to the specified channel)varbot=newNinjaBot(newNinjaBotOptions{DiscordBotToken="<discord_bot_token>",DiscordChannelId="<discord_channel_id>",DiscordWebhookUrl="<discord_webhook_url>",CollectionContractAddress="<collection_contract_address>",InfuraApiKey="<infura_api_key>"});awaitbot.StartAsync();

MIT License

About

.NET 6 C# Ethereum OpenSea, LooksRare, x2y2 NFT sales bot for Discord

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp