Git Product home page Git Product logo

opensea-activity-bot's Introduction

opensea-activity-bot

Example Discord messages

A bot that shares new OpenSea events for a collection to Discord and Twitter.

Designed to handle multiple output configurations, like a Discord activity feed and a Twitter sales feed.

Originally developed for @dutchtide's ๐•„๐•š๐••๐•Ÿ๐•š๐•˜๐•™๐•ฅ ๅคๅญฃ ๐”น๐•ฃ๐•–๐•–๐•ซ๐•– collection, on Twitter at @mbsalesbot.

An OpenSea API key is needed - request one here.

To run multiple instances of this bot at once check out bot-runner. Also check out discord-nft-bot.

Setup

Env

Please define the env variables outlined in this section for the repository to work as intended.

Valid event types

Valid string values for event types to react on are:

  • created for new listings and auctions
  • successful for sales
  • cancelled
  • offer_entered
  • bid_entered
  • bid_withdrawn
  • transfer

Project-specific

  • TOKEN_ADDRESS

APIs

  • OPENSEA_API_TOKEN
  • INFURA_PROJECT_ID (for ENS support)

To share on Discord

  • DISCORD_EVENTS
    • The Discord channel ID with a comma separated list of event types for the bot to send through discord
      • e.g. 662377002338091020=successful
    • For multiple channels separate with an ampersand (&)
      • e.g. 662377002338091020=successful,created,cancelled&924064011820077076=bid_entered,bid_withdrawn
  • DISCORD_TOKEN
    • To get your DISCORD_TOKEN, create a Discord app. Create a bot with the permissions: Send Messages and Embed Links. Then add your bot to your server.
    • The DISCORD_TOKEN looks like this: OTE5MzY5ODIyNzEyNzc5NzUz.YBuz2g.x1rGh4zx_XlSNj43oreukvlwsfw

To tweet

  • TWITTER_EVENTS
    • Comma separated list of event types for the bot to tweet
    • e.g. successful,bid_entered

Create an application in the Twitter Developer Platform and provide:

  • TWITTER_CONSUMER_KEY
  • TWITTER_CONSUMER_SECRET
  • TWITTER_ACCESS_TOKEN
  • TWITTER_ACCESS_TOKEN_SECRET

Optional

  • OPENSEA_BOT_INTERVAL
    • Number of seconds interval for the bot to run (default: 60)
  • MIN_OFFER_USD
    • Offers or bids less than this amount will be ignored (default: 100)

Run

yarn start

Heroku

A Procfile is included for easy use on platforms like Heroku.

Clone this repo, push it to heroku, set up the environment variables above, and spin up a worker with heroku ps:scale web=0 worker=1

Then watch the logs with heroku logs --tail

If your discord bot is not able to post messages ensure it is added to the channels you've specified and it has the permissions to Send Messages and Embed Links.

opensea-activity-bot's People

Contributors

ryanio avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.