You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 13, 2024. It is now read-only.
- for **Mastodon** : see [Python wrapper for the Mastodon API](https://mastodonpy.readthedocs.io/)
47
+
- Generate the client and user credentials manually via the [Mastodon client](https://mastodonpy.readthedocs.io/en/latest/#app-registration-and-user-authentication)
48
+
- note that using an instance other than https://mastodon.social requires adding `api_base_url` to most method calls.
49
+
- the file names for **client_id** and **access_token_file** go in the mastodon section of **config.yml**
50
+
- Or use the included script (`python3 create_mastodon_client.py`) which will register your app and prompt you to log in, creating the credential files for you.
65
51
66
52
- Start the server
67
53
```bash
@@ -71,7 +57,7 @@ $ python3 -m flask run --host=0.0.0.0
71
57
72
58
- the RSS feeds are available on these urls :
73
59
- for Twitter : http://localhost:5000/_keywords_ or http://localhost:5000/tweets/_keywords_
74
-
- for Mastodon : http://localhost:5000/toots/_keywords_
60
+
- for Mastodon : http://localhost:5000/toots/_keywords_ and http://localhost:5000/toot_favorites
0 commit comments