Is there any API for reading all feedburner subscription emails

Is there any API for reading all emails from feedburner subscribers . I want to check remotely using the API without loading the CSV file . (or any other way)

Thank.

Update:

I read emails from a CSV file and I send emails to all verified emails daily after downloading the CSV file from feedburner. Therefore, new users have to wait until I download the updated CSV and run the php script again to send emails. So this is a delay.

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

+3
source share
2

, API:

  • API FeedFlare
  • API .

.

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

, CSV. , - Selenium?

.

+1

feedburner API.

+1

Source: https://habr.com/ru/post/1784053/


All Articles