Commit e11dfd33 authored by GenZakura's avatar GenZakura

Update run.js, .gitlab-ci.yml files

parent 48572340
Pipeline #3479 passed with stage
in 28 seconds
stages:
- pick
variables:
GIT_DEPTH: "1"
pick:
stage: pick
tags:
- linux
image: node:buster-slim
script:
- node run.js | tee result.txt
artifacts:
paths:
- result.txt
// Lottery of https://twitter.com/GenZakura/status/1400287409841926146
const list = [
'https://twitter.com/tJ6iApG2gb1zes4',
'https://twitter.com/Ice1999525',
'https://twitter.com/_wind_chimes_',
'https://twitter.com/keshigo95846888',
'https://twitter.com/z3ARGz9MtEhG1jy',
// 'https://twitter.com/EJR5C7pQjWvqqfk', // not followed
'https://twitter.com/sLKj4YKI409cNG9',
'https://twitter.com/Prpr_Shiori',
'https://twitter.com/Flymeronn',
'https://twitter.com/ps4xll',
'https://twitter.com/nagatoelcid',
'https://twitter.com/40acs57tTQOF2Uw',
'https://twitter.com/dfbxhhh',
'https://twitter.com/7qdUx4GpGVKNAiF',
'https://twitter.com/Sena_n_Karin',
'https://twitter.com/ovo36650578',
'https://twitter.com/uj_l1'
]
for (let i = 0; i < 1; ++i) {
const [name] = list.splice(Math.floor(Math.random() * list.length), 1);
console.log(name);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment