You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I'm not very experienced in coding and I would like to know if someone could please help me or give me advice to create a script to parse an RSS feed structured like this:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I'm not very experienced in coding and I would like to know if someone could please help me or give me advice to create a script to parse an RSS feed structured like this:
https://www.example.com/rss.xml?collection=latest-tv-updates
Retrieve the tmdb_id which are in each element
<category>tmdb_id</category>
Add the tmdb_id in the
body.json
https://api.trakt.tv/users/id/lists/list_id/items
Source: https://trakt.docs.apiary.io/reference/users/add-list-items/add-items-to-personal-list
While respecting the rate limit of 1 call per second for the POST method.
Thanks a lot for your time
Best Regards
Beta Was this translation helpful? Give feedback.
All reactions