A one place destination to check whatever is trending on the top social and news websites at present.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
The motive of this project is to scrape trending stuff from top websites which are mostly visited on a daily basis by users and show them in a single page application consisting of links to trending stuff. For the purpose of hacktoberfest we will be currently focusing on scraping trending data from
- Youtube
- CNN top stories
- more will be added with progress........
The dependancies currently consist of the following,
Follow the steps below to set-up the project on your local machine,
- Python (3.6 and above)
- pip (python package installer)
-
Start by creating a virtual environment for the project by using the following command,
python -m venv <name>
-
Activate the virtual environment by using the following command,
<name>/scripts/activate
-
Install required dependencies from requirements.txt using the following command,
pip install -r requirements.txt
Tip: If you install new dependencies while submiting a PR, please do not forget to update requirements.txt. You can use the following command to save yourself the trouble
pip freeze > requirements.txt
-
Now, you can run the project by using the command
python app.py
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Add your Changes (
git add .
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Mail us at - gdsc@jgec.ac.in
Mail maintainer at - ap2301@it.jgec.ac.in