This is a collection of tools for the Warpcast project. The tools are written in Go and are designed to be run from the command line.
- Account Manager
- Follow Followers / Following Target
- Unfollow Followers / Following Target
- Auto Like, Comment, Recast Timeline (Home/All-Channels)
- Install Go
- Clone this repository
- Run
go build
in the root directory of the repository - Run the compiled binary
- Done
- Run the compiled binary
- Follow the instructions
- Rename
example.config.json
toconfig.json
- Arrange the configuration file according to your needs
- Done
This project is licensed under the MIT License - see the LICENSE file for details
Thanks to Goreleaser for the awesome release tool.