Get user tweets (#5593) · UnixJunkie/all-algorithms-python@f93c7d4 · GitHub
Skip to content

Commit f93c7d4

Browse files
FirePing32github-actionscclauss
authored
Get user tweets (TheAlgorithms#5593)
* updating DIRECTORY.md * Create get_user_tweets.py * updating DIRECTORY.md * Reformat code with black * Add argument type * Add return type * Add tweepy * Fix isort issues * Fix flake8 issues * WIP: doctest * Doctest setup and format with pre-commit * Remove doctests * Update web_programming/get_user_tweets.py Co-authored-by: Christian Clauss <cclauss@me.com> * Update get_user_tweets.py Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Co-authored-by: Christian Clauss <cclauss@me.com>
1 parent 8e857e8 commit f93c7d4

3 files changed

Lines changed: 70 additions & 1 deletion

File tree

DIRECTORY.md

Lines changed: 9 additions & 1 deletion

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ sklearn
1414
statsmodels
1515
sympy
1616
tensorflow
17+
tweepy
1718
types-requests
1819
xgboost

web_programming/get_user_tweets.py

Lines changed: 60 additions & 0 deletions

0 commit comments

Comments
 (0)