kopyMoved to https://gitlab.com/mart-e/kopy
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
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 onconfig.json.example
) with tokens
Run
$ export FLASK_APP=kopy
$ flask run
评论