This API aims the interaction of our Telegram bot @fake_finder_bot
with the other API's of the project.
docker build -t gcloud/fakefinder-bot-api:1.0.0 .
docker run --env CRAWLER_URL={{ENV}} -d --name bot -t gcloud/fakefinder-bot-api:1.0.0
docker logs bot --follow
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
openssl req -newkey rsa:2048 -sha256 -nodes -keyout YOURPRIVATE.key -x509 -days 365 -out YOURPUBLIC.pem -subj "/C=US/ST=New York/L=Brooklyn/O=Example Brooklyn Company/CN={{hostname}}"
curl -sL -F "url=https://{{hostname}}/telegram/bot/api" -F "[email protected]" https://api.telegram.org/bot1228162506:AAFQr_ipJ3dsaOieJFupA5Pw4BlhuRFoOyE/setWebhook