Releases: V-Network-Solutions/twitter-bot-bootstrap-v2
Releases · V-Network-Solutions/twitter-bot-bootstrap-v2
v0.3.3
This is a revived Twitter bot bootstrap project. New features are being added and capabilities to make getting going with your own Twitter bot much easier.
This is an early access snapshot, as the bot is functioning; however, the documentation on how to use it is not complete. This is the best we can do for now.
How to Get Going
Clone/Open in VS Code
- Open the
Command Palette - Type
Task Runthensetup
NPM
- In the CLI run
npm run dev-setup
After Setup Completes
- Fill out your generated .env config file and add your config options to
src/config.jsandsrc/helpers/strings.js - Start testing your bot and reviewing logs
- Leave issues and comments on repo here