Skip to content

Commit

Permalink
Merge pull request #1 from Melon-Rusk/update_readme_file
Browse files Browse the repository at this point in the history
Update readme file
  • Loading branch information
Melon-Rusk authored Dec 17, 2022
2 parents d2b5e68 + c16bf9d commit ad95fe3
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,26 @@
- googleapiclient

## How to Use
1. Clone the repository: git clone https://github.com/Melon-Rusk/Summarize-Twitter-Trending-Public
2. Navigate to the project directory: cd Summarize-Twitter-Trending-Public
3. Install the dependencies: pip install -r requirements.txt
1. Clone the repository:
```
git clone https://github.com/Melon-Rusk/Summarize-Twitter-Trending-Public
```
2. Navigate to the project directory:
```
cd Summarize-Twitter-Trending-Public
```
3. Install the dependencies:
```
pip install -r requirements.txt
```
4. Update the credentials in the config file.
5. Run the project: python main.py
5. Run the project:
```
python main.py
```

_________

## Fetch Trending Topics
- Fetch Trending Topics for the given location
- Library used: *Tweepy*, *geocoder*
Expand Down Expand Up @@ -53,8 +66,7 @@ _________

----
# Update Credentials in config to test it
----
Refrences Code used from:
-[text_processing.clean_text.py](https://gist.github.com/MrEliptik/b3f16179aa2f530781ef8ca9a16499af?permalink_comment_id=3970601) ((used almost as it is))
-[text_processing.clean_text.py](https://gist.github.com/MrEliptik/b3f16179aa2f530781ef8ca9a16499af?permalink_comment_id=3970601) (used almost as it is)


0 comments on commit ad95fe3

Please sign in to comment.