https://github.com/metlinskyi/englishdom
Filtered and evaluated EnglishDom.com teachers according to custom criteria.
https://github.com/metlinskyi/englishdom
bigquery google-sheets python webscraping
Last synced: about 1 month ago
JSON representation
Filtered and evaluated EnglishDom.com teachers according to custom criteria.
- Host: GitHub
- URL: https://github.com/metlinskyi/englishdom
- Owner: metlinskyi
- Created: 2025-06-20T12:08:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-20T12:14:44.000Z (about 1 year ago)
- Last Synced: 2025-06-20T13:26:37.340Z (about 1 year ago)
- Topics: bigquery, google-sheets, python, webscraping
- Language: Python
- Homepage: https://www.englishdom.com/
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Setup token
```
export BEARER=""
```
Fields
```
id object
__typename object
attributes.id object
attributes.user_id object
attributes.profile_url object
attributes.teacher_alias object
attributes.name object
attributes.avatar object
attributes.description object
attributes.experience object
attributes.country object
attributes.grade object
attributes.new_teacher_badge bool
attributes.super_tutor object
attributes.certificate object
attributes.active_students object
attributes.lessons_complete object
attributes.preparation_programs object
attributes.__typename object
```