Skip to content

UniverseXYZ/PolymorphsBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twitter-bot

WebSocket Infura node connection, listening for events and making Twitter posts with images

Configuration needed in .env file:

  • Twitter

  1. APPLICATION_CONSUMER_KEY
  2. APPLICATION_CONSUMER_SECRET
  3. ACCESS_TOKEN
  4. ACCESS_TOKEN_SECRET
  • Infura

  1. INFURA_KEY
  • Contract Address

  1. CONTRACT_ADDRESS

Contract ABI is needed for contract instantiation.

How to run

Open terminal run

npm install
node index

About

WebSocket Infura node connection, listening for events and making Twitter posts with images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors