• Implementing a news feed

    From Richard Fairman@3:770/3 to All on Monday, September 30, 2019 03:41:07
    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 Monday, September 30, 2019 13:04:54
    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 Tuesday, October 01, 2019 10:45:11

    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 Monday, September 30, 2019 18:12:58
    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 Monday, September 30, 2019 18:14:18
    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 Tuesday, October 01, 2019 12:19:21
    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 Tuesday, October 01, 2019 04:08:33
    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 Wednesday, October 02, 2019 03:52:30
    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 Wednesday, October 02, 2019 03:59:24
    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 Thursday, October 03, 2019 15:09:46
    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 Friday, October 04, 2019 10:13:33
    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)