rborgese / fetcher

GO api for fetching social media feeds

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

GO api for fetching social media feeds


Languages

Language:Go 48.9%Language:TypeScript 44.0%Language:Shell 3.7%Language:Makefile 2.1%Language:Dockerfile 1.3%