Projects STRLCPY maigret Commits a29c3c6a
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■
    .github/workflows/update-site-data.yml
    1  -name: Update sites rating
     1 +name: Update sites rating and statistics
    2 2   
    3 3  on:
    4 4   push:
    5 5   branches: [ main ]
    6 6   pull_request:
    7 7   branches: [ main ]
     8 + types: [opened, synchronize]
    8 9   
    9 10  jobs:
    10 11   build:
    11 12   runs-on: ubuntu-latest
    12 13   steps:
    13  - - name: checkout repo
    14  - uses: actions/checkout@v2
     14 + - name: Checkout repository
     15 + uses: actions/checkout@v2.3.2
     16 + with:
     17 + ref: ${{ github.event.pull_request.head.sha }}
     18 + fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.
     19 + 
    15 20   - name: build application
    16 21   run: |
    17 22   pip3 install .
    18 23   python3 ./utils/update_site_data.py --empty-only
    19 24   
     25 + - name: Commit and push changes
     26 + run: |
     27 + git config --global user.name "Maigret autoupdate"
     28 + git config --global user.email "[email protected]"
     29 + echo `git name-rev ${{ github.event.pull_request.head.sha }} --name-only`
     30 + export BRANCH=`git name-rev ${{ github.event.pull_request.head.sha }} --name-only | sed 's/remotes\/origin\///'`
     31 + echo $BRANCH
     32 + git remote -v
     33 + git checkout $BRANCH
     34 + git add sites.md
     35 + git commit -m "Updated site list and statistics"
     36 + git push origin $BRANCH
  • ■ ■ ■ ■ ■ ■
    sites.md
    skipped 2598 lines
    2599 2599  1. ![](https://www.google.com/s2/favicons?domain=https://www.hozpitality.com) [hozpitality (https://www.hozpitality.com)](https://www.hozpitality.com)*: top 100M*
    2600 2600  1. ![](https://www.google.com/s2/favicons?domain=https://kazanlashkigalab.com) [kazanlashkigalab.com (https://kazanlashkigalab.com)](https://kazanlashkigalab.com)*: top 100M, kz*
    2601 2601   
    2602  -Alexa.com rank data fetched at (2022-01-21 21:28:53.863014 UTC)
     2602 +Alexa.com rank data fetched at (2022-02-23 22:14:26.029891 UTC)
     2603 +## Statistics
     2604 + 
     2605 +Enabled/total sites: 2449/2595
     2606 + 
     2607 +Incomplete checks: 586/1978 (false positive risks)
     2608 + 
     2609 +Top 20 profile URLs:
     2610 +- (796) `{urlMain}/index/8-0-{username} (uCoz)`
     2611 +- (221) `{urlMain}{urlSubpath}/members/?username={username} (XenForo)`
     2612 +- (221) `/{username}`
     2613 +- (138) `/user/{username}`
     2614 +- (134) `{urlMain}{urlSubpath}/member.php?username={username} (vBulletin)`
     2615 +- (97) `/profile/{username}`
     2616 +- (87) `{urlMain}/u/{username}/summary (Discourse)`
     2617 +- (74) `/users/{username}`
     2618 +- (44) `{urlMain}{urlSubpath}/search.php?author={username} (phpBB/Search)`
     2619 +- (41) `/members/?username={username}`
     2620 +- (39) `SUBDOMAIN`
     2621 +- (36) `/@{username}`
     2622 +- (28) `/u/{username}`
     2623 +- (27) `{urlMain}{urlSubpath}/memberlist.php?username={username} (phpBB)`
     2624 +- (24) `/members/{username}`
     2625 +- (18) `/forum/members/?username={username}`
     2626 +- (18) `/forum/search.php?keywords=&terms=all&author={username}`
     2627 +- (17) `/search.php?keywords=&terms=all&author={username}`
     2628 +- (15) `/author/{username}`
     2629 +- (14) `/profile.php?mode=viewprofile&u={username}`
     2630 + 
     2631 +Top 20 tags:
     2632 +- (255) `forum`
     2633 +- (50) `gaming`
     2634 +- (40) `NO_TAGS` (non-standard)
     2635 +- (24) `coding`
     2636 +- (23) `photo`
     2637 +- (19) `news`
     2638 +- (18) `blog`
     2639 +- (18) `music`
     2640 +- (15) `tech`
     2641 +- (13) `freelance`
     2642 +- (12) `sharing`
     2643 +- (12) `finance`
     2644 +- (11) `shopping`
     2645 +- (10) `dating`
     2646 +- (10) `art`
     2647 +- (9) `hobby`
     2648 +- (8) `movies`
     2649 +- (7) `sport`
     2650 +- (7) `hacking`
     2651 +- (5) `stock`
    2603 2652   
Please wait...
Page is in error, reload to recover