• Implementing a news feed

    From Richard Fairman@3:770/3 to All on Mon Sep 30 03:41:07 2019
    I have set up a telnet link to Inkbb who has a newsfeed page from CNN etc
    How can I implement this in mystic I assume it's a python script that accesses rss feeds

    Thanks

    Richard

    --- SoupGate-Win32 v1.05
    * Origin: Agency HUB, Dunedin - New Zealand | Fido<>Usenet Gateway (3:770/3)
  • From Richard Fairman@3:770/3 to All on Mon Sep 30 13:04:54 2019
    I'm using a rss python script
    I've installed python 2.7 and I think I have installed correctly beutifulsoup4

    The script runs from my mystic doors menu
    I get the error cannot find beautifulsoup module
    Any idea
    Regards
    Richard

    --- SoupGate-Win32 v1.05
    * Origin: Agency HUB, Dunedin - New Zealand | Fido<>Usenet Gateway (3:770/3)
  • From Paul Hayton@3:770/100 to Richard Fairman on Tue Oct 1 10:45:11 2019

    On 30 Sep 2019 at 01:04p, Richard Fairman pondered and said...

    I'm using a rss python script
    I've installed python 2.7 and I think I have installed correctly beutifulsoup4

    are you looking for a gated feed of news to FTN packets?
    If yes, I can help with a service I offer within fsxNet that feeds nodes who wish to take Usenet to them via a gateway I run in/out of news.bbs.nz
    There are others within Fido who also offer a gateway services too.

    Not aware of beautifulsoup but presume it requires you get news/soup style packets to open from a NNTP feed?

    --- Mystic BBS v1.12 A43 2019/03/03 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (3:770/100)
  • From Netsurge@1:229/101 to Paul Hayton on Mon Sep 30 18:12:58 2019
    are you looking for a gated feed of news to FTN packets?
    If yes, I can help with a service I offer within fsxNet that feeds nodes who wish to take Usenet to them via a gateway I run in/out of news.bbs.nz There are others within Fido who also offer a gateway services too.

    Not aware of beautifulsoup but presume it requires you get news/soup
    style packets to open from a NNTP feed?


    I think he is trying to get an rss feed via python.

    |15frank |08// |15netsurge
    |07disksh0p|08!|07bbs |08% |07bbs.diskshop.ca |08% |07mystic goodness |11SciNet |03ftn hq |08% |07https://diskshop.ca/scinet

    --- Mystic BBS v1.12 A43 2019/03/02 (Linux/64)
    * Origin: % disksh0p!bbs % bbs.diskshop.ca % SciNet ftn hq % (1:229/101)
  • From Netsurge@1:229/101 to Richard Fairman on Mon Sep 30 18:14:18 2019
    I'm using a rss python script
    I've installed python 2.7 and I think I have installed correctly beutifulsoup4

    The script runs from my mystic doors menu
    I get the error cannot find beautifulsoup module
    Any idea

    You need to install the beautifulsoup python module. pip install
    beautifulsoup4 should get you going.

    |15frank |08// |15netsurge
    |07disksh0p|08!|07bbs |08% |07bbs.diskshop.ca |08% |07mystic goodness |11SciNet |03ftn hq |08% |07https://diskshop.ca/scinet

    --- Mystic BBS v1.12 A43 2019/03/02 (Linux/64)
    * Origin: % disksh0p!bbs % bbs.diskshop.ca % SciNet ftn hq % (1:229/101)
  • From Paul Hayton@3:770/100 to Netsurge on Tue Oct 1 12:19:21 2019
    On 30 Sep 2019 at 06:12p, Netsurge pondered and said...

    I think he is trying to get an rss feed via python.

    Ah OK, thanks Frank.

    --- Mystic BBS v1.12 A43 2019/03/03 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (3:770/100)
  • From Richard Fairman@3:770/3 to All on Tue Oct 1 04:08:33 2019
    Got beautiful soup working

    Soup is reading the rss page but I'm getting the error

    Can't read the items from https://www.bbc.co.uk/news/10628494
    Done

    --- SoupGate-Win32 v1.05
    * Origin: Agency HUB, Dunedin - New Zealand | Fido<>Usenet Gateway (3:770/3)
  • From Richard Fairman@3:770/3 to All on Wed Oct 2 03:52:30 2019
    Given up with soup
    Now using a screen script from smooth
    Worked first time
    Regards

    Richard

    --- SoupGate-Win32 v1.05
    * Origin: Agency HUB, Dunedin - New Zealand | Fido<>Usenet Gateway (3:770/3)
  • From Richard Fairman@3:770/3 to All on Wed Oct 2 03:59:24 2019
    Given up with soup
    Now using a python script from smooth
    Worked first time
    Regards

    Richard

    --- SoupGate-Win32 v1.05
    * Origin: Agency HUB, Dunedin - New Zealand | Fido<>Usenet Gateway (3:770/3)
  • From Richard Fairman@3:770/3 to All on Thu Oct 3 15:09:46 2019
    I have modified the python script to pull in a bbc rss feed
    It's only pulling in 3 topics when the rss file has a lot more
    How can I fix this
    Any python experts out there
    I could cut and paste the python code if that would help

    --- SoupGate-Win32 v1.05
    * Origin: Agency HUB, Dunedin - New Zealand | Fido<>Usenet Gateway (3:770/3)
  • From Richard Fairman@3:770/3 to All on Fri Oct 4 10:13:33 2019
    Now getting more topics from the rss feed Hiwever cannot get screens to pause. I've tried the commands given in the mystic wiki but no screen pausing
    Regards
    Richard

    --- SoupGate-Win32 v1.05
    * Origin: Agency HUB, Dunedin - New Zealand | Fido<>Usenet Gateway (3:770/3)