Skip to content

chopperdaddy/nft-sales-twitter-bot

Repository files navigation

‼️ This repo is no longer maintained & has been deprecated in favor of https://github.com/Crypto-Phunks/nft-sales-twitter-bot

Twitter NFT sales bot

Description

Tweets real-time NFT sales for ERC721 Smart contracts

In order to use this you’ll need to apply for Elevated access via the Twitter Developer Portal. You can learn more here.

Installation

$ npm install
  1. Create .env file & add contents from example.env -- Add your API credentials.
  2. Edit the src/config.ts file to add your smart contract & customize the tweet parameters.
  3. Edit src/app.service.ts to customize for your use (Experienced users only & not a requirement).
  4. Build & Deploy npm run build
  5. Feel free to reach out on twitter

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Created by

License

Created using Nest framework TypeScript starter repository. Nest is MIT licensed.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published