/kopy

Moved to https://gitlab.com/mart-e/kopy

Primary LanguagePython

MOVED TO GITLAB https://gitlab.com/mart-e/kopy

Kopy ☕

Minimal web app to display statuses from Twitter and Mastodon in a unified interface.

Still very early stage, lot of missing features, mostly for testing

Kopy-screenshot

Features/Goals

  • Unified interface for both stream
  • Minimalist (light, fast, no disturbance, media hidden by default)
  • Filter and post on all or selected stream

Technology

  • flask for the web app
  • tweepy for Twitter API
  • Mastodon.py for Mastodon API
  • No database (JSON configuration)
  • No web framework

Configuration

  • Create a Twitter app
  • Create a Mastodon app (on /settings/applications of your instance)
  • Create a file named config.json (based on config.json.example) with tokens

Run

$ export FLASK_APP=kopy
$ flask run