conoro / tiktok-rss-flat

Generate RSS feeds for TikTok accounts
Apache License 2.0
72 stars 189 forks source link

Not running? #2

Closed Glench closed 3 years ago

Glench commented 3 years ago

Hi! I forked this repo and modified everything as described in the instructions but Github doesn't seem to be running the workflow. Are you able to look at it quickly to see if anything is wrong? https://github.com/Glench/tiktok-rss-flat

conoro commented 3 years ago

@Glench I can't see anything obviously wrong with your setup. Do you see a "run workflow" option at the top of https://github.com/Glench/tiktok-rss-flat/actions/workflows/flat.yml ?

Screenshot 2021-08-05 at 15 16 09

Glench commented 3 years ago

Ah, Github automatically disables workflows in forked repos. I had to enable the workflow (with two separate screens) when visiting the file you linked to, but it seems to be working now! Thank you!

conoro commented 3 years ago

Ah good to know! Glad it's working now.

Glench commented 3 years ago

Hm actually it's running successfully according to Github actions but no data seems to be added to the RSS folder...

conoro commented 3 years ago

@Glench The latest version of the TikTok library changed some of the function names. I've pushed a tiny change to my repo to reflect the change (just change line 23 of postprocessing.py to tiktoks = api.by_username(user, count=count))

Seems to be working again now.

Glench commented 3 years ago

It works! Thank you!

On Thu, Aug 5, 2021 at 1:26 PM conoro @.***> wrote:

@Glench https://github.com/Glench The latest version of the TikTok library changed some of the function names. I've pushed a tiny change to my repo to reflect the change (just change line 23 of postprocessing.py to tiktoks = api.by_username(user, count=count))

Seems to be working again now.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/conoro/tiktok-rss-flat/issues/2#issuecomment-893647958, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADOHBJ5ICL5NT3HOCLHZLDT3LCUVANCNFSM5BT5EPPQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email .

amblerkr commented 3 years ago

same here. The rss folder isn't updating. Help me.