/twthread

Thread To Web

Primary LanguageTypeScriptMIT LicenseMIT

ThreadToWeb

Warning

This project is not finished at all, and is not currently made to be used in production.

It is public only to show my work to others, and have opinions.

Have a nice day 💖 - Max.

Project

The initial goal of the project is to provide a service for saving Twitter threads outside the platform, so that they can be easily shared in one big message on a dedicated website. The site should be static and the project should be easy to host without taking up too much resources or storage in order to reduce hosting costs as much as possible to guarantee a free service, and without ads.

Launch

  • Clone this repo and go in the directory
  • Install dependencies npm i
  • Edit .env file
  • Build TypeScript files npm run build
  • Launch the server npm start

.env file

The default file looks like this ( actually )

CONSUMER_KEY=
CONSUMER_SECRET=
ACCESS_TOKEN_KEY=
ACCESS_TOKEN_SECRET=

Enter the data corresponding to your Twitter app

Contribute

Open an issue with your suggestions or assign yourself to an existing issue

Licensing

The license is in the file LICENSE (MIT)