Pages:
Author

Topic: Ninjastic.space - BitcoinTalk Post/Address archive + API - page 23. (Read 16648 times)

legendary
Activity: 3290
Merit: 16489
Thick-Skinned Gang Leader and Golden Feather 2021
Feature request: Search Titles only (instead of Content).
legendary
Activity: 1526
Merit: 1359
@TryNinja is it possible to add option for searching Boards the same way like we are searching Topics?

I think we already have that option.

For example, I would like to see all accounts that ever posted in Croatian local board or Scam Accusations board.
That would mean adding new Board ID option with all current (Post ID, Topic ID, Address, Username, User ID).

All you have to do is go to the Posts serach page and under 'Search params' select the board you want to search. Very practical here is also the ability to select a date range for the search. In the results, you have a second tab with a list of all users.

For example, here is a list of all users who posted in Croatian board today. You can also include sub-boards if you wish.



I hope this helps. Wink
legendary
Activity: 2212
Merit: 7064
@TryNinja is it possible to add option for searching Boards the same way like we are searching Topics?
For example, I would like to see all accounts that ever posted in Croatian local board or Scam Accusations board.
That would mean adding new Board ID option with all current (Post ID, Topic ID, Address, Username, User ID).
copper member
Activity: 1652
Merit: 1325
I'm sometimes known as "miniadmin"
----
But it doesn't show it inside the profile overview; it only does once you search only that address. It does only display the number of times a user has posted that address, and show only those posts.

It'd be a lot faster not to hand check every address to see if it has been used by someone else by just displaying that
legendary
Activity: 2383
Merit: 1551
dogs are cute.
Hey!

I thought about another suggestion that'd be nice to see implemented and help find alt accounts. On the profile addresses, could we see how many time that user has posted that address out of the total?

Example:

1GJL2m5h7oMakRsdaQT3QQ4XzyFnKQwbCQ

Total times used: 16 (with this one).

Users:

HabBear (12)
Csmiami (3)
Myfe (1)

So, if I were in Myfe's profile, it'd be great to see that it's been used 1/16, habbear 12/16 and so on
It does that already, look here: https://ninjastic.space/addresses?address=1GJL2m5h7oMakRsdaQT3QQ4XzyFnKQwbCQ

Head to the users tab and click the "Include count" checkbox.

You can even see which topic the address has been posted, and which section, and by whom.
copper member
Activity: 1652
Merit: 1325
I'm sometimes known as "miniadmin"
Hey!

I thought about another suggestion that'd be nice to see implemented and help find alt accounts. On the profile addresses, could we see how many time that user has posted that address out of the total?

Example:

1GJL2m5h7oMakRsdaQT3QQ4XzyFnKQwbCQ

Total times used: 16 (with this one).

Users:

HabBear (12)
Csmiami (3)
Myfe (1)

So, if I were in Myfe's profile, it'd be great to see that it's been used 1/16, habbear 12/16 and so on
legendary
Activity: 2758
Merit: 6830
Is it possible to add a feature where one can search for specific phrases, word to word like it is possible on popular search engines?
Yes! This already planned. You will be able to make more complex searches:

E.g:
Code:
"Not your keys not your coins" AND ((bot) OR (hack))

For posts that have this exact phrase and the word bot or hack. Right now, your phrase would return all posts that have the words "not", "your", "keys" and "coins" anywhere, so not that precise.

I'm focusing on refactoring the API (v2) though, so wait at least a few days. Cheesy
copper member
Activity: 2170
Merit: 1822
Top Crypto Casino
New ideas are highly appreciated!
Is it possible to add a feature where one can search for specific phrases, word to word like it is possible on popular search engines?
For example, if I wanted to search for posts that contain the phrase Not your keys not your coins, It would just be a matter of quoting the phrase in the search box and have only posts that contain the phrase in the search results
legendary
Activity: 3290
Merit: 16489
Thick-Skinned Gang Leader and Golden Feather 2021
profile addresses
It's not really possible, it would require regular rescraping of all profiles. You can sometimes find old profile-addresses on archive.org. Example: mine!
This is cute, me as a Newbie.
legendary
Activity: 2758
Merit: 6830
Just curious; does the address scraper also take profile addresses into account? I'd assume it doesn't, but I rather double check
Nope. Only addresses found on posts.
copper member
Activity: 1652
Merit: 1325
I'm sometimes known as "miniadmin"
Just curious; does the address scraper also take profile addresses into account? I'd assume it doesn't, but I rather double check
legendary
Activity: 2758
Merit: 6830
I see the site is developed with React. If you can push things and maybe add me as a collaborator I can help cleaning and refactoring the UI side of things. Ofcourse, can show you my GitHub profile for my previous work etc.
Thanks, but I prefer to do that myself for now. You can share your github if you want, though. I would like to take a look at your code.

That's a library called React-charts. Pretty neaaat right. Smiley
I'm actually using Recharts, but I'm looking for possible alternatives to expand their utility (like zooming and choosing a specific time range).



Do I understand correctly that deleted posts more than 5 minutes after publication are not displayed in the "deleted posts section"?
Yes.

And I found the previously mentioned post in history, it hasn't been deleted (apparently after the publication, for some reason I deleted and republished this post, so it appears as deleted).
Well, the post was deleted. Even if you republished it, it's still a different post with a different id.
legendary
Activity: 1456
Merit: 5874
light_warrior ... 🕯️
The posts are only rescraped once after 5 minutes. If it says it was deleted, then that happened in less than 5 minutes after the post was made. The same applies to the title or content changes. It doesn't show the title was changed because that happened after 5 minutes. If I change any of those things before the rescraping happens, the bot will detect and show it in the page.

E.g: https://ninjastic.space/post/55633252
Do I understand correctly that deleted posts more than 5 minutes after publication are not displayed in the "deleted posts section"? And I found the previously mentioned post in history, it hasn't been deleted (apparently after the publication, for some reason I deleted and republished this post, so it appears as deleted). Nevertheless, in the morning I saw -1 post in the statistics, although I don't see it, [Looks like I'm a little confused]  Roll Eyes





legendary
Activity: 1988
Merit: 1317
Get your game girl
Not yet. I plan to open source everything, but the code needs some serious cleaning and refactoring. Cheesy
I see the site is developed with React. If you can push things and maybe add me as a collaborator I can help cleaning and refactoring the UI side of things. Ofcourse, can show you my GitHub profile for my previous work etc.

The UI is sooo clean like Kiss AND the GRAPHS are amazing and very interactive.
That's a library called React-charts. Pretty neaaat right. Smiley
legendary
Activity: 2758
Merit: 6830

Are you hosting your site repository on github? I would like to look at your code, if not, ain't no issue.
Not yet. I plan to open source everything, but the code needs some serious cleaning and refactoring. Cheesy
legendary
Activity: 2383
Merit: 1551
dogs are cute.
- Allow users to sort the post information in alphabetical order, or in terms of oldest date to the newest date?
Alphabetically order what exactly? I can add an option to sort the results from oldest to newest.
Alphabetical order either in terms of the topic name? Like topics sorted from A-Z for the topic based on the search,etc.

Merits are coming soon. Trust ratings are harder since I don't track them as of now (nor anything profile related, like signatures, etc...). But we'll see.
Oh I think Loyce tracks trust yes? Even Vod does it for BPIP correct, so maybe you could use their data? But good luck though.

Good idea! I already track the modlog but only to notify people about nuked threads. I'll add to my todo list.
Oh heh, I will give you more suggestions, if I come across any.


Are you hosting your site repository on github? I would like to look at your code, if not, ain't no issue.
legendary
Activity: 2758
Merit: 6830
Dude oh my god, your site is fuckin awesome.
Thanks. Smiley

- Allow users to sort the post information in alphabetical order, or in terms of oldest date to the newest date?
Alphabetically order what exactly? I can add an option to sort the results from oldest to newest.

- Integrate Loyce and BPIP information and make charts on the site regarding trust ratings and merits?
Merits are coming soon. Trust ratings are harder since I don't track them as of now (nor anything profile related, like signatures, etc...). But we'll see.

- A patrol to keep track of banned users perhaps? I know loyce's site does this, but i really like your layout, it would be cool to have everything on one site instead of 3. 
Good idea! I already track the modlog but only to notify people about nuked threads. I'll add to my todo list.

Thanks for the suggestions.
legendary
Activity: 2383
Merit: 1551
dogs are cute.
Dude oh my god, your site is fuckin awesome. The UI is sooo clean like Kiss AND the GRAPHS are amazing and very interactive.

Suggestions:

- Allow users to sort the post information in alphabetical order, or in terms of oldest date to the newest date?

- Integrate Loyce and BPIP information and make charts on the site regarding trust ratings and merits?

- A patrol to keep track of banned users perhaps? I know loyce's site does this, but i really like your layout, it would be cool to have everything on one site instead of 3. 
legendary
Activity: 2758
Merit: 6830
TryNinja, a question regarding deleted messages, (I have not found any mention of this).
The posts are only rescraped once after 5 minutes. If it says it was deleted, then that happened in less than 5 minutes after the post was made. The same applies to the title or content changes. It doesn't show the title was changed because that happened after 5 minutes. If I change any of those things before the rescraping happens, the bot will detect and show it in the page.

E.g: https://ninjastic.space/post/55633252

2. If possible, it would be great to see an additional notification in the interface of who deleted the post (user or moderator).
Not possible.
legendary
Activity: 1456
Merit: 5874
light_warrior ... 🕯️
TryNinja, a question regarding deleted messages, (I have not found any mention of this).

I see that I have a recently deleted post by a moderator, (it seems to me that it is him).

Pages:
Jump to:
© 2020, Bitcointalksearch.org