Skip to content

Instantly share code, notes, and snippets.

View sincraianul's full-sized avatar

Andrei Sîncrăian sincraianul

  • Cluj-Napoca, Romania
View GitHub Profile
@sincraianul
sincraianul / index.js
Last active March 11, 2021 10:31
rovaxxer
const axios = require('axios')
const chalk = require('chalk')
const Job = require('cron').CronJob;
const SESSION_ID = 'xxx' // replace me, get it from cookies
const getCentres = () => {
/**
* replace with your own payload that's sent to https://programare.vaccinare-covid.gov.ro/scheduling/api/centres when you press 'Filtreaza'
*