Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[req]: https://anybt.eth.limo #15219

Open
2 tasks done
asakura42 opened this issue Apr 3, 2024 · 3 comments
Open
2 tasks done

[req]: https://anybt.eth.limo #15219

asakura42 opened this issue Apr 3, 2024 · 3 comments
Labels
Needs C# New Public Tracker Request a Tracker that does not require a login PR Welcome! We would welcome a volunteer to prepare a PR to solve this problem!

Comments

@asakura42
Copy link

Have you read our Contributing Guidelines?

  • I have read the Contributing Guidelines

Is there already a request for your tracker?

  • I have checked older issues, open and closed

Type

Public

Tracker details

- Name: AnyBT
- URL: https://anybt.eth.limo
- Description: AnyBT is a magnet indexer
- Minimum Seeding Time and/or Minimum Seeding Ratio (if Private): 0
- Additional Comments: it's new project - https://github.com/j2qk3b/AnyBT and https://anybt.eth.limo is its frontend. Looks very simple to parse with curl and jq for example: 


curl 'https://gateway.magnode.ru/blockved/glitterchain/index/sql/simple_query' -X POST --data-raw $'{"sql":"select /*+ SET_VAR(full_text_option=\'{\\"highlight\\":{ \\"style\\":\\"html\\",\\"fields\\":[\\"file_name\\"]}}\') */ file_name,filesize,total_count,_id,category,firstadd_utc_timestamp,_score from library.dht where query_string(\'file_name:\\\\\\"test\\\\\\"^1\') order by total_count desc limit 0, 200","arguments":[]}' | jq -r '.result[].row | "\(.file_name.value) \(._id.value)"'


where `test` is query
@ilike2burnthing ilike2burnthing added the New Public Tracker Request a Tracker that does not require a login label Apr 3, 2024
@ilike2burnthing
Copy link
Contributor

Are you involved with this project? I'm wondering why all number values use exponential notation.

@asakura42
Copy link
Author

asakura42 commented Apr 3, 2024

Are you involved with this project?

No, I occasionally found it.

@garfield69 garfield69 added PR Welcome! We would welcome a volunteer to prepare a PR to solve this problem! Needs C# labels Apr 8, 2024
@garfield69
Copy link
Contributor

Cannot use yaml for this indexer, our Cardigann processor cannot generate a query stream as presented by the OP.
Some volunteer will need to write this indexer in C#.
I personably don't thing its worth the effort, we have plenty public DHT trawler indexers already that do a similar job, but who knows, someone may like the coding exercise.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs C# New Public Tracker Request a Tracker that does not require a login PR Welcome! We would welcome a volunteer to prepare a PR to solve this problem!
Projects
None yet
Development

No branches or pull requests

3 participants