Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Product Name Screen Shot

This Repository was created by the NFT-Bot-Team and hosts some sample code on how to retrieve Sales and Listings Events from Opensea. The idea was to create a easy to read and understand code, which can be used to build your own Project around NFT Sales and Listings events.

Please let us know if you need support with the code on our homepage or Discord Channel.

If you feel like not investing to much into self coding your NFT Sales and Listings bot for all the marketplaces out there feel free to get in touch with us on our Homepage.

We've already built a bot Monitoring all Sales and Listings Events for most NFT Marketplaces out there:

  • Opensea
  • Solanart
  • Magiceden
  • Alpha.art

Further we are also able to send those Events to Discord and your desired Twitter Account to increase your Awareness on social media. Just join our Discord Server and let us know about your question and how we can help you to scale your NFT Collection to the next level.

(back to top)

Built With

This repostirory includes some ready to run sample code to retrieve all Opensea Listing and Sales event in a defined intervall. It was build with node.js including a few usefull libraries.

(back to top)

Getting Started

This is a short step by step tutorial on how you can get this code up and running on your local server.

Installation

  1. Install npm
npm install npm@latest -g
  1. Clone the repo
    git clone https://github.com/NFT-Bots/NFT-Discord-Twitter-Bot
  2. Install NPM packages
    npm install
  3. Run the Code
    node apps.js

Adopt the code to your needs

  • Checkout config.js to make your adjusments such as intervall time
  • Spot the // here comes your code in app.js, you can do anything with the Sales and Listings Events there

(back to top)

Usage

Run the code and be the first to know about new Sales or Listings Events for your favorite collection. Marketplaces usually take about 30seconds to post those Events on their Homepage.

For more info, please refer to our Homepage

(back to top)

Roadmap

Here is the Road of our NFT-Bot services, some of this code may be included in this Opensource repository here:

  • Posting Sales and Listings events to Discord
  • Posting Sales events to Twitter
  • Adding customization features for Discord appearance and Twitter message
  • Support Solana NFT Marketplaces: solanart.io, magiceden.io, Alpha.art
  • Adding a floor price monitor
  • Adding collection stats to be displayed in Discord
  • Add Digital Eyes as a new marketplace

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Join our Discord

Project Link: https://github.com/NFT-Bots/NFT-Discord-Twitter-Bot

(back to top)

Acknowledgments

(back to top)