This Project has been put on pause due to signifacant changes to the Twitter API. Source
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.
Type | Tech |
---|---|
Language | Python |
Framework | FastAPI |
Hosting | Vercel |
Other | Twint |
Type | Tech |
---|---|
Language | Typescript |
Framework | NextJS / React |
Styling | TailwindCSS |
Hosting | Vercel |
Clone the project
git clone https://github.com/danetsao/Ask-Elon.git
Split your terminal
cd app
Download dependancies
pip install -r requirements.txt
Start server with Uvicorn
uvicorn askelon_api:app
cd site
Download dependancies
yarn i
Start server with yarn
yarn dev