minet icon indicating copy to clipboard operation
minet copied to clipboard

A webmining CLI tool & library for python.

Results 194 minet issues
Sort by recently updated
recently updated
newest added

```PS C:\Users\AChauviat\Desktop\Nouveau dossier> ./minet.exe Traceback (most recent call last): File "minet\cli\__main__.py", line 23, in File "PyInstaller\loader\pyimod03_importers.py", line 495, in exec_module File "minet\__init__.py", line 3, in File "PyInstaller\loader\pyimod03_importers.py", line 495, in...

bug

- [x] mini dsl aware `--select` - [ ] `--no-headers` - [ ] `--delimiter`

enhancement

https://urllib3.readthedocs.io/en/latest/v2-migration-guide.html

enhancement

Some package initialization drag us down in some case, but they cannot be trivially lazy-loaded.

enhancement

It also fails when screen name is invalid. I think we must rethink the ergonomics there. Maybe it's time to force user to say if we are dealing with screen...

bug

- [ ] get comments from a post id: `https://www.instagram.com/api/v1/media/POST_ID/comments/?can_support_threading=true&permalink_enabled=false` - [x] get user info from username: `https://i.instagram.com/api/v1/users/web_profile_info/?username=USERNAME` - [ ] other route for posts associated with hashtag (more info...

enhancement