Telegram bot which repost citations to another chat/channel by stopwords matching
make buildInstall serverless.js first
npm install -g serverlessThen deploy project
Populate a text file with stop words, and deploy it onto S3.
Create .env file and set variables:
BOT_TOKEN=<Telegram bot token>
REPOST_CHANNEL_ID=<target channel or group>
STOPWORDS_S3_BUCKET=<S3 bucket for stopwords>
STOPWORDS_S3_KEY=<S3 key for stopwords>Run deployment script
make deploy