Installation - eruina/laffka GitHub Wiki
Requirements - python3, might work on Windows machine uses cron in the same way, never checked, why bother.
From own experience can say, that installing on Centos 7.4 provided by [Evolution Host] (https://evolution-host.com/) takes under 15 minutes.
yum -y install git
we require git to clone Laffka on filesystem.yum -y install https://centos7.iuscommunity.org/ius-release.rpm
we need to install IUS for Python3yum -y install python36u
we need. or at least I have used 3.6 Pythonyum -y install python36u-pip
and finally we need pip for aquired python.git clone https://github.com/eruina/laffka.git
we need clone Laffka in order to use it, of course.cd laffka
pip3.6 install -r requirements.txt
for Laffka, we need next python packages listed in requirements.txt: requests,Flask,Flask-APScheduler, Flask-WTF, bitmerchant,Flask-Login, Flask-Session, waitress
Excellent, now we have system and Laffka ready. We we would need to install and setup tor, but about that later.