sfm-ui
sfm-ui copied to clipboard
Social Feed Manager user interface application.
SFM is using jquery 2.1.3 and [Bootstrap 4 requires up to 3.x](https://github.com/twbs/bootstrap/blob/v4.0.0/package.json#L84) (current version is 3.4.1).
After implementing Bootstrap 4 and accessibility fixes, screenshots in documentation should be updated to reflect SFM 2.3.0 release. See the User Guide in particular.
## Features - Formerly "filter" - Filtered stream [rules](https://developer.twitter.com/en/docs/twitter-api/tweets/filtered-stream/integrate/build-a-rule) allow for the expression of complex queries - Users with "essential" API access are allowed to use only 5 filter stream...
The `statuses/sample` endpoint on v. 1 is [deprecated](https://twittercommunity.com/t/deprecation-announcement-removing-compliance-messages-from-statuses-filter-and-retiring-statuses-sample-from-the-twitter-api-v1-1/170500) and will be removed in October 2022. We should remove this collection type from SFM and replace with the v. 2 sample...
### Features - Two endpoints: `search_recent` and `search_all`. - The latter is available only for users with Academic Research access. - Returns paginated results (within the data element) - Querying...
Google will be deprecating authenticated SMTP. Consider SMTP relay or OAuth. See https://github.com/gwu-libraries/scholarspace-hyrax/issues/271
Prevent `serialize_all` from failing on an empty collection set when writing the README.txt: ``` INFO 2022-03-04 03:00:54,182 63 ui.serialize Serializing ERROR 2022-03-04 03:00:54,186 63 apscheduler.executors.default Job "serialize_all (trigger: cron[hour='3', minute='0'],...
One user reports that their Twitter rest harvester is throwing the following error, not all the time, but on a regular basis (1-2 times / week): ``` OSError: Could not...
For at least one collection (0287d41512b3492b801db3256112c103), the Twitter rest exporter throws a `UnicodeDecodeError`. In this case, the `content-encoding` header, which should be set to `gzip`, was either missing or duplicated...