Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.
Rodrigo edited this page May 25, 2022 · 2 revisions

NQ and RT bot

Creating a next queries & related tag bot for Empathy.co metrics.

Bot

Creating a NQ and RT bot

25-04-2022

Path Owner Content Deliverer
Eva Gonzalez Edgar Herrero


  Key learning points

  1. Bot
  2. Next queries
  3. Related tags
  4. Tagging API

****

Exercise

For an url given, create a bot with python that launches requests to Tagging API.

Goals:

  • Read a .json file from a Python script
  • For all the combinations found in the file, launch a tagging /query request - must be with the same sessionId
  • Once all those have been iterated once, reiterate changing the sessionId
  • Data will be available 24 h after you triggered the requests
Clone this wiki locally