Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 729 Bytes

README.md

File metadata and controls

40 lines (24 loc) · 729 Bytes

TweetFrames (Backend) DISCONTINUED

Personalize your Twitter Profile with custom Frames.

This Project is built using Python's Fast API Framework.

⚠️ Due to recent twitter API changes, this project won't work.


⚙️ Installation

Install the dependencies using poetry

poetry install

👨‍💻 Running the Project

First make sure to add env variables. Then use alembic command to run the migrations.

alembic upgrade head

Run the server.

uvicorn app.main:app --reload

Creating a new migration

Use the alembic command to generate a new migration.

alembic revision --autogenerate -m "migration-name"