v7.1.1
This release provides two new features which will make FediFetcher far more efficient and faster to run, and also benefit the Fediverse as a whole, as FediFetcher will be much friendlier to other instances.
It is therefore recommended to install this version of FediFetcher as soon as you can.
What's Changed
- [7.1.0] Rate limit fetching of context by @nanos in #124
- [7.1.0] Respect robots.txt by @nanos in #125
- [7.1.0] Better User-Agent header
- [7.1.1] User FediFetcher as User Agent to fetch the robots.txt by @nanos in #128
- [7.1.1] Cache robots.txt for each run of the script, to reduce load on the server by @nanos in #129
Update instructions
If you are running from Git Hub Actions
- Update your fork
If you are running locally
- Update your code:
git pull
- Update your requirements:
pip install -r requirements.txt
Full Changelog: v7.1.0...v7.1.1