https://github.com/imsks/kahani
Kahani scraps Films and Celebrities and have Public APIs to use
https://github.com/imsks/kahani
flask python scrapping sqlite
Last synced: 2 months ago
JSON representation
Kahani scraps Films and Celebrities and have Public APIs to use
- Host: GitHub
- URL: https://github.com/imsks/kahani
- Owner: imsks
- License: apache-2.0
- Created: 2024-06-05T04:19:39.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-20T07:00:41.000Z (over 1 year ago)
- Last Synced: 2025-12-26T21:14:35.825Z (6 months ago)
- Topics: flask, python, scrapping, sqlite
- Language: Python
- Homepage:
- Size: 1.89 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Kahani
Be A Good Cineme Lover
## Setting up Docker
docker-compose up -d
# Activate virtualenv
source venv/bin/activate
# Migration
flask db init
flask db revision --rev-id ID
flask db migrate
flask db upgrade