From ad9e42044f50c38b1ca5ac31c80329b73984e5d4 Mon Sep 17 00:00:00 2001 From: Shreeram Date: Thu, 12 Oct 2023 10:50:07 +0530 Subject: [PATCH] feat: dump the tweets from given username for data analysis --- .github/workflows/PULL_REQUEST_TEMPLATE.md | 8 ++++---- README.md | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/PULL_REQUEST_TEMPLATE.md b/.github/workflows/PULL_REQUEST_TEMPLATE.md index 2c09e44..2075272 100644 --- a/.github/workflows/PULL_REQUEST_TEMPLATE.md +++ b/.github/workflows/PULL_REQUEST_TEMPLATE.md @@ -5,11 +5,11 @@ ## Checklist -- [ ] I have read and followed the [Contribution Guidlines](https://github.com/hastagAB/Awesome-Python-Scripts#contribution-guidelines-) before creating this PR. -- [ ] I've added a new Script -- [ ] Script is tested and running perfectly fine on my system +- [x] I have read and followed the [Contribution Guidlines](https://github.com/hastagAB/Awesome-Python-Scripts#contribution-guidelines-) before creating this PR. +- [x] I've added a new Script +- [x] Script is tested and running perfectly fine on my system - [ ] PR is regarding the Documetation -- [ ] This change requires a documentation update +- [x] This change requires a documentation update diff --git a/README.md b/README.md index d97df7a..51cf9bb 100644 --- a/README.md +++ b/README.md @@ -147,6 +147,7 @@ So far, the following projects have been integrated to this repo: |[Word Frequency Counter](Word_Frequency_Counter)|[sonniki](https://github.com/sonniki)| |[Word generator](Word-generator)|[TGLIDE](https://github.com/TGlide)| |[Work log generator](Work_Log_Generator)|[Maƫl Pedretti](https://github.com/73VW)| +|[X Scrapper](X_Scrapper)|[Shreeram](https://github.com/iamshreeram)| |[YTS Torrents](yts_torrents)|[Mayank Nader](https://github.com/makkoncept)| |[Yoda-speak Translator](speak_like_yoda)|[sonniki](https://github.com/sonniki) | |[Youtube video downloader](Youtube_Video_Downloader)|[Christopher He](https://github.com/hecris)|