- Removed some unnecessary dependencies that prevented cross-compilation, it should work now on more platforms
- Fixed go.mod Thanks to this comment and the reply for pointing it out.
- Token is now read from the environment variable $CPLY_TOKEN. Suggested by noobAtLife's comment