smilodon

Version, currently develop branch1 version
  • develop branchlatestDec 29, 2023

github.com/RockManJoe64/smilodon

Another federated social media server using ActivityPub!

1 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  smilodon:
    github: RockManJoe64/smilodon
    branch: develop

develop is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
1.6.2
License
MIT
Author
Jose Chavez
Target
  • smilodon from src/smilodon.cr

Dependencies

Runtime Dependencies

README

Smilodon

A federated social media server written in Crystal. This is a work in progress.

The goal is to have a server that can federate with other servers using the ActivityPub protocol, preferably with Mastodon.

Contributing

  1. Fork it (https://github.com/RockManJoe64/smilodon/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors