HomiGrotas

Results 6 comments of HomiGrotas

Hi @rkiddy ! You get token_secret after you use `python -m trello oauth` to get your Trello OAuth token. About your environment variables issue - I suggest you to check...

Hi, as we talked on LinkedIn, socket is important for real-time projects. About async I/O you're right and it better to use async alternatives. Backend engineers should get familiar with...

Hi, made the following changes as I was asked: 1. Updated list numbers 2. Created web scraping topic 3. Fixed Beutifulsoup typo to BeautifulSoup 4. Added requests module to HTTP...

I would like to pick this issue

Hi, can't take this issue. Sorry😅

Hi, Please make sure your creds are correct and the server is up and running: ```python from elasticsearch import Elasticsearch # Password for the 'elastic' user generated by Elasticsearch ELASTIC_PASSWORD...