Skip to content
This repository has been archived by the owner on Dec 7, 2024. It is now read-only.
/ Ask-Elon Public archive

Web app that scrapes tweets and chains into unique and fun tweet.

License

Notifications You must be signed in to change notification settings

danetsao/Ask-Elon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMPORTANT NOTE

This Project has been put on pause due to signifacant changes to the Twitter API. Source

Ask Elon

This is a tweet generating app that scrape users tweets and chains them into a unique fun tweet! Try it out yourself, live version coming soon.

Backend Stack

Type Tech
Language Python
Framework FastAPI
Hosting Vercel
Other Twint

Frontend Stack

Type Tech
Language Typescript
Framework NextJS / React
Styling TailwindCSS
Hosting Vercel

Try it yourself

Hosted via vercel here

API SITE

Or run locally

Clone the project

  git clone https://github.com/danetsao/Ask-Elon.git

Split your terminal

App Terminal

  cd app

Download dependancies

  pip install -r requirements.txt

Start server with Uvicorn

  uvicorn askelon_api:app

Site Terminal

  cd site

Download dependancies

  yarn i

Start server with yarn

  yarn dev