Draw lottery of McDonald's app daily and notice with Telegram. If want to draw automatically you can plus it in crontab
- A Telegram Bot, get BOT TOKEN and Chat ID
- token that personal account of McDonald
- Node.js
Installing Node.js 7.x on Ubuntu and Debian
# Install Node.js 7.x repository
curl -sL https://deb.nodesource.com/setup_7.x | bash -
# Install Node.js and npm
apt-get install -y nodejs
Installing Node.js 7.x on CentOS 7
# Install Node.js 7.x repository
curl -sL https://rpm.nodesource.com/setup_7.x | bash -
# Install Node.js and npm
yum install nodejs
Get this project
git clone https://github.com/ooxx5626/McDonald-s_Lottery.git
npm start