Skip to content

Releases: gamemake-eng/MastoLine

MastoLine 0.0.3 "Rat" pre-release

14 Dec 00:29
Compare
Choose a tag to compare
Pre-release

Things added to MastoLine 0.0.3

  • Some commands now have parameters. Now you can type user [email protected] instead of having to type it out one by one.
  • I added following (follow [user] [other-action (view, others coming soon)] and viewing users (see above)
  • Some minor fixes

How to install:

  1. Install python 3.9 or greater
  2. Download the zip file below
  3. Unzip it and drag the folder into your directory of choice (or replace the files)
  4. Open up your terminal and go into the directory where MastoLine is installed
  5. Run pip install -e . and let it install it's dependencies
  6. Run mastoline and follow the steps to login
  7. After the setup process, type help into the command prompt to learn all of the commands

V0.0.2 "Rat" Alpha release

11 Dec 00:17
Compare
Choose a tag to compare
Pre-release

Fixed major bug

How to install:

  1. Install python 3.9 or greater
  2. Download the zip file below
  3. Unzip it and drag the folder into your directory of choice (or replace the files)
  4. Open up your terminal and go into the directory where MastoLine is installed
  5. Run pip install -e . and let it install it's dependencies
  6. Run mastoline and follow the steps to login
  7. After the setup process, type help into the command prompt to learn all of the commands

MastoLine 0.0.1 "Rat" alpha

10 Dec 19:45
Compare
Choose a tag to compare
Pre-release

The first alpha for MastoLine. Mastodon in your terminal.

This version has basic functions for viewing, replying, liking, reposting, and posting. Make sure to share any bugs/requests in the issue panel.

How to install:

  1. Install python 3.9 or greater
  2. Download the zip file below
  3. Unzip it and drag the folder into your directory of choice
  4. Open up your terminal and go into the directory where MastoLine is installed
  5. Run pip install -e . and let it install it's dependencies
  6. Run mastoline and follow the steps to login
  7. After the setup process, type help into the command prompt to learn all of the commands