npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

node-notcoinapi

v1.0.3

Published

Работа с NotCoin API

Downloads

2

Readme

Дополнительная информация

Author: Revalto
TON Wallet: UQBMOIVDlQG5r_VdzbZhVF9Xi4k388Ap9ti-XAfWFPo32bgz

Пример использования

const NotCoin = require('notcoinapi');
const notCoin = new NotCoin(`https://clicker.joincommunity.xyz/clicker#tgWebAppData=query_id%.....`);

(async () => {
    await notCoin.event(); // Отправить запрос Event (На самом деле, не знаю для чего он отправляется)
    await notCoin.auth(); // Авторизовываемся (Получение AccessToken и получение профиля)
    await notCoin.click(1); // Кликнуть 1 раз (Если я правильно понял, 1 = 1 энергия, без учета множителя)
    await notCoin.updateProfile(); // Обновить профиль пользователя
    await notCoin.getMerged(); // Нет информации
    await notCoin.getCombineCompleted(); // Использованные Tasks (бусты)
    await notCoin.task(2); // Использование буста (2 - Full Energy)
    await notCoin.getMine(); // Рефералы
    await notCoin.getPosition(); // На странице "Frens" выводится возможный бонус, если попадете в топ
    await notCoin.getStat(); // Общая статистика игры    
    await notCoin.claim(6); // Использование задания (Пункт Earn в игре)
    await notCoin.getLeaderboard(); // Список лидеров
    await notCoin.getLeaderboardWeekly(); // Список лидеров за неделю
    await notCoin.getLeaderboardDaily(); // Список лидеров за день
    await notCoin.getLeaderboardTeamWeekly(); // Список лидеров команд за неделю
    await notCoin.getLeaderboardTeamDaily(); // Список лидеров команд за день
    await notCoin.getRobot(); // Получить количество коинов, которые заработал робот
    await notCoin.takeRobot(); // Забрать коины, которые заработал робот
})();

Task List

1. Free Coins
2. Full Energy
3. Turbo

Claim List

4. Welcome to TON NFT
6. Join Squad
5. Invite 10 frens
42. Egg Fight Club
13. Telegram Premium
27. Whale
38. Open Builders socials
39. Arbuz Fest
43. Poker competition
37. Tonstarter Launchepad
47. Superwhale
46. Staking on TON

Где взять URL ?

  1. Авторизуйтесь с компьютера в Telegram Web.
  2. После авторизации перейдите в бота Notcoin Bot или NotCoinBot Referal.
  3. Нажмите клавишу F12 (или откройте Исходный код страницы), затем перейдите на вкладку "Сеть". Если необходимо, обновите страницу нажатием клавиши F5.
  4. Нажмите кнопку, отвечающую за вход в приложение. img.png
  5. Найдите событие "event" на вкладке "Сеть". img_2.png
  6. Из интересующего нас события скопируйте параметр "u" (ссылка будет иметь примерно следующий вид):
    https://clicker.joincommunity.xyz/clicker#tgWebAppData=query_id%*D**GO*-**AA**AI***gwalO3m%26user%3D%257B%2522id%2522%253A2****0478%252C%2522first_name%2522%253A%2522*******%2522%252C%2522last_name%2522%253A%2522*******%2522%252C%2522username%2522%253A%2522******%2522%252C%2522language_code%2522%253A%2522ru%2522%252C%2522is_premium%2522%253Atrue%252C%2522allows_write_to_pm%2522%253Atrue%257D%26auth_date%3D170**16279%26hash%3D7dfa***db35***b593aa80f3***9858ca0649c5***cd001bf888888b770a3ff0e&tgWebAppVersion=7.0&tgWebAppPlatform=web&tgWebAppThemeParams=%7B%22bg_color%22%3A%22%23ffffff%22%2C%22button_color%22%3A%22%233390ec%22%2C%22button_text_color%22%3A%22%23ffffff%22%2C%22hint_color%22%3A%22%23707579%22%2C%22link_color%22%3A%22%2300488f%22%2C%22secondary_bg_color%22%3A%22%23f4f4f5%22%2C%22text_color%22%3A%22%23000000%22%2C%22header_bg_color%22%3A%22%23ffffff%22%2C%22accent_text_color%22%3A%22%233390ec%22%2C%22section_bg_color%22%3A%22%23ffffff%22%2C%22section_header_text_color%22%3A%22%233390ec%22%2C%22subtitle_text_color%22%3A%22%23707579%22%2C%22destructive_text_color%22%3A%22%23df3f40%22%7D
  7. В скопированной ссылке замените параметр "tgWebAppPlatform=web" на "tgWebAppPlatform=ios". tgWebAppPlatform=web Мы его заменяем на ios tgWebAppPlatform=ios. Измененную ссылку отправляем в браузер.

ВАЖНО

C 07.01 сессия с браузера держится не более 3ех часов. Для того, чтобы все работало, необходимо проделать действия с 3 пункта