developersIndia / deviras

🤖 Scripts to automate stuff around the r/developersIndia forum
https://developersindia.github.io/deviras/
MIT License
10 stars 4 forks source link

ADD: Automation script for Scheduled events on Discord_Server and Google_Calender both. #18

Closed Rancho-rachit closed 6 months ago

Rancho-rachit commented 7 months ago

Description

Added automation script to add scheduled events on both discord_server and Google_calender

Fixes #17

Changes Include

Checklist

Rancho-rachit commented 6 months ago

Fixed:

Need Help:

Bhupesh-V commented 6 months ago

@Rancho-rachit

Try doing this

  1. Move the code present in event_details.py to main.py
  2. In event_details instead of directly executing the script flow via import statements, invoke the individual methods. Do not import event_details in other scripts.

Flow

  1. Take user-input through main.py
  2. Export functions create_event in both google_calendar & discord
  3. Import both function in main
  4. execute both of them one-by-one by sending data via function arguments.
Rancho-rachit commented 6 months ago

Done :+1:

Thanks for detailed instructions :innocent:

Bhupesh-V commented 6 months ago

@all-contributors please add @Rancho-rachit for code

allcontributors[bot] commented 6 months ago

@Bhupesh-V

I've put up a pull request to add @Rancho-rachit! :tada: