Releases: gamemake-eng/MastoLine
Releases · gamemake-eng/MastoLine
MastoLine 0.0.3 "Rat" 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:
- Install python 3.9 or greater
- Download the zip file below
- Unzip it and drag the folder into your directory of choice (or replace the files)
- Open up your terminal and go into the directory where MastoLine is installed
- Run
pip install -e
. and let it install it's dependencies - Run
mastoline
and follow the steps to login - After the setup process, type
help
into the command prompt to learn all of the commands
V0.0.2 "Rat" Alpha release
Fixed major bug
How to install:
- Install python 3.9 or greater
- Download the zip file below
- Unzip it and drag the folder into your directory of choice (or replace the files)
- Open up your terminal and go into the directory where MastoLine is installed
- Run
pip install -e
. and let it install it's dependencies - Run
mastoline
and follow the steps to login - After the setup process, type
help
into the command prompt to learn all of the commands
MastoLine 0.0.1 "Rat" alpha
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:
- Install python 3.9 or greater
- Download the zip file below
- Unzip it and drag the folder into your directory of choice
- Open up your terminal and go into the directory where MastoLine is installed
- Run
pip install -e .
and let it install it's dependencies - Run
mastoline
and follow the steps to login - After the setup process, type
help
into the command prompt to learn all of the commands