Pages:
Author

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

legendary
Activity: 2758
Merit: 6830
Do you have any idea what happened to post 55860583? My version doesn't make sense.
It wasn't scrapped. My script only saved the posts which had an author (with a correct UID), so all Anonymous and Guest posts are missing.
legendary
Activity: 3290
Merit: 16489
Thick-Skinned Gang Leader and Golden Feather 2021
Do you have any idea what happened to post 55860583? My version doesn't make sense.
legendary
Activity: 1484
Merit: 1355
Feature request (or Bug report): Multi-word usernames in Posts Search params don't work properly.
Thanks. It should be working now. The new version coming out in a few weeks should fix most issues and add some new features.

The fastest customer support I've ever experienced. Grin Great job!
I'm very much looking forward to the new version and new features.
legendary
Activity: 2758
Merit: 6830
Feature request (or Bug report): Multi-word usernames in Posts Search params don't work properly.
Thanks. It should be working now. The new version coming out in a few weeks should fix most issues and add some new features.
legendary
Activity: 1484
Merit: 1355
Feature request (or Bug report): Multi-word usernames in Posts Search params don't work properly.

When I fill in the 'Author' field with a multi-word username, there are no search results. I tried to put in quotes but to no effect.

EDIT: The same thing happens with usernames that contain some special characters at the beginning or at the end.
For example, if we search for posts from "zasad@" or "-ck", there are no results. (Sorry guys, I had to mention you here.)
legendary
Activity: 2758
Merit: 6830
Feature request: Search Titles only (instead of Content).
It's already planned and included in the API refactor. I just need to find some time to finish it. Tongue
legendary
Activity: 3290
Merit: 16489
Thick-Skinned Gang Leader and Golden Feather 2021
Feature request: Search Titles only (instead of Content).
legendary
Activity: 1484
Merit: 1355
@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
Cashback 15%
@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: 1582
Merit: 1319
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: 1582
Merit: 1319
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: 1960
Merit: 1638
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: 1582
Merit: 1319
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: 1848
Merit: 1308
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
Pages:
Jump to: