Skip to content

fossteams/teams-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cfd56bd · Jun 4, 2022

History

16 Commits
Jun 8, 2021
Apr 12, 2021
Apr 8, 2021
Apr 14, 2021
Aug 4, 2021
Apr 10, 2021
Apr 10, 2021
Jun 4, 2022
Jun 4, 2022
Apr 10, 2021
Apr 12, 2021

Repository files navigation

teams-cli

A Command Line Interface (or TUI) to interact with Microsoft Teams that uses the teams-api Go package.

Status

The CLI only let you log-in and fetches your user and conversations, only the Teams and Channels so far are displayed, but on the background the conversations (Groups + DMs) are fetched too.

This project is still WIP and will be updated soon with new features. The goal is to have a CLI / TUI replacement for the Microsoft Teams desktop client.

Requirements

Usage

Follow the instructions on how to obtain a token with teams-token, then simply run the following to start the app. Binary releases will appear on this repository as soon as we have a product with more features.

go run ./

If everything goes well, you should see something like this: Teams CLI example

What works

  • Logging in into Teams using the token generated via teams-token
  • Getting the list of Teams + Channels
  • Reading channels

What doesn't work

  • Everything else

You might also be interested in