mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-08-02 17:22:05 +08:00
Create instagram_crawler.py (#2509)
* Create instagram_crawler.py * codespell --ignore-words-list=followings * Update web_programming/instagram_crawler.py Co-authored-by: Christian Clauss <cclauss@me.com> * Update web_programming/instagram_crawler.py Co-authored-by: Christian Clauss <cclauss@me.com> * Update web_programming/instagram_crawler.py Co-authored-by: Christian Clauss <cclauss@me.com> * Update web_programming/instagram_crawler.py Co-authored-by: Christian Clauss <cclauss@me.com> * Update web_programming/instagram_crawler.py Co-authored-by: Christian Clauss <cclauss@me.com> * Update web_programming/instagram_crawler.py Co-authored-by: Christian Clauss <cclauss@me.com> * Update web_programming/instagram_crawler.py Co-authored-by: Christian Clauss <cclauss@me.com> * Update instagram_crawler.py * Add doctests * fixup! except (json.decoder.JSONDecodeError, KeyError): * if getenv("CONTINUOUS_INTEGRATION"): return * Update instagram_crawler.py * Update web_programming/instagram_crawler.py Co-authored-by: Dhruv <dhruvmanila@gmail.com> * added fake_useragent * Update instagram_crawler.py * Comment out doctests Co-authored-by: Christian Clauss <cclauss@me.com> Co-authored-by: Dhruv <dhruvmanila@gmail.com>
This commit is contained in:
2
.github/workflows/codespell.yml
vendored
2
.github/workflows/codespell.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
||||
- run: pip install codespell flake8
|
||||
- run: |
|
||||
SKIP="./.*,./other/dictionary.txt,./other/words,./project_euler/problem_22/p022_names.txt"
|
||||
codespell --ignore-words-list=ans,fo,hist,iff,secant,som,tim --skip=$SKIP --quiet-level=2
|
||||
codespell --ignore-words-list=ans,fo,followings,hist,iff,secant,som,tim --skip=$SKIP --quiet-level=2
|
||||
- name: Codespell comment
|
||||
if: ${{ failure() }}
|
||||
uses: plettich/python_codespell_action@master
|
||||
|
Reference in New Issue
Block a user