Skip to content

Python app used for streaming mastodon hastags into kafka topics

Notifications You must be signed in to change notification settings

sagar-thalwar/mastodon-feed

Repository files navigation

mastodon-feed

Python app used for streaming mastodon hastags into kafka topics

Pre-requisites

MASTODON_INSTANCE_URL=https://mastodon.social
MASTODON_ACCESS_TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
HASHTAG=retail
KAFKA_TOPIC=mastodon

How to run

  • Run docker-compose build to build the containers
  • Run docker-compose up -d to start the containers
  • Run docker-compose logs -f to see the logs
  • Run docker-compose down to stop the containers

Architecture

Architecture

About

Python app used for streaming mastodon hastags into kafka topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published