Documentation
¶
Index ¶
- Constants
- Variables
- func ScrapeAstra(outDir string)
- func ScrapeCalendar(outDir string)
- func ScrapeCoursebook(term string, startPrefix string, outDir string)
- func ScrapeMapLocations(outDir string)
- func ScrapeMazevo(outDir string)
- func ScrapeOrganizations(outdir string)
- func ScrapeProfiles(outDir string)
- type APICalendarResponse
- type RawEvent
Constants ¶
View Source
const API_KEY string = "0001085cc708b9cef47080f064612ca5"
Found in dev tools on https://map.utdallas.edu/ in any call to https://api.concept3d.com/
View Source
const BASE_URL string = "https://profiles.utdallas.edu/browse?page="
View Source
const END_URL string = "/?map=" + UTD_MAP_ID + "&key=" + API_KEY
View Source
const START_URL string = "https://api.concept3d.com"
View Source
const UTD_MAP_ID string = "1772"
Found in https://map.concept3d.com/?id=1772
Variables ¶
View Source
var MAX_EVENTS_PER_DAY = 5000
Functions ¶
func ScrapeAstra ¶
func ScrapeAstra(outDir string)
func ScrapeCalendar ¶
func ScrapeCalendar(outDir string)
Get the calendar data through API instead of scraping from website
func ScrapeCoursebook ¶
func ScrapeMapLocations ¶
func ScrapeMapLocations(outDir string)
func ScrapeMazevo ¶
func ScrapeMazevo(outDir string)
func ScrapeOrganizations ¶
func ScrapeOrganizations(outdir string)
func ScrapeProfiles ¶
func ScrapeProfiles(outDir string)
Types ¶
type APICalendarResponse ¶
Click to show internal directories.
Click to hide internal directories.