Skip to content

A server and site for users to get an API key to use Tweet to Markdown without needing a bearer token.

License

Notifications You must be signed in to change notification settings

kbravh/ttm-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TTM Service

This site provides an easy way to obtain an API key to download tweets using the Tweet to Markdown CLI or the Tweet to Markdown obsidian plugin.

By acting as a proxy service between end users and the Twitter API, users can download tweets and tweet threads without needing to apply for a Twitter developer account.

Getting started with development

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the site.

Nota bene: Without the correct secrets configured, you will be unable to authenticate and access an account page.

Tech stack

This is a Next.js project bootstrapped with create-next-app.

The backend is built with Next.js functions, with the database and authentication served by Supabase.

Styles are written with Tailwind CSS. I was very hesitant to jump on the Tailwind wagon, and while it's not perfect, it definitely has its benefits!

Error monitoring is managed through Sentry.

About

A server and site for users to get an API key to use Tweet to Markdown without needing a bearer token.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published