https://github.com/jesse0michael/fetcher
GO api for fetching social media feeds
https://github.com/jesse0michael/fetcher
feeds fetch golang media social
Last synced: 3 months ago
JSON representation
GO api for fetching social media feeds
- Host: GitHub
- URL: https://github.com/jesse0michael/fetcher
- Owner: Jesse0Michael
- Created: 2020-01-31T03:30:40.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2026-03-07T03:01:42.000Z (3 months ago)
- Last Synced: 2026-03-07T10:20:18.089Z (3 months ago)
- Topics: feeds, fetch, golang, media, social
- Language: Go
- Homepage: https://jesse0michael.github.io/fetcher/
- Size: 846 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Fetcher
An api to fetch social media feeds from different social media websites by entity ID. The api will aggregate and sort the data, watering the data down into a common feed object.
API Docs: https://jesse0michael.github.io/fetcher/index.html
## Feed Item
| field | type | required | description |
|---------|--------|----------|------------------------------------------------|
| id | string | true | Unique identifier for a feed item |
| ts | int | true | Unix timestamp for when the item was published |
| source | string | true | The source platform the item is from |
| url | string | false | Permalink to the feed item on the platform |
| media | string | false | URL to media (image, video, etc..) |
| content | string | false | Text content for the item |
---
## Supported Platforms
* Twitter
* Instagram
* Blogger
* Swarm
* Soundcloud
* Deviantart
* Untappd
* Bluesky