tweet-generator
markov-chain tweet generator webpage
File Explorer
Download Latest Version (.zip)- docker.env.sample
- actionlint.yml
- build-img-django.yml
- build-img-nuxt.yml
- lint-nuxt.yml
- 0001_initial.py
- 0002_auto_20210526_1710.py
- 0003_auto_20220127_1444.py
- __init__.py
- __init__.py
- admin.py
- apps.py
- models.py
- tests.py
- views.py
- 0001_initial.py
- __init__.py
- __init__.py
- admin.py
- apps.py
- models.py
- tests.py
- urls.py
- views.py
- __init__.py
- asgi.py
- get_secret_key.py
- settings.py
- urls.py
- wsgi.py
- 0001_initial.py
- __init__.py
- __init__.py
- admin.py
- apps.py
- generate_model.py
- models.py
- tests.py
- twitter_tools.py
- urls.py
- views.py
- Dockerfile
- gunicorn.py
- manage.py
- Pipfile
- Pipfile.lock
- twittercard.png
- default.conf
- Dockerfile
- README.md
- README.md
- default.vue
- README.md
- README.md
- _screenName.vue
- README.md
- README.md
- README.md
- README.md
- .editorconfig
- .eslintrc.js
- .prettierrc
- common.js
- Dockerfile
- nuxt.config.js
- package.json
- README.md
- tsconfig.json
- yarn.lock
- .gitignore
- docker-compose.aws.yml
- docker-compose.yml
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/cordx56/tweet-generator
Downloads the entire project code from GitHub to your computer.
cd tweet-generator
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker compose -f docker-compose.aws.yml up -d --build
Runs the command against the services defined in the compose file.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
3. Node.js
EasyPrerequisites
cd nuxt
This project's files live in a subfolder, so move into it first.
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
4. Python
EasyPrerequisites
pipenv install
Type this command into your terminal and run it.
python <μ€νν νμΌλͺ
>.py # READMEμμ μ νν μ€ν νμΌλͺ
μ νμΈνμΈμ
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
