arifpz / slack-overflow

MIT License
2 stars 7 forks source link

Response hard to preprocess outside Slack #5

Open arifpz opened 2 days ago

arifpz commented 2 days ago

The response is not json format, it's tricky to process it if other system need make a API call. Sample response:

Stack Overflow Top Questions for "postgres performance"

|15| :white_check_mark: <http://stackoverflow.com/questions/45629767|Postgres performance for a table with more than Billion rows> (3 answers)
|12| :white_check_mark: <http://stackoverflow.com/questions/11940515|Postgres performance issues> (4 answers)
|12| :white_check_mark: <http://stackoverflow.com/questions/52674380|Improving Postgres performance on graph-like queries of multi-level self-joins (comparison to Neo4j)> (2 answers)
|10| :white_check_mark: <http://stackoverflow.com/questions/41994392|Postgres - Performance of large jsonb column> (1 answers)
|10| :white_check_mark: <http://stackoverflow.com/questions/43718390|Postgres performance not increasing with increase in number of core> (2 answers)
AfifOsama commented 1 day ago

does this your expected result?

Stack Overflow Top Questions for "flutter"

794  ✅ http://stackoverflow.com/questions/48893935 - How can I remove the debug banner in Flutter? (16 answers)
658  ✅ http://stackoverflow.com/questions/50081213 - How do I use hexadecimal color strings in Flutter? (33 answers)
616  ✅ http://stackoverflow.com/questions/68236007 - I am getting error &quot;cmdline-tools component is missing&quot; after installing Flutter and Android Studio... I added the Android SDK. How can I solve them? (25 answers)
594  ✅ http://stackoverflow.com/questions/49991444 - Create a rounded button / button with border-radius in Flutter (41 answers)
590  ✅ http://stackoverflow.com/questions/43928702 - How to change the application launcher icon on Flutter? (18 answers)
erric-syd commented 1 day ago

Convert the output from list of string into json format, is this ok?

SCR-20240921-nqwd

Solving:

aliepba commented 1 day ago

image should like this ?

nabeel1209 commented 1 day ago

image is this the response you needed?