A bot that can give you recommendations about movies, TV shows, games and writers based on your given input.
pip install -r requirements.txt
Create an .env file in the root folder and copy the content of the file .env.example into your .env file. Update the variables and that's all.
# create an .env file
cp .env.example .env
# then edit it
# vim .env
# run the bot
python regetbot.pypip install -r requirements.txt
Ana dizinde .env isminde bir dosya oluşturun. .env.example dosyasının içeriğini bu dosyaya kopyalayın. Değişkenleri güncelleyin.
# .env dosyası oluştur
cp .env.example .env
# düzenle
# vim .env
# botu çalıştır
python regetbot.py