Skip to content

eng-aomar/content_aggergator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Content aggergator

License

A content Aggregator website using python flask A content aggregator fetches information from various places online and gathers all of that information in one place. Therefore, you don’t have to visit multiple sites to get the latest info: one website is enough.

With the content aggregator, all of the latest information can be gotten from one site that aggregates all the content. People can see the posts that interest them and can decide to find out more about them without traipsing all over the internet.

Python libraries used to build my content aggregator

Requests: HTTP library for Python, built for human beings. Beautiful Soup: Python library for quick turnaround projects like screen-scraping. PyMongo :is a Python distribution containing tools for working with MongoDB, and is the recommended way to work with MongoDB from Python. SendGrid : for email sending BluePrint : Functional Structuring of files Concurent.futures: to achive faster execution time using multithreading.

Table of Contents

About The Project

![Content Aggregator][Main-screan Desktop Layout] ![Content Aggreagtor][Main-screan Mobile Layout]

Here's a blank template to get started: To avoid retyping too much info. Do a search and replace with your text editor for the following: github_username, repo, twitter_handle, email

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • pip
pip3 install -r requirements.txt

Installation

  1. Clone the repo
git https://github.com/eng-aomar/content_aggergator.git
  1. Install requirements packages
pip3 install -r requirements.txt
  1. Add enviromntal variables for Mogodb connection:
    Variable Name :DB_URI
    Vraiable Value: your connection string

Usage

Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.