Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/valentintintin/annonces-radioamateur-org
Petit script pour scrapper la page de petites annonces https://www.radioamateur.org et enlever les annonces de la catégorie "Recherche". Le tout va dans un fichier JSON et flux RSS.
https://github.com/valentintintin/annonces-radioamateur-org
ham radio rss
Last synced: 13 days ago
JSON representation
Petit script pour scrapper la page de petites annonces https://www.radioamateur.org et enlever les annonces de la catégorie "Recherche". Le tout va dans un fichier JSON et flux RSS.
- Host: GitHub
- URL: https://github.com/valentintintin/annonces-radioamateur-org
- Owner: valentintintin
- Created: 2021-07-31T05:04:18.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-31T06:18:35.000Z (over 3 years ago)
- Last Synced: 2024-11-16T23:11:53.328Z (2 months ago)
- Topics: ham, radio, rss
- Language: JavaScript
- Homepage: https://pixel-server.ovh/annonces-radioamateur-org/
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# annonces-radioamateur-org
Petit script pour scrapper la page de petites annonces [https://www.radioamateur.org](https://www.radioamateur.org/) et enlever les annonces de la catégorie "Recherche". Le tout va dans un fichier JSON et flux RSS.
## Utilisateur
Lancer `npm install` et `node index.js`. Des fichiers `annonces.json` et `rss.xml` sont créés.
Vous pouvez utilisez la page PHP `index.php` pour explorer les annonces.## Screenshot
![index.php screenshot](.github/screen.jpg)### JSON structure
```json
[
{
"id": 0,
"title": "Yaesu frg-8800 recepteur hf-vhf-air",
"departement": 33,
"link": "https://radioamateur.org/annonce/Vente/XXXX",
"category": "Émetteurs-récepteurs",
"date": "2021-07-30",
"content": "Recepteur yaesu frg 8800 hf-vhf-air avec notice pour collectionneurs en etat de marche.ou derriere il manque une trappe derriere ou il devait y avoir des piles peut etre pour des memoires mais je ne confirme pas car je ne connais pas trop en radio. vendu tel quel pour qui connais en l'etat. j'ai connecter un fil est j'ai entendu de radioamateurs sur la lsb. vendu /120 euros",
"seller": "XXXXX",
"price": 120,
"photos": [
"https://radioamateur.org/photos/XXX.jpg",
"https://radioamateur.org/photos/XXXX.jpg"
]
}
]
```