> * Declare the top 100 PyPI packages [0] (and their dependencies)> for all major platforms
To retrieve this list in plain text, you can use this browser console script:
```js
Array.from(document.querySelectorAll('.two.ng-binding'))
.map(el => (el.innerText)).toString().replaceAll(',', '\n')
```
(btw, ugh, Angular and unsemantic elements)
To retrieve the list of packages that are already packaged,
you can use this shell script:
```bash
find ipwhl-data/pkgs/ | cut -d/ -f4 | sort | uniq
```
By comparing these lists, we can find out which one should package next.
I have done it and uploaded it to my personal site:
https://huyngo.envs.net/projects/ipwhl/status/
Thanks for the handy scripts and the status page!
> > * Declare the top 100 PyPI packages [0] (and their dependencies)> > for all major platforms>> To retrieve this list in plain text, you can use this browser console script:>> ```js> Array.from(document.querySelectorAll('.two.ng-binding'))> .map(el => (el.innerText)).toString().replaceAll(',', '\n')> ```
On which page should I be running this?
BTW could you please set a name in your email client?
My client and lists.sr.ht would really appreciate that.
>> ```js>> Array.from(document.querySelectorAll('.two.ng-binding'))>> .map(el => (el.innerText)).toString().replaceAll(',', '\n')>> ```>>On which page should I be running this?
The hugovk's page.
>>BTW could you please set a name in your email client?>My client and lists.sr.ht would really appreciate that.
My previous message was sent by the default web client for disroot's
mail (RainLoop iirc) and this one is sent using neomutt.
> > On which page should I be running this?>> The hugovk's page.
Thanks, it worked.
> > BTW could you please set a name in your email client?> > My client and lists.sr.ht would really appreciate that.>> My previous message was sent by the default web client for disroot's> mail (RainLoop iirc) and this one is sent using neomutt.
FYI Rainloop has a identity setting in the general tab.