docker run uexpl0it/vubot:0.1 username pswd webhookURL
295
A script to post Quizzes, GDBs, and Assignments in Discord channel via WebHooks to alert the assignee.
GDBs, Quizzes and AssignmentsDiscord channelThe script utilizies Web Applications source from VULMS. First it authenticates the user with his studentId and studentPassword and then creates and maintains a session. Utilizing that session, it accesses the ActivityCalendar.aspx file and gets the JSON containing the all data related to assigned stuff.
Add user's credentials and WebHook URL of the Discord channel in the config.json file (it already has test data in it -- just populate it)
With docker:
docker run uexpl0it/vubot:0.1 username pswd webhookURL
After doing so, upload the script on Heroku, requirements, Procfile, and runtime.txt has already been added. You can either run the script on some other EC2 instance (which constantly runs) or on Heroku and configure Dyno to constantly run (recommended and free way).
| Changes | Release |
|---|---|
| Jumped directly from mobile application's API endpoints to Web (easy life) | 1.2 - 21-05-2021 |
| [Major bug fix] Fixes time issue while execution in Heroku server | 0.3 - 13-02-2021 |
| Implements #1, #2, and #3 -- Minor enhancements | 0.2 - 11-02-2021 |
| Initial release containing VU Bot which lets one get discord post of Quizzes and Assignments | 0.1 - 09-02-2021 |
Content type
Image
Digest
Size
18 MB
Last updated
about 5 years ago
docker pull uexpl0it/vubot:0.3