Skip to content
This repository has been archived by the owner on Mar 6, 2021. It is now read-only.

Releases: Hyperfresh/CAutomator-Legacy

END OF LIFE RELEASE: CAutomator Legacy

06 Mar 02:22
61fff2e
Compare
Choose a tag to compare

CAUTOMATOR LEGACY HAS NOW REACHED END OF LIFE, AND IS DEPRECATED.
Please use http://github.com/hyperfresh/cautomator instead - it's more reliable (runs on nodejs) and has many new features as well!

CAutomator Legacy - v1.4

22 Dec 13:26
Compare
Choose a tag to compare

Where's the previous versions? If you're looking for v0.1, look here instead.

CAutomator Legacy logo

CAutomator Legacy v1.4

This is the first release under the "Legacy" edition. It's stable, but in no means reliable.

Includes:

  • CAutomator Core Basic(v0.1):
    • -about, -help, -ping, -stop modules
    • key components for basic bot functionality
  • CAutomator Core Enhanced (v1.0):
    • -speed, -restart, -os, -sh, -time and -file modules
  • -role Module (v1.1):
    • v1.1.1: -weather module
  • youtube-dl Module -ytdl (v1.2)
  • GameDevDoc Module -getdevcom (v1.3):
    • v1.3.1: -mcskin module
  • -profile Module (v1.4, this release)

Setup

0) If you use Windows, first install Ubuntu and Windows Subsystem for Linux.

  1. Download the source code and extract into an empty folder.
  2. Run the check.py file, found in the resources folder from the root. This checks if you've got everything installed (hopefully).
  3. If the check succeeds, save a .env to the root of your extracted folder with the following:
DISCORD_TOKEN=#[PASTE YOUR TOKEN HERE]
IMAP_USERNAME=#[FOR GETDEVCOM]
IMAP_PASSWORD=#[FOR GETDEVCOM - USE AN APP PASSWORD]
  1. Attempt to run bot.py in your favourite console application (or Ubuntu WSL if you're on Windows) from the root of your folder.

If you have problems, create an issue and include the relevant logs as well that check.py creates (eg, if you're running Mac, you need check.log and brew.log if you check packages.)