euagendas / m3webdemo

A simple web demo of the m3inference library
http://www.euagendas.org/m3demo
GNU Affero General Public License v3.0
8 stars 1 forks source link

Use API? #6

Closed computermacgyver closed 3 years ago

computermacgyver commented 5 years ago

This demo hits the Twitter website directly and parses HTML. The reason for that is to avoid API authentication in m3inference so that users of the library can quickly start using it. This is great for one user name / isolating testing. For larger lists of twitter userids/screen names we should use the API.

computermacgyver commented 3 years ago

Fixed.