https://github.com/ggirelli/inter-pull
Library with methods to collect post interactions from social media
https://github.com/ggirelli/inter-pull
comments indieweb interaction posse social user-interaction
Last synced: 5 months ago
JSON representation
Library with methods to collect post interactions from social media
- Host: GitHub
- URL: https://github.com/ggirelli/inter-pull
- Owner: ggirelli
- License: mit
- Created: 2025-06-21T07:47:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-13T09:17:36.000Z (12 months ago)
- Last Synced: 2025-12-13T13:16:27.683Z (7 months ago)
- Topics: comments, indieweb, interaction, posse, social, user-interaction
- Language: TypeScript
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# inter-pull
Library with methods to collect post interactions from well known social media
platform. The name is a bad pun with "INTERPOL", the international criminal
police organization.
Currently supported interaction sources:
- BlueSky.
- Hacker-News.
- Mastodon.
Unsupported sources:
- Twitter/X: requires authentication.
## Contributing
Please, open a PR with new feature, or request a feature by opening an issue.
## Development
To build after changes, which adds header and minifies, run:
```bash
npm run build
```
## Build
```bash
npm build
```