hodgesmr / mastodon_digest

A Python script that aggregates recent popular posts from your Mastodon timeline
BSD 3-Clause "New" or "Revised" License
439 stars 58 forks source link

The bot should specify a user agent #35

Closed RichardMN closed 1 year ago

RichardMN commented 1 year ago

The Mastodon.py library gives "mastodonpy" as its default user agent. It is possible to specify a different user agent, which would allow instance operators to block this bot script (or distinguish it from others). PR coming.

hodgesmr commented 1 year ago

Closed by #36