Answer the question
In order to leave comments, you need to log in
Coursework topic?
Hello, I am a second-year mathematician-programmer, learning the C# language (slowly :)). It is necessary to write a term paper in the direction (2-3 months of time), they advised me to understand the VK API and try something simple there. It is necessary to get some kind of software product (application) at the output. There is absolutely no experience with this. As far as I understand, work with the VK API (writing, for example, some kind of script) is carried out using the means of languages such as PHP, Python (correct if something is wrong / can you work with the API in C #?). The question is: how difficult is it, how expedient is it? And if possible, an example of some interesting example of a problem under this topic. Thanks in advance for your help.
Answer the question
In order to leave comments, you need to log in
Make an interest analysis application for example.
Let's say there are 10,000 students in a university.
What groups they are in, what demographics, schools and so on. And then a bunch of beautiful graphics.
It is easy to work with the VK API if:
1) you can make a GET or POST request
2) you can parse XML and JSON.
With a bias in mathematics: the problem of finding the maximum biclique in a bipartite graph as applied to VC data. Take any audience, for example, subscribers of one group. Get all the groups they are subscribed to. Find the largest clique among them : i.e. the set of groups to which the largest set of accounts is subscribed.
first, here is -> my CatPost program written entirely in c# (wpf) which uses office. API (including VK)
so - in C # YOU CAN work with the API (and probably with any OOP language or Functional, prototype-oriented and some other types) the
second, (simple) application for VK in c #: detailed article
ps youtube is full of video tutorials - how to create a (simple) application for working with the VK API in C #
p.s.s. on github you can also find different and useful solutions / best practices
Topic:
by analogy with Alexey Lebedev -> create an application that looks for everyone in VK who studies at your educational institution - show in the list: together with first name / last name + ava + id + gender (ps if memory serves, the maximum API can show a list of the first 5000 users at a time)
Since a mathematician, then you can make an application to test the theory of six handshakes . There will be an opportunity to use something from graph theory.
It is possible to work with vk api in c#, they wrote above how (the language is not important), but in terms of profit, it is much better to spend this time on asp.net, to do something boring, but close to real tasks, for example, the university schedule, or something also, it’s even possible with vk api related, for example, a vk bot with an admin panel that gives some necessary information to those users in the trough studying at your university ...
anything, but using the technology stack you want to work with
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question