ExportComments is a platform to export social media comments to Excel.
This is the real-time and historical data on system performance for ExportComments.
diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 2a9eb71..0000000 --- a/.gitattributes +++ /dev/null @@ -1,9 +0,0 @@ -# Markdown -*.md linguist-detectable=true -*.md linguist-documentation=false - -# JSON -*.json linguist-detectable=true - -# YAML -*.yml linguist-detectable=true diff --git a/.github/workflows/graphs.yml b/.github/workflows/graphs.yml deleted file mode 100644 index 2b7963b..0000000 --- a/.github/workflows/graphs.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Graphs CI -on: - schedule: - - cron: "0 0 * * *" - workflow_dispatch: -permissions: - contents: write -jobs: - graphs: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: upptime/uptime-monitor@v1.41.0 - with: - command: graphs - env: - GH_PAT: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/response-time.yml b/.github/workflows/response-time.yml deleted file mode 100644 index 855379c..0000000 --- a/.github/workflows/response-time.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Response Time CI -on: - schedule: - - cron: "0 23 * * *" - workflow_dispatch: -permissions: - contents: write -jobs: - response-time: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: upptime/uptime-monitor@v1.41.0 - with: - command: response-time - env: - GH_PAT: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/setup.yml b/.github/workflows/setup.yml deleted file mode 100644 index 751e75b..0000000 --- a/.github/workflows/setup.yml +++ /dev/null @@ -1,47 +0,0 @@ -name: Setup CI -on: - push: - paths: - - ".upptimerc.yml" - workflow_dispatch: -permissions: - contents: write - issues: write - pages: write -jobs: - setup: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: upptime/uptime-monitor@v1.41.0 - with: - command: response-time - env: - GH_PAT: ${{ secrets.GITHUB_TOKEN }} - continue-on-error: true - - uses: actions/checkout@v4 - - uses: upptime/uptime-monitor@v1.41.0 - with: - command: readme - env: - GH_PAT: ${{ secrets.GITHUB_TOKEN }} - continue-on-error: true - - uses: actions/checkout@v4 - - uses: upptime/uptime-monitor@v1.41.0 - with: - command: graphs - env: - GH_PAT: ${{ secrets.GITHUB_TOKEN }} - continue-on-error: true - - uses: actions/checkout@v4 - - uses: upptime/uptime-monitor@v1.41.0 - with: - command: site - env: - GH_PAT: ${{ secrets.GITHUB_TOKEN }} - - uses: peaceiris/actions-gh-pages@v4 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./site/status-page/__sapper__/export/ - user_name: exportcomments-bot - user_email: support@exportcomments.com diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml deleted file mode 100644 index d0901e5..0000000 --- a/.github/workflows/site.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: Static Site CI -on: - schedule: - - cron: "0 1 * * *" - workflow_dispatch: -permissions: - contents: write - pages: write -jobs: - site: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: upptime/uptime-monitor@v1.41.0 - with: - command: site - env: - GH_PAT: ${{ secrets.GITHUB_TOKEN }} - - uses: peaceiris/actions-gh-pages@v4 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./site/status-page/__sapper__/export/ - user_name: exportcomments-bot - user_email: support@exportcomments.com diff --git a/.github/workflows/summary.yml b/.github/workflows/summary.yml deleted file mode 100644 index dab0148..0000000 --- a/.github/workflows/summary.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Summary CI -on: - schedule: - - cron: "0 0 * * *" - workflow_dispatch: -permissions: - contents: write -jobs: - summary: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: upptime/uptime-monitor@v1.41.0 - with: - command: readme - env: - GH_PAT: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/update-template.yml b/.github/workflows/update-template.yml deleted file mode 100644 index beea46d..0000000 --- a/.github/workflows/update-template.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Update Template CI -on: - schedule: - - cron: "0 0 * * *" - workflow_dispatch: -permissions: - contents: write -jobs: - update-template: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: upptime/uptime-monitor@v1.41.0 - with: - command: update-template - env: - GH_PAT: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/updates.yml b/.github/workflows/updates.yml deleted file mode 100644 index d2bd506..0000000 --- a/.github/workflows/updates.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Updates CI -on: - schedule: - - cron: "0 3 * * *" - workflow_dispatch: -permissions: - contents: write -jobs: - updates: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: upptime/uptime-monitor@v1.41.0 - with: - command: update-dependencies - env: - GH_PAT: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/uptime.yml b/.github/workflows/uptime.yml deleted file mode 100644 index 73cf172..0000000 --- a/.github/workflows/uptime.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Uptime CI -on: - schedule: - - cron: "*/5 * * * *" - workflow_dispatch: -permissions: - contents: write - issues: write -jobs: - uptime: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: upptime/uptime-monitor@v1.41.0 - with: - command: update - env: - GH_PAT: ${{ secrets.GITHUB_TOKEN }} diff --git a/.gitignore b/.gitignore deleted file mode 100644 index e43b0f9..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -.DS_Store diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/.upptimerc.yml b/.upptimerc.yml deleted file mode 100644 index 88565d2..0000000 --- a/.upptimerc.yml +++ /dev/null @@ -1,51 +0,0 @@ -owner: exportcomments -repo: status - -sites: - - name: ExportComments App - url: https://exportcomments.com - maxResponseTime: 3000 - icon: https://raw.githubusercontent.com/exportcomments/status/master/assets/favicon.ico - headers: - - "User-Agent: Mozilla/5.0 (compatible; Upptime/1.0; +https://github.com/exportcomments/status)" - expectedStatusCodes: - - 200 - - 301 - - 302 - - 403 - - - name: ExportComments API - url: https://exportcomments.com/api/public/health - maxResponseTime: 2000 - expectedStatusCodes: - - 200 - - 301 - - 302 - - 403 - headers: - - "User-Agent: Mozilla/5.0 (compatible; Upptime/1.0; +https://github.com/exportcomments/status)" - - - name: Documentation - url: https://docs.exportcomments.com - maxResponseTime: 3000 - headers: - - "User-Agent: Mozilla/5.0 (compatible; Upptime/1.0; +https://github.com/exportcomments/status)" - -assignees: - - exportcomments-bot - -status-website: - cname: status.exportcomments.com - logoUrl: https://raw.githubusercontent.com/exportcomments/status/master/assets/logo.png - favicon: https://raw.githubusercontent.com/exportcomments/status/master/assets/favicon.ico - name: ExportComments Status - introTitle: "**ExportComments** is a platform to export social media comments to Excel." - introMessage: This is the real-time and historical data on system performance for [ExportComments](https://exportcomments.com). - theme: light - navbar: - - title: Status - href: / - - title: GitHub - href: https://github.com/$OWNER/$REPO - - title: ExportComments - href: https://exportcomments.com diff --git a/404.html b/404.html new file mode 100644 index 0000000..2d1c024 --- /dev/null +++ b/404.html @@ -0,0 +1,18 @@ +
"+De(je(i).replace(/^\n+|\n+$/g,""))+"":(i=r[6])?(i.match(/\./)&&(r[5]=r[5].replace(/^\d+/gm,"")),o=Ge(De(r[5].replace(/^\s*[>*+.-]/gm,""))),">"==i?i="blockquote":(i=i.match(/\./)?"ol":"ul",o=o.replace(/^(.*)(\n|$)/gm,""+je(r[16])+"":(r[17]||r[1])&&(n=f(r[17]||"--"))),l+=s,l+=n;return(l+e.substring(d)+h()).replace(/^\n+|\n+$/g,"")}function ze(e,t,n){const s=e.slice();return s[3]=t[n],s}function qe(e,t,n){const s=e.slice();return s[3]=t[n],s}function Be(e,t,n){const s=e.slice();return s[8]=t[n],s}function Ke(t){let n,s,r,o,i,a;return{c(){n=y("script"),s=_("// If `prefers-color-scheme` is not supported, fall back to light mode.\n // In this case, light.css will be downloaded with `highest` priority.\n if (typeof window !== \"undefined\" && typeof document !== \"undefined\" && \"matchMedia\" in window && window.matchMedia('(prefers-color-scheme: dark)').media === 'not all') {\n document.documentElement.style.display = 'none';\n document.head.insertAdjacentHTML(\n 'beforeend',\n '',\n );\n }"),r=w(),o=y("link"),i=w(),a=y("link"),this.h()},l(e){n=C(e,"SCRIPT",{});var t=L(n);s=H(t,"// If `prefers-color-scheme` is not supported, fall back to light mode.\n // In this case, light.css will be downloaded with `highest` priority.\n if (typeof window !== \"undefined\" && typeof document !== \"undefined\" && \"matchMedia\" in window && window.matchMedia('(prefers-color-scheme: dark)').media === 'not all') {\n document.documentElement.style.display = 'none';\n document.head.insertAdjacentHTML(\n 'beforeend',\n '',\n );\n }"),t.forEach(b),r=M(e),o=C(e,"LINK",{rel:!0,href:!0,media:!0}),i=M(e),a=C(e,"LINK",{rel:!0,href:!0,media:!0}),this.h()},h(){T(o,"rel","stylesheet"),T(o,"href",`${Pe.path}/themes/light.css`),T(o,"media","(prefers-color-scheme: light)"),T(a,"rel","stylesheet"),T(a,"href",`${Pe.path}/themes/dark.css`),T(a,"media","(prefers-color-scheme: dark)")},m(e,t){g(e,n,t),m(n,s),g(e,r,t),g(e,o,t),g(e,i,t),g(e,a,t)},p:e,d(e){e&&b(n),e&&b(r),e&&b(o),e&&b(i),e&&b(a)}}}function Je(t){let n;return{c(){n=y("link"),this.h()},l(e){n=C(e,"LINK",{rel:!0,href:!0}),this.h()},h(){T(n,"rel","stylesheet"),T(n,"href",`${Pe.path}/themes/${Pe["status-website"].theme}.css`)},m(e,t){g(e,n,t)},p:e,d(e){e&&b(n)}}}function Ve(t){let n;return{c(){n=y("link"),this.h()},l(e){n=C(e,"LINK",{rel:!0,href:!0}),this.h()},h(){T(n,"rel","stylesheet"),T(n,"href",(Pe["status-website"]||{}).themeUrl)},m(e,t){g(e,n,t)},p:e,d(e){e&&b(n)}}}function We(t){let n,s;return{c(){n=y("script"),this.h()},l(e){n=C(e,"SCRIPT",{src:!0}),L(n).forEach(b),this.h()},h(){c(n.src,s=t[8].src)||T(n,"src",s),n.async=!!t[8].async,n.defer=!!t[8].async},m(e,t){g(e,n,t)},p:e,d(e){e&&b(n)}}}function Ye(t){let n;return{c(){n=y("link"),this.h()},l(e){n=C(e,"LINK",{rel:!0,href:!0,media:!0}),this.h()},h(){T(n,"rel",t[3].rel),T(n,"href",t[3].href),T(n,"media",t[3].media)},m(e,t){g(e,n,t)},p:e,d(e){e&&b(n)}}}function Fe(t){let n;return{c(){n=y("meta"),this.h()},l(e){n=C(e,"META",{name:!0,content:!0}),this.h()},h(){T(n,"name",t[3].name),T(n,"content",t[3].content)},m(e,t){g(e,n,t)},p:e,d(e){e&&b(n)}}}function Xe(t){let n,s,r,o,i,a,c,u,d,f,h,p,$,_,x,S,A,N,I=Ge(Pe.i18n.footer.replace(/\$REPO/,`https://github.com/${Pe.owner}/${Pe.repo}`))+"",P=(Pe["status-website"]||{}).customHeadHtml&&function(){let t,n,s=(Pe["status-website"]||{}).customHeadHtml+"";return{c(){t=new Y(!1),n=E(),this.h()},l(e){t=D(e,!1),n=E(),this.h()},h(){t.a=n},m(e,r){t.m(s,e,r),g(e,n,r)},p:e,d(e){e&&b(n),e&&t.d()}}}();let R=((Pe["status-website"]||{}).themeUrl?Ve:(Pe["status-website"]||{}).theme?Je:Ke)(t),k=(Pe["status-website"]||{}).scripts&&function(e){let t,n=(Pe["status-website"]||{}).scripts,s=[];for(let t=0;tThis is the real-time and historical data on system performance for ExportComments.