[Paid] Insert the code to import tags from bbpress forum in import script?

i am using this script to migrate from wordpress BBpress

/script/import_scripts/bbpress.rb

But it is not importing the tags as it includes only users, categories and topic_posts
i need tags too get imported.

  def execute
    import_users
    import_categories
    import_topics_and_posts
  end

i can pay for this work.

I can help you with this. But I need sometime before start the work. May I know how long do you have and your budget. Normally I work for 25$ per hour

ok, look in it, you have to also include tags in import script, everything else is working. Write the code how to grab tags from bbpress and how to write this in pgsql for the topics imported in discourse. Look in the code and tell me, how much you can do this.