xavdid / reddit-user-to-sqlite

Pull Reddit user data into a SQLite database
https://pypi.org/project/reddit-user-to-sqlite/
MIT License
215 stars 9 forks source link

Include user upvoted / downvoted #17

Open Dessix opened 1 year ago

Dessix commented 1 year ago

In the user preferences menu, there's a "make my votes public" option. I imagine logging in as the user would be easier than trying to archive them with only public data, but this should be sufficient as-is to allow access to /user/<name>/upvoted and /user/<name>/downvoted.

xavdid commented 1 year ago

Sure, this would work similarly to #2. It's straightforward to import them from the archive. Polling them from the live site is trickier, but doable.

I have some other work I want to prioritize first, but I can likely add this as well (especially if other people 👍 it)