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
- Host: GitHub
- URL: https://github.com/shunk031/swarm-checkin-post-man
- Owner: shunk031
- Created: 2024-09-28T14:21:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-23T15:44:02.000Z (9 months ago)
- Last Synced: 2025-09-23T16:27:37.291Z (9 months ago)
- Topics: foursquare, swarm, twitter-app, x-api
- Language: Python
- Homepage:
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```