It is library to submit ola bills
It is a js based library used to send invoice mail using ola invoice api.
- nodejs
- selenium webdriver
- chrome webdriver
node sendOlaInvoiceToMail.js
It is a python based library to get bills from ola share and ola bills pdf and upload to google sheet.
- python2 python libraries:
- imaplib //To read mail from gmail
- bs4
- textract
- gspread //google sheet library
- oauth2client.service_account //for authenticate account for google sheet
Enable "google as less secure" before running this library.
python getBillsAndUploadToSheet.py
It is a python based library to get all downloaded pdf files and send them to provided mail id
- python2 python libraries:
- mimetypes
- encoders
- smtplib //for sending mail from browser
- email.mime.base
- email.mime.multipart
- email.mime.text
python sendMail.py