Logo Lanfrica
  • Accueil
  • Atlas
  • Analyses
  • Documentation
  • Sign in

© 2026 Lanfrica. Tous droits réservés. Tous les droits d'auteur des ressources affichées sur le site Web Lanfrica appartiennent aux détenteurs de droits d'auteur d'origine, sauf indication contraire explicite.

josephT273/Amharic_news_api_v1

Domaine:

natural language processing

Type de record:

software
Créateur:
jos
Hôte:
# Amharic news api v1 ## Introduction ANApiV1 is a api that lets you fetch news to your project. A diverse range of news sites is available. This api helps to scrapp the news. Currently it works on 3 Ethiopian news sites. ## Installation You can install the Api using ```bash github.com ``` Then configure your database in ths case we will use mysql/mariadb ```sql CREATE DATABASE amharic_news_api_v1; ``` Then create table for storing the news ```sql CREATE TABLE amharic_news_api_v1.newsapi ( id int(11) PRIMARY KEY NOT NULL AUTO_INCREMENT, default_url text NOT NULL, news_title text NOT NULL, news_title_href text NOT NULL, news_title_image text NOT NULL, news_posted_logo text NOT NULL, news_posted_date text NOT NULL ); ``` # Announcement This is the sample project i will update this code and i will publish as dynamic news scrapper php program If you want to contact with me use my linktree address

Visit

github.com

Languages

Amharic