Skip to content

Crowd-Computing-Oulu/Twittical

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Twittical

Twitter Profile Credibility Evaluator Outcome of ACP2 course of University of Oulu. Original project link: https://github.com/kannadan/ACP2-Twitter-Profile-Scoring

Development

Install dependencies

Install Poetry (package manager): https://pypi.org/project/poetry/

Install packages:

$ poetry install

Start the application

$ ./start.sh

or

$ ./build.sh
$ docker-compose up

Deployment

Add your publish SSH key as authorized key to the target host.

Copy .env.dist as .env and fill the values. DEPLOY_SSH_PORT is optional, 22 is used as default.

Run

./deploy.sh