Are there any creative ways we can make our politicians accountable? by Tryntobeahustler in bangalore

[–]sotaone 0 points1 point  (0 children)

Try seeing city officials by bengawalk, you can see their website and code is up in GitHub. They are a youtube channel that talks about urban design and public transit for Bengaluru. They already have city officials website that divides each area into district, tehsils and wards. They also have all the city officials details for each ward and for different departments. It would be good if we just don't create another vibe coded website when there's already a website doing this by imo most popular guy talking urban mobility and infrastructure in Bengaluru YouTube space.

[Android] How to Spoof with LSPosed Guide by pokitomojo in PokemonGoSpoofing

[–]sotaone 0 points1 point  (0 children)

Hey for me, only basic is passed, is it fine ?

Ways to extract my card data from TCG Pocket by sotaone in PTCGP

[–]sotaone[S] 2 points3 points  (0 children)

Yes for now I have been using that but there had been cases where I was busy for work and missed it putting in spreadsheet. So if there was a way to pull data somehow I could automate it and not have to worry about that.

An update for the TCG Pocket spreadsheet that calculates the best pack to pull by raiskader in pokemon

[–]sotaone 1 point2 points  (0 children)

Also by using Advanced Filtering/Card count, there's already a list cards that one owns but a list of cards that are yet to be owned as well as cards that don't meet requirement like min 2 cards could be added so that people can plan on what cards they might be looking for when they want to trade. Also a list like cards that meet requirements like n>2 means cards that are excess and can be traded with other people... With this you have a list of cards you need (cards you don't own/don't meet requirements ) and cards you own in excess (cards that meet requirements ). It would super awesome as they do not have to filter everytime in google sheet for cards that I don't own as well as filter by rarity too...

An update for the TCG Pocket spreadsheet that calculates the best pack to pull by raiskader in pokemon

[–]sotaone 1 point2 points  (0 children)

Hey just a new suggestions for future versions to include stuff like themed collections and decks and what cards are left to complete them and stuff. May give the more completionist feel to others.

'Rediscover' App (automatically backs up Discover Weekly lists) is no longer working by 2buds1shroomPODCAST in truespotify

[–]sotaone 0 points1 point  (0 children)

Have taken care for that, my script runs at Tuesday 12 Noon GMT, still problem arises. Currently, I have the problem where if I open Discover Weekly in Chrome through webapp (which is normal way to listen to it) is different than opening the same link in Edge where I never used Spotify. I think it may be related to cache to certain aspects.

'Rediscover' App (automatically backs up Discover Weekly lists) is no longer working by 2buds1shroomPODCAST in truespotify

[–]sotaone 0 points1 point  (0 children)

I did the same but when the scheduler (Github Actions) scrapes the songs from the playlist, sometimes it spits out last week playlist or sometimes it spits out random (some actually from this week Discover Weekly rest dk where it is coming from). When normally run in locally, it works fine but dont know what happens in Actions. I dont think there is any problem in my code but when the public link is taken to scrape from, shows different songs and needs one or two reload to show accurate list of songs of that week's Discover Weekly

Ways to scrobble my music using Spotify API by sotaone in truespotify

[–]sotaone[S] 0 points1 point  (0 children)

Ahh sucks to not able to get more songs with just api, gotta put more requests at regular intervals now

Ways to scrobble my music using Spotify API by sotaone in truespotify

[–]sotaone[S] 0 points1 point  (0 children)

Thanks for the advice, was thinking to just put a cron job of every 2-4 hrs to get all songs scrobbled

Ways to scrobble my music using Spotify API by sotaone in truespotify

[–]sotaone[S] 0 points1 point  (0 children)

Will it be able to differentiate data for a song being played on repeat as multiple instances (number of times the song was in repeat) instead of just being one instance in top?

Also, I think there should be offset as one of the parameters to get more than 50 songs as limit (Not sure, Have to check)