sfm-ui
sfm-ui copied to clipboard
Social Feed Manager user interface application.
Date fields restored for twitter search version2 Added warning message for twitter academic search seed
Postgres 9.6 is no longer supported as of November 2021. Django 3.2 supports it, so we can buy ourselves some time without postponing the Django upgrade, but we should probably...
Build with sphinx on your VM and review for clarity/formatting.
We've found that librabbitmq doesn't work with versions of Python 3.8 other than 3.8.12. In order to get it working for development, I had to do the following. 1. Build...
Confirmed in SFM sandbox that this is a problem with the current release, not just the twitter-v2 branch. `Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/kombu/messaging.py", line 624, in _receive_callback return...
Twitter now refers to the consumer key and secret as "API key" and "API key secret." Let's change the labeling in the UI and documentation to match.
This will require twarc2 / use of the Twitter v2 API
### To Do - See Laura's commits: [https://github.com/gwu-libraries/sfm-ui/tree/twitter-v2](https://github.com/gwu-libraries/sfm-ui/tree/twitter-v2) - Because of the tiered access to the v. 2 API, users need to see error messages/in-app documentation related to the following:...
Because of Twarc 2's implementation of the limits, users may enter a limit in a multiple of 100 but get back more Tweets: e.g., entering a limit of 500 may...