F
F
fuse92019-10-14 15:01:18
Text Processing Automation
fuse9, 2019-10-14 15:01:18

What needs to be learned to develop this program?

I have a text file containing English words line by line. The task is for the program to copy the word, paste it into Google translate, copy the meaning (or 2 commonly used translations) and write the translation to the same line. And so it is with every word.
What do you need to know and be able to write such a program?
What is the best way to do this? (I think js is needed here)

Answer the question

In order to leave comments, you need to log in

2 answer(s)
E
Egor Zhivagin, 2019-10-14
@fuse9

In any server language (if JS, then node.js)
"pasted into Google translator, copied the value ..." translates as working with the Google Translate API

D
Developer, 2019-10-14
@samodum

In any language there is a work with files.
Choose any language

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question