Skip to content

A command line interface for interacting with Mastodon instances

Notifications You must be signed in to change notification settings

come-maiz/tootstream

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tootstream

A command line interface for interacting with Mastodon instances written in python.

Using tootstream

1: Clone this repo and enter the project directory through a virtual environment

$ git clone https://github.com/magicalraccoon/tootstream.git
$ cd tootstream
$ virtualenv -p python3 tootstream
$ source ./tootstream/bin/activate

2: Install the project dependencies

$ cd tootstream
$ python3 setup.py install

3: Run the script

$ python3 tootstream/toot.py
Close with: $ deactivate

Inspired by Rainbowstream

https://github.com/DTVD/rainbowstream

About

A command line interface for interacting with Mastodon instances

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%