Save your liked tweets or tweets you like locally and display them using HTML.
save your see
- Best quality media save.
- Complete tweet content.
- Include quoted tweets, card, and original link.
- Save media to local storage.
- Display tweets in a grid layout.
- Support more platforms.
Clone the repository:
git clone https://github.com/GrahLnn/quill.git
cd quill
Create a virtual environment and activate it:
uv venv
Install dependencies:
uv pip install -r pyproject.toml
Replace .env.example
with your own .env
file and set:
cp .env.example .env
Run the application:
uv run main.py