JIITODC / bot

JIITODC's very own telegram bot!
MIT License
6 stars 10 forks source link

(feature) use the JSON data from website's repo for fetching events instead of setting it manually #19

Open akshatagarwl opened 3 years ago

akshatagarwl commented 3 years ago

Describe the feature you want to propose Currently the data for events is stored in a JSON file in the website repo https://github.com/jiitodc/jiitodc.github.io/blob/master/static/Data/events.json. This can be used to fetch the data for the upcoming event command instead of setting it manually. This will avoid duplication of efforts as the data will have to be changed only at one place

DelusionalOptimist commented 3 years ago

You can fetch the raw JSON from here: https://raw.githubusercontent.com/JIITODC/website/master/static/Data/events.json