Twitter-Card-Generator is a Flask-based web application that allows users to create Twitter cards with custom titles, descriptions, and images. These cards can then be shared on Twitter to enhance social media posts.
- Create Custom Twitter Cards: Users can input a title, description, image URL, and endpoint URL to generate a custom Twitter card.
- Preview and Copy Link: Once a card is created, users can preview the card and copy its link to the clipboard.
- Responsive Design: The web application is designed to be responsive, ensuring a seamless experience across various devices.
- Flask: A micro web framework written in Python.
- HTML/CSS: For the frontend design and layout.
- JavaScript: To enhance the interactivity of the web application.
To get a local copy up and running follow these simple steps.
- Python 3
- Flask
-
Clone the repo
git clone https://github.com/abdallah065/Twitter-Card-Generator.git
-
Install Python packages
pip install -r requirements.txt
-
Run the application
python api/app.py
Navigate to http://localhost:5000/
in your web browser to start creating Twitter cards.
Check out the live demo of the application here.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
Distributed under the GNU General Public License. See LICENSE
for more information.