An open API service indexing awesome lists of open source software.

https://github.com/shunk031/swarm-checkin-post-man

swarm checkin post main inspired by `Swarmチェックインを𝕏にポストするやつ` https://zenn.dev/neopage/articles/eb2aeaa51aa7f8
https://github.com/shunk031/swarm-checkin-post-man

foursquare swarm twitter-app x-api

Last synced: 5 months ago
JSON representation

swarm checkin post main inspired by `Swarmチェックインを𝕏にポストするやつ` https://zenn.dev/neopage/articles/eb2aeaa51aa7f8

Awesome Lists containing this project

README

          

# `swarm-checkin-post-man`

## Setup

### Server environments

```shell
pip install -U pip poetry
poetry install
```

```shell
cp .env.example .env
```

### Swarm environments

- Swarm redirect URL
- Swarm push URL

## Run

```shell
fastapi dev scpm/run.py
```