minet
minet copied to clipboard
A webmining CLI tool & library for python.
```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...
- [x] mini dsl aware `--select` - [ ] `--no-headers` - [ ] `--delimiter`
Some package initialization drag us down in some case, but they cannot be trivially lazy-loaded.
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...
- [ ] 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...