GithubHelp home page GithubHelp logo

osscameroon / osscameroon-website Goto Github PK

View Code? Open in Web Editor NEW
36.0 10.0 27.0 4.27 MB

The Website of OSS Cameroon.

Home Page: https://www.osscameroon.com/

License: GNU General Public License v3.0

Python 25.78% Shell 2.89% JavaScript 26.50% TypeScript 35.72% Makefile 2.41% SCSS 4.82% HTML 1.23% DIGITAL Command Language 0.31% Dockerfile 0.34%

osscameroon-website's Introduction

OssCameroon

Our goal as a community is to improve the lives of individual members of the society. We hope to accomplish this by reinforcing Cameroonian developers to take up the habit of contributing to open source projects and technologies; especially projects with the potential to enhance the quality of life for our local communities. By promoting mentorship, collaboration and knowledge sharing, we ensure to provide a joyful environment for developers to put their best skill in the service of the society.

You can access the WebSite here.

Community Chat

Frontend

Here is the part responsible to serve the page the users will interact with. The main feature

  • Browse the list of developers registered on GitHub
  • Browse the list of projects on GitHub maintained by Cameroonian develop
  • View the trending tweets on the hashtag #caparledev

Requirements

  • Node.js 10+
  • Yarn 1.21+

How to install

cd frontend
yarn install

Create configuration file for local environment by copying the .env.example file then edit the content to met your local configuration

cp .env.example .env
nano .env

How to launch

yarn start

Backend api

This is the backend part.

Requirements

  • Python (3.x recommended)
  • pip (18.1)
  • make (GNU Make 4.2.1)
  • meilisearch

How to install

You just have to follow these steps :

# cd to the api
cd api

# With make
make install-deps

How to launch

make run

Scraper

On the scraper, we have :

  • The Twitter scraper (For tweets containing a specific hashtag)
  • The github scraper to scrap projects and developers list. We're going to add other scrapers !

Requirements

  • Python (3.x recommended)
  • pip (18.1)
  • make (GNU Make 4.2.1)

How to install

You just have to follow these steps :

# cd to the twitter scraper
cd scraper/twitter
# or to the scraper/github

# With make
make install-deps

How to launch

To launch :

make run

How to contribute

  • Create an issue where you explain clearly the problem you want to solve
  • Make a PR
  • If it's relevant, we're going to merge it. Yeah, it's simple as this !

LICENSE

osscameroon-website's People

Contributors

afranck64 avatar airalpha avatar asam237 avatar borisgautier avatar darixsamani avatar dependabot[bot] avatar dy05 avatar elhmn avatar emmxl avatar ericovrsea avatar genjirusuchiwa avatar gtindo avatar jefcolbi avatar mty-tidjani avatar sanix-darker avatar sherlockwisdom avatar sidikfaha avatar tericcabrel avatar theryx avatar wdjopa avatar will-oracions avatar zaker237 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

osscameroon-website's Issues

Create cron job for the twitter scraper (if necessary)

As we are now storing data directly using the #caparledev bot, we might not need to create a cron job for that.
But in case we don't use the bot for storing data or simply in case we want to store data the bot might have missed we should consider creating a cron job our twitter scraper

Project idea 1

PROJECT IDEA 1

A simple description

Why ?

Because i need to test this

Details

A quick an simple description

License

MIT

Project idea

PROJECT IDEA

A short description

Why ?

Because am testing

Description

A quick description

License

MIT

Top tweet Endpoint from the api

Top tweet Endpoint from the api

  • The son response must be formatted like github search
{
  "code": "number",
  "status": "string",
  "result": {
      "hits": []  // array containing tweets
      "offset": "number",
      "limit": "number",
      "nbHits": "number"
   }
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.