updates to script

pull/1680/head
FonduemangVI 8 months ago
parent 9da8b8e40b
commit c2e304bd2f

@ -6,10 +6,21 @@ function indentString(string, indentation) {
return string.split('\n').map(line => indentation + line).join('\n');
}
axios.get('https://api.github.com/repos/FonduemangVI/Guides/contributors')
.then((response) => {
let contributors = '<table>\n';
let index = 0;
let page = 1;
function fetchPage() {
axios.get(`https://api.github.com/repos/FonduemangVI/Guides/contributors?per_page=100&page=${page}`)
.then((response) => {
if (response.data.length === 0) {
// No more contributors, write the file
contributors += '</table>\n';
contributors = indentString(contributors, '');
fs.writeFileSync('CONTRIBUTORS.md', `## Contributors\n\n<!-- readme: contributors -start -->\n${contributors}\n<!-- readme: contributors -end -->\n`);
return;
}
response.data.forEach((user) => {
// Exclude bots
@ -37,11 +48,13 @@ axios.get('https://api.github.com/repos/FonduemangVI/Guides/contributors')
index++;
});
contributors += '</table>\n';
contributors = indentString(contributors, '');
fs.writeFileSync('CONTRIBUTORS.md', `## Contributors\n\n<!-- readme: contributors -start -->\n${contributors}\n<!-- readme: contributors -end -->\n`);
// Fetch the next page
page++;
fetchPage();
})
.catch((error) => {
console.error(`Could not fetch contributors: ${error}`);
});
}
fetchPage();

@ -1,18 +0,0 @@
name: Update contributors2
on:
push:
branches:
- master
jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: A job to automate contribute list in CONTRIBUTORS2.md
steps:
- name: Contribute List
uses: akhilmhdh/contributors-readme-action@v2.3.6
with:
readme_path: "CONTRIBUTORS2.md"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

@ -1,659 +0,0 @@
## Contributors
<!-- readme: contributors -start -->
<table>
<tr>
<td align="center">
<a href="https://github.com/TRaSH-">
<img src="https://avatars.githubusercontent.com/u/6155095?v=4" width="100;" alt="TRaSH-"/>
<br />
<sub><b>TRaSH</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/yammes08">
<img src="https://avatars.githubusercontent.com/u/111231042?v=4" width="100;" alt="yammes08"/>
<br />
<sub><b>Null</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/FonduemangVI">
<img src="https://avatars.githubusercontent.com/u/15520607?v=4" width="100;" alt="FonduemangVI"/>
<br />
<sub><b>FonduemangVI</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/NiceTSY">
<img src="https://avatars.githubusercontent.com/u/38940602?v=4" width="100;" alt="NiceTSY"/>
<br />
<sub><b>NiceTSY</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/nuxencs">
<img src="https://avatars.githubusercontent.com/u/47067662?v=4" width="100;" alt="nuxencs"/>
<br />
<sub><b>Nuxen</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/bakerboy448">
<img src="https://avatars.githubusercontent.com/u/55419169?v=4" width="100;" alt="bakerboy448"/>
<br />
<sub><b>Null</b></sub>
</a>
</td></tr>
<tr>
<td align="center">
<a href="https://github.com/Visorask">
<img src="https://avatars.githubusercontent.com/u/54461452?v=4" width="100;" alt="Visorask"/>
<br />
<sub><b>Null</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/bokkoman">
<img src="https://avatars.githubusercontent.com/u/7511367?v=4" width="100;" alt="bokkoman"/>
<br />
<sub><b>Null</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/nemchik">
<img src="https://avatars.githubusercontent.com/u/725456?v=4" width="100;" alt="nemchik"/>
<br />
<sub><b>Eric Nemchik</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/rg9400">
<img src="https://avatars.githubusercontent.com/u/39887349?v=4" width="100;" alt="rg9400"/>
<br />
<sub><b>Null</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/andersbjorshol">
<img src="https://avatars.githubusercontent.com/u/161516010?v=4" width="100;" alt="andersbjorshol"/>
<br />
<sub><b>Anders Bjørshol</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/sadstan">
<img src="https://avatars.githubusercontent.com/u/76420253?v=4" width="100;" alt="sadstan"/>
<br />
<sub><b>Sad Stan</b></sub>
</a>
</td></tr>
<tr>
<td align="center">
<a href="https://github.com/ImgBotApp">
<img src="https://avatars.githubusercontent.com/u/31427850?v=4" width="100;" alt="ImgBotApp"/>
<br />
<sub><b>Imgbot</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/zakkarry">
<img src="https://avatars.githubusercontent.com/u/123845855?v=4" width="100;" alt="zakkarry"/>
<br />
<sub><b>Zakary</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/owine">
<img src="https://avatars.githubusercontent.com/u/4283702?v=4" width="100;" alt="owine"/>
<br />
<sub><b>Null</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/rcdailey">
<img src="https://avatars.githubusercontent.com/u/1768054?v=4" width="100;" alt="rcdailey"/>
<br />
<sub><b>Robert Dailey</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/quorn23">
<img src="https://avatars.githubusercontent.com/u/6703012?v=4" width="100;" alt="quorn23"/>
<br />
<sub><b>Gabe</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/kantjer01">
<img src="https://avatars.githubusercontent.com/u/140897249?v=4" width="100;" alt="kantjer01"/>
<br />
<sub><b>Null</b></sub>
</a>
</td></tr>
<tr>
<td align="center">
<a href="https://github.com/4l3-X">
<img src="https://avatars.githubusercontent.com/u/108864960?v=4" width="100;" alt="4l3-X"/>
<br />
<sub><b>Alex</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/ItsME6969">
<img src="https://avatars.githubusercontent.com/u/89707006?v=4" width="100;" alt="ItsME6969"/>
<br />
<sub><b>Null</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/austinwbest">
<img src="https://avatars.githubusercontent.com/u/8321115?v=4" width="100;" alt="austinwbest"/>
<br />
<sub><b>Nitsua</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/userdocs">
<img src="https://avatars.githubusercontent.com/u/16525024?v=4" width="100;" alt="userdocs"/>
<br />
<sub><b>Userdocs</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/mynameisbogdan">
<img src="https://avatars.githubusercontent.com/u/707714?v=4" width="100;" alt="mynameisbogdan"/>
<br />
<sub><b>Bogdan</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/calvinbui">
<img src="https://avatars.githubusercontent.com/u/3604363?v=4" width="100;" alt="calvinbui"/>
<br />
<sub><b>Calvin Bui</b></sub>
</a>
</td></tr>
<tr>
<td align="center">
<a href="https://github.com/doob187">
<img src="https://avatars.githubusercontent.com/u/60312740?v=4" width="100;" alt="doob187"/>
<br />
<sub><b>Null</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/thatbritguy">
<img src="https://avatars.githubusercontent.com/u/10825337?v=4" width="100;" alt="thatbritguy"/>
<br />
<sub><b>Null</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/SeiyaGame">
<img src="https://avatars.githubusercontent.com/u/40237982?v=4" width="100;" alt="SeiyaGame"/>
<br />
<sub><b>Flavien</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/Roxedus">
<img src="https://avatars.githubusercontent.com/u/7110194?v=4" width="100;" alt="Roxedus"/>
<br />
<sub><b>Null</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/keliansb">
<img src="https://avatars.githubusercontent.com/u/22099779?v=4" width="100;" alt="keliansb"/>
<br />
<sub><b>Kélian Saint-Bonnet</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/jasonla">
<img src="https://avatars.githubusercontent.com/u/12141407?v=4" width="100;" alt="jasonla"/>
<br />
<sub><b>Jason La</b></sub>
</a>
</td></tr>
<tr>
<td align="center">
<a href="https://github.com/foux">
<img src="https://avatars.githubusercontent.com/u/246550?v=4" width="100;" alt="foux"/>
<br />
<sub><b>François-Xavier Payet</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/8a8al00ey">
<img src="https://avatars.githubusercontent.com/u/109389709?v=4" width="100;" alt="8a8al00ey"/>
<br />
<sub><b>Null</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/brettpetch">
<img src="https://avatars.githubusercontent.com/u/38706195?v=4" width="100;" alt="brettpetch"/>
<br />
<sub><b>Brett Petch</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/Davo1624">
<img src="https://avatars.githubusercontent.com/u/85573606?v=4" width="100;" alt="Davo1624"/>
<br />
<sub><b>Null</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/fabricionaweb">
<img src="https://avatars.githubusercontent.com/u/15933?v=4" width="100;" alt="fabricionaweb"/>
<br />
<sub><b>Fabricio</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/jsatk">
<img src="https://avatars.githubusercontent.com/u/1005550?v=4" width="100;" alt="jsatk"/>
<br />
<sub><b>Jesse Atkinson</b></sub>
</a>
</td></tr>
<tr>
<td align="center">
<a href="https://github.com/Kuredant">
<img src="https://avatars.githubusercontent.com/u/1890076?v=4" width="100;" alt="Kuredant"/>
<br />
<sub><b>Null</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/mizz141">
<img src="https://avatars.githubusercontent.com/u/20839616?v=4" width="100;" alt="mizz141"/>
<br />
<sub><b>Null</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/saltydk">
<img src="https://avatars.githubusercontent.com/u/6587950?v=4" width="100;" alt="saltydk"/>
<br />
<sub><b>Salty</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/voltron4lyfe">
<img src="https://avatars.githubusercontent.com/u/55123373?v=4" width="100;" alt="voltron4lyfe"/>
<br />
<sub><b>Null</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/Opt6">
<img src="https://avatars.githubusercontent.com/u/82363306?v=4" width="100;" alt="Opt6"/>
<br />
<sub><b>Null</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/KnifeFed">
<img src="https://avatars.githubusercontent.com/u/85502276?v=4" width="100;" alt="KnifeFed"/>
<br />
<sub><b>KnifeFed</b></sub>
</a>
</td></tr>
<tr>
<td align="center">
<a href="https://github.com/Appoxo">
<img src="https://avatars.githubusercontent.com/u/17850993?v=4" width="100;" alt="Appoxo"/>
<br />
<sub><b>Appoxo</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/Feramance">
<img src="https://avatars.githubusercontent.com/u/38938175?v=4" width="100;" alt="Feramance"/>
<br />
<sub><b>Null</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/Getn67">
<img src="https://avatars.githubusercontent.com/u/51862012?v=4" width="100;" alt="Getn67"/>
<br />
<sub><b>Null</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/kdbruin">
<img src="https://avatars.githubusercontent.com/u/3851711?v=4" width="100;" alt="kdbruin"/>
<br />
<sub><b>Kees De Bruin</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/andrew-kennedy">
<img src="https://avatars.githubusercontent.com/u/2387159?v=4" width="100;" alt="andrew-kennedy"/>
<br />
<sub><b>Andrew Kennedy</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/appiekap653">
<img src="https://avatars.githubusercontent.com/u/29512159?v=4" width="100;" alt="appiekap653"/>
<br />
<sub><b>Arjen Hissink</b></sub>
</a>
</td></tr>
<tr>
<td align="center">
<a href="https://github.com/Drapersniper">
<img src="https://avatars.githubusercontent.com/u/27962761?v=4" width="100;" alt="Drapersniper"/>
<br />
<sub><b>Draper</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/MattSidney">
<img src="https://avatars.githubusercontent.com/u/45581528?v=4" width="100;" alt="MattSidney"/>
<br />
<sub><b>Null</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/mkatsevVR">
<img src="https://avatars.githubusercontent.com/u/911677?v=4" width="100;" alt="mkatsevVR"/>
<br />
<sub><b>Max Katsev</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/aljohn92">
<img src="https://avatars.githubusercontent.com/u/16975578?v=4" width="100;" alt="aljohn92"/>
<br />
<sub><b>Null</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/mirolm">
<img src="https://avatars.githubusercontent.com/u/9135358?v=4" width="100;" alt="mirolm"/>
<br />
<sub><b>Miroslav Marchev</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/mrhotio">
<img src="https://avatars.githubusercontent.com/u/26902309?v=4" width="100;" alt="mrhotio"/>
<br />
<sub><b>Null</b></sub>
</a>
</td></tr>
<tr>
<td align="center">
<a href="https://github.com/mvanbaak">
<img src="https://avatars.githubusercontent.com/u/1928231?v=4" width="100;" alt="mvanbaak"/>
<br />
<sub><b>Michiel Van Baak Jansen</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/bobokun">
<img src="https://avatars.githubusercontent.com/u/12660469?v=4" width="100;" alt="bobokun"/>
<br />
<sub><b>Null</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/ToXinE">
<img src="https://avatars.githubusercontent.com/u/6205053?v=4" width="100;" alt="ToXinE"/>
<br />
<sub><b>Null</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/ryanwalder">
<img src="https://avatars.githubusercontent.com/u/10901150?v=4" width="100;" alt="ryanwalder"/>
<br />
<sub><b>Ryan Walder</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/Qstick">
<img src="https://avatars.githubusercontent.com/u/376117?v=4" width="100;" alt="Qstick"/>
<br />
<sub><b>Null</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/qsuicide">
<img src="https://avatars.githubusercontent.com/u/107214609?v=4" width="100;" alt="qsuicide"/>
<br />
<sub><b>Q_Suicide</b></sub>
</a>
</td></tr>
<tr>
<td align="center">
<a href="https://github.com/Plancke">
<img src="https://avatars.githubusercontent.com/u/1756802?v=4" width="100;" alt="Plancke"/>
<br />
<sub><b>Plancke</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/pdcamilleri">
<img src="https://avatars.githubusercontent.com/u/1164501?v=4" width="100;" alt="pdcamilleri"/>
<br />
<sub><b>Peter Camilleri</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/ehippy">
<img src="https://avatars.githubusercontent.com/u/157220?v=4" width="100;" alt="ehippy"/>
<br />
<sub><b>Patrick McDavid</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/patrick-5546">
<img src="https://avatars.githubusercontent.com/u/65756895?v=4" width="100;" alt="patrick-5546"/>
<br />
<sub><b>Patrick Creighton</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/datcactus">
<img src="https://avatars.githubusercontent.com/u/107456394?v=4" width="100;" alt="datcactus"/>
<br />
<sub><b>Cactus</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/cynicalgeek">
<img src="https://avatars.githubusercontent.com/u/12488767?v=4" width="100;" alt="cynicalgeek"/>
<br />
<sub><b>Null</b></sub>
</a>
</td></tr>
<tr>
<td align="center">
<a href="https://github.com/garypiner">
<img src="https://avatars.githubusercontent.com/u/36236331?v=4" width="100;" alt="garypiner"/>
<br />
<sub><b>Null</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/TESTPERSONAL">
<img src="https://avatars.githubusercontent.com/u/6664588?v=4" width="100;" alt="TESTPERSONAL"/>
<br />
<sub><b>Null</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/lundwall">
<img src="https://avatars.githubusercontent.com/u/23060984?v=4" width="100;" alt="lundwall"/>
<br />
<sub><b>Null</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/p5nbTgip0r">
<img src="https://avatars.githubusercontent.com/u/32445075?v=4" width="100;" alt="p5nbTgip0r"/>
<br />
<sub><b>Null</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/snowballramen">
<img src="https://avatars.githubusercontent.com/u/97920769?v=4" width="100;" alt="snowballramen"/>
<br />
<sub><b>Null</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/s0up4200">
<img src="https://avatars.githubusercontent.com/u/18177310?v=4" width="100;" alt="s0up4200"/>
<br />
<sub><b>Null</b></sub>
</a>
</td></tr>
<tr>
<td align="center">
<a href="https://github.com/thezoggy">
<img src="https://avatars.githubusercontent.com/u/500882?v=4" width="100;" alt="thezoggy"/>
<br />
<sub><b>Null</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/2fst4u">
<img src="https://avatars.githubusercontent.com/u/15257926?v=4" width="100;" alt="2fst4u"/>
<br />
<sub><b>Null</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/AN1MATEK">
<img src="https://avatars.githubusercontent.com/u/15142596?v=4" width="100;" alt="AN1MATEK"/>
<br />
<sub><b>Null</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/nickavem">
<img src="https://avatars.githubusercontent.com/u/72708798?v=4" width="100;" alt="nickavem"/>
<br />
<sub><b>Andrew Thurman</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/AvAars">
<img src="https://avatars.githubusercontent.com/u/38613762?v=4" width="100;" alt="AvAars"/>
<br />
<sub><b>Arthur Van Aarssen</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/briandipalma">
<img src="https://avatars.githubusercontent.com/u/1597820?v=4" width="100;" alt="briandipalma"/>
<br />
<sub><b>Brian Di Palma</b></sub>
</a>
</td></tr>
<tr>
<td align="center">
<a href="https://github.com/ChaseBro">
<img src="https://avatars.githubusercontent.com/u/290461?v=4" width="100;" alt="ChaseBro"/>
<br />
<sub><b>Chase Brownell</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/ColinHebert">
<img src="https://avatars.githubusercontent.com/u/232139?v=4" width="100;" alt="ColinHebert"/>
<br />
<sub><b>Colin Hebert</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/dako98">
<img src="https://avatars.githubusercontent.com/u/8067383?v=4" width="100;" alt="dako98"/>
<br />
<sub><b>Dako Dimov</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/DiscDuck">
<img src="https://avatars.githubusercontent.com/u/77843475?v=4" width="100;" alt="DiscDuck"/>
<br />
<sub><b>Null</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/Seros">
<img src="https://avatars.githubusercontent.com/u/9016208?v=4" width="100;" alt="Seros"/>
<br />
<sub><b>Erik Müller</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/JackGameer">
<img src="https://avatars.githubusercontent.com/u/2633890?v=4" width="100;" alt="JackGameer"/>
<br />
<sub><b>Jack Taylor</b></sub>
</a>
</td></tr>
<tr>
<td align="center">
<a href="https://github.com/jalmansor">
<img src="https://avatars.githubusercontent.com/u/79274231?v=4" width="100;" alt="jalmansor"/>
<br />
<sub><b>Jason "Manbeard" Al-Mansor</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/jwoodhouse">
<img src="https://avatars.githubusercontent.com/u/23200350?v=4" width="100;" alt="jwoodhouse"/>
<br />
<sub><b>John Woodhouse</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/jonasgeiler">
<img src="https://avatars.githubusercontent.com/u/10259118?v=4" width="100;" alt="jonasgeiler"/>
<br />
<sub><b>Jonas Geiler</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/KaitoKid">
<img src="https://avatars.githubusercontent.com/u/9055441?v=4" width="100;" alt="KaitoKid"/>
<br />
<sub><b>Kairui Zeng</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/kaiserbh">
<img src="https://avatars.githubusercontent.com/u/41852205?v=4" width="100;" alt="kaiserbh"/>
<br />
<sub><b>KaiserBh</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/maximuskowalski">
<img src="https://avatars.githubusercontent.com/u/13492750?v=4" width="100;" alt="maximuskowalski"/>
<br />
<sub><b>Max Kowalski</b></sub>
</a>
</td></tr>
<tr>
<td align="center">
<a href="https://github.com/nmcc1212">
<img src="https://avatars.githubusercontent.com/u/48334675?v=4" width="100;" alt="nmcc1212"/>
<br />
<sub><b>Nial</b></sub>
</a>
</td></tr>
</table>
<!-- readme: contributors -end -->
Loading…
Cancel
Save