A python tool to send personalized eid congratulations
- Facebook messenger
- Telegram
git clone https://github.com/mie00/eid
cd eid
python3 -m venv .env
source .env/bin/activate
pip install -r requirements.txt# edit templates.txt to add the templates for the messages to send
./eid.py <facebook username> prepare
# edit to_be_sent.csv file to make sure everything is ok
./eid.py <facebook username> sendMIT