- clone the repo to your local directory and
npm install
to download node_modules. - Fill the .env file credentials using .env.example template for reference. We use Moralis.io as a node service.
- Use
python/scraper.py
script to download a collection to the/images
folder. - Use
python/verify.py
script to confirm all files have been downloaded for the target collection. - Update the settings.js file with your public collection info, the screen_name for your twitter handle, etc.
- Find/Use the function
postTest
instead ofpostTweet
to test posting first locally. - Use command
node main.js
to start the application.
More Information here: https://stoubord.com/project/niftybot/