Bitcoin Forum
May 27, 2024, 09:46:17 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Why are there no BTT Discord bot?  (Read 177 times)
Insanerman (OP)
Sr. Member
****
Offline Offline

Activity: 1162
Merit: 450


View Profile
November 07, 2020, 01:38:32 PM
 #1

I'm just thinking of an idea of developing a Bot in Discord where it can do the same thing as the current Telegram Super Notifier Bot by TryNinja[1]. yet I lack of knowledge when it comes to implementing a webscraper to be reactive in the BOT in any servers in Discord. If ever that there is already one in the making, I'd be please to contribute anything I could help with the programming (not really good tho, but willing to learn)

And if ever that idea still remains as an idea, I'd be delighted to start the project. Though I'm not really the full-stack developer (im just a stack-overflow developer lol Cheesy), I would try my best to make the project work and meet the success. Soon, I'll edit this thread with the idea and update with the progress as well.

[1] - https://bitcointalk.org/index.php?topic=5248878.0
TryNinja
Legendary
*
Offline Offline

Activity: 2842
Merit: 7103


Crypto Swap Exchange


View Profile WWW
November 07, 2020, 05:20:54 PM
 #2

If you want to do it, you can skip all the forum scraping and analyzing part by using my API. I already have something for third parties to get simple notifications. Here are the docs (check under /WebUsers): https://docs.ninjastic.space

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
Insanerman (OP)
Sr. Member
****
Offline Offline

Activity: 1162
Merit: 450


View Profile
November 08, 2020, 01:38:11 PM
 #3

If you want to do it, you can skip all the forum scraping and analyzing part by using my API. I already have something for third parties to get simple notifications. Here are the docs (check under /WebUsers): https://docs.ninjastic.space

How can I get an API key? Would this work if there would be no API key (some requires, but obviously yours doesn't)? I've been trying something with your API (actually connecting your API onto an Ionic app that can be both on android and IOS devices, and can be exported as both a website and a windows app using node.js). I'm currently trying to figure out how to make a useful discord bot (as your telegram bot is much convenient).

BTW, huge thanks for this. This simply makes everything easier, all I need to do is to figure out the logic and of course how to implement an effective bot.
TryNinja
Legendary
*
Offline Offline

Activity: 2842
Merit: 7103


Crypto Swap Exchange


View Profile WWW
November 08, 2020, 06:09:44 PM
 #4

How can I get an API key? Would this work if there would be no API key (some requires, but obviously yours doesn't)?
You don't need any, as there is no authentication (at least for now). Just make the requests and you're good.

Feel free to PM me if you need help with anything.

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
Joel_Jantsen
Legendary
*
Offline Offline

Activity: 1890
Merit: 1310

Get your game girl


View Profile
November 09, 2020, 08:36:32 PM
 #5

I'm just thinking of an idea of developing a Bot in Discord where it can do the same thing as the current Telegram Super Notifier Bot by TryNinja[1]. yet I lack of knowledge when it comes to implementing a webscraper to be reactive in the BOT in any servers in Discord.
Doubt you will be doing any "web scrapping". @TryNinja as mentioned has an HTTP API you can simply call the URL's with correct params. I can help you set things up if you want?  Will anyone actually use this though? Is your discord server even active or has members for that matter? Check if people are interested and then proceed with the bot.

You don't need any, as there is no authentication (at least for now). Just make the requests and you're good.
Does your server gets flooded with requests or it's well load balanced? Nice of you to not have authentication. Btw what did you write the docs in? Are they autogenerated?
TryNinja
Legendary
*
Offline Offline

Activity: 2842
Merit: 7103


Crypto Swap Exchange


View Profile WWW
November 09, 2020, 08:44:59 PM
 #6

Does your server gets flooded with requests or it's well load balanced? Nice of you to not have authentication.
You can get rate limited if you make too many requests. For now, there hasn't been any abuse. But I can start blocking requests and/or requiring an API key if needed.

Btw what did you write the docs in? Are they autogenerated?
I use Insomnia for debugging and generate them with insomnia-documenter. I'm thinking about using something else, though.

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
Husires
Legendary
*
Offline Offline

Activity: 1596
Merit: 1287


View Profile WWW
November 15, 2020, 02:38:23 PM
 #7

Why do some people take the forum seriously? Tracking notifications through the Telegram bot is more than enough for a regular user. If there is an BTT Discord bot it will be considered an addiction to the forum.

I appreciate that you are trying to develop, but the most important step is to find enough demand, so ask the community if they want to get that bot before starting to deloping it.
Theb
Hero Member
*****
Offline Offline

Activity: 1680
Merit: 655


View Profile
November 15, 2020, 10:30:14 PM
 #8

If you will try to develop this bot I think it would be best if you make it just some kind of channel on the Unofficial Bitcointalk Server promoted by Cyrus, if you don't have personal knowledge I think working both with TryNinja and Cyrus would be a good idea. Also the Discord server is not doing well right now in terms of its member count where it only has 249 members in total and as of right now only 28 people online so maybe implementing more features for this server will help it boost up the member count and the number of active people.


Why do some people take the forum seriously? Tracking notifications through the Telegram bot is more than enough for a regular user. If there is an BTT Discord bot it will be considered an addiction to the forum.

I appreciate that you are trying to develop, but the most important step is to find enough demand, so ask the community if they want to get that bot before starting to deloping it.

I don't think people are doing it for the purposes of being "serious" in the forum but for them to help out other people who are interested in this kinds of things. His idea isn't that bad or is something that will affect Bitcointalk in a bad way so its really not a good thing to discourage what he wants to do especially if no one has applied it yet. Also if someone has developed a notification bot for Discord I don't think someone will be addicted to the forum because of it, I wake up everyday looking at my phone with dozens of notifications from various apps but after skimming all of it I basically hit "clear them all" in my phone.

..bustadice..         ▄▄████████████▄▄
     ▄▄████████▀▀▀▀████████▄▄
   ▄███████████    ███████████▄
  █████    ████▄▄▄▄████    █████
 ██████    ████████▀▀██    ██████
██████████████████   █████████████
█████████████████▌  ▐█████████████
███    ██████████   ███████    ███
███    ████████▀   ▐███████    ███
██████████████      ██████████████
██████████████      ██████████████
 ██████████████▄▄▄▄██████████████
  ▀████████████████████████████▀
                     ▄▄███████▄▄
                  ▄███████████████▄
   ███████████  ▄████▀▀       ▀▀████▄
               ████▀      ██     ▀████
 ███████████  ████        ██       ████
             ████         ██        ████
███████████  ████     ▄▄▄▄██        ████
             ████     ▀▀▀▀▀▀        ████
 ███████████  ████                 ████
               ████▄             ▄████
   ███████████  ▀████▄▄       ▄▄████▀
                  ▀███████████████▀
                     ▀▀███████▀▀
           ▄██▄
           ████
            ██
            ▀▀
 ▄██████████████████████▄
██████▀▀██████████▀▀██████
█████    ████████    █████
█████▄  ▄████████▄  ▄█████
██████████████████████████
██████████████████████████
    ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
    ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
       ████████████
......Play......
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!