lukew3 / tweetedlinks

A website for seeing what links certain twitter users have tweeted.

Home Page:https://tweetedlinks.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tweetedlinks

A website for seeing what links certain twitter users have tweeted. Originally intended for VitalikButerin but able to be adapted to any other user.

Getting Started

First, run the development server:

npm run dev

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

Data scraping

If you want to set up this site for a different user, you're going to have to set up the Twitter API. Get your credentials here and then fill out the data in .env accordingly. Then, include the username of the desired user to scrape in .env. Finally, run

node scrape.js

to get the data from twitter and fill the /public/data.json file. Note that at the time of writing this, scrape.js is incomplete

About

A website for seeing what links certain twitter users have tweeted.

https://tweetedlinks.netlify.app/


Languages

Language:JavaScript 44.1%Language:TypeScript 26.4%Language:CSS 22.2%Language:Shell 7.4%