A Telegram Scheduler Bot created in Python.
This is a bot capable of scheduling appointment.
1)Start the chat by typing '/start'.Choose a service e.g Cut.
2)Choose a timeslot
3)Key in a valid email address
4)Open google calendar,an appointment should be created.
Link : https://t.me/botfather
api_key=your_api
3)Proceed to activate Google API via https://developers.google.com/calendar/quickstart/python
CLICK Enable the Google Calendar API >> Download Client Configuration. A json file containing your credentials will be generated. Store credential.json in the same same directory as your python file.
https://medium.com/@automationfeed/build-your-telegram-bot-scheduler-with-python-a569518dc2df