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

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

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
```