开发者

Is there any API for reading all subscriber emails from feedburner

开发者 https://www.devze.com 2023-02-02 19:26 出处:网络
Is there any API for reading all emails from feedburner subscribers. I want to check remotely us开发者_如何学Pythoning an API without downloading CSV file. ( or if any other way )

Is there any API for reading all emails from feedburner subscribers. I want to check remotely us开发者_如何学Pythoning an API without downloading CSV file. ( or if any other way )

Thank You.

Update:

I am reading email from CSV file and i am sending emails to all verified emails everyday after downloading the CSV file from feedburner. So new users has to wait until i download a newly updated CSV and again run my php script to send emails. So it getting delay.

So how can i check emails without downloading CSV file from feedburner and send a email instantly.


No, the only APIs available are:

  • the FeedFlare API, and
  • the Awareness API.

Neither allow you to query your subscriber list.

http://code.google.com/apis/feedburner/developers_guide.html

Maybe you can try to automate the procedure of downloading the CSV. Possibly with something like Selenium?

Then you could download it at regular intervals.


No feedburner is not providing such type of API.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号