library/API

General discussion of development ideas and the approaches taken in the 3.x branch of phpBB. The current feature release of phpBB 3 is 3.3/Proteus.
Forum rules
Please do not post support questions regarding installing, updating, or upgrading phpBB 3.3.x. If you need support for phpBB 3.3.x please visit the 3.3.x Support Forum on phpbb.com.

If you have questions regarding writing extensions please post in Extension Writers Discussion to receive proper guidance from our staff and community.
Post Reply
kaka
Registered User
Posts: 1
Joined: Tue Mar 26, 2019 10:03 am

library/API

Post by kaka »

Hi,
I'm new and I hope that I picked up the right board for this kind of question.

I'm looking for a library to run some basic task on an external phpbb site. Tasks like:
- list of the boards available
- date of the last post in a specific board

I'm new in this kind of programming area and I'm wondering if there are any library/API to start with.

Looking around on Internet I find out various solutions but I'm wondering which is the best one. I meant, someone proposed some HTML parser (BeautifulSoup) or a browser emulator (mechanize) and I'm really confused. Finally, the restful API

Where do you suggest me to start. Also, a very simple example in order to obtain the list of boards available would be very useful.

User avatar
DavidIQ
Customisations Team Leader
Customisations Team Leader
Posts: 1904
Joined: Thu Mar 02, 2006 4:29 pm
Location: Earth
Contact:

Re: library/API

Post by DavidIQ »

If you found examples on the Internet you'll need to use those as there is no official way to do any of that. If you're looking for an extension to help you or for guidance on how to create an extension then the correct place to ask about that would be at our primary forum: https://www.phpbb.com/community
Image

User avatar
david63
Registered User
Posts: 355
Joined: Mon Feb 07, 2005 7:23 am

Re: library/API

Post by david63 »

I would suggest that you use the correct terminology as I believe that you are referring to forum not a board.

Board = a number of fora
Forum = a number of topics
Topic = a number of posts
David
Remember: You only know what you know -
and you do not know what you do not know!

Post Reply