Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Where to start?
#1
Hi, I've been trying to learn python, my goal is to make a bot that can gather data from in-game marketplace and feed that data to a database, and then have user interface where I can follow how different item prices have changed over time etc.

I have looked in to few libaries, mainly:

pyautogui
PIL
pytesseract
cv2

My problem is that even with cv2 I'm having trouble getting the bot read the custom font and convert it to numbers.

Are there any alternative/better ways to go at it? Any tips are welcome!
Reply
#2
I would suggest spending a few short hours doing the following tutorials.
web scraping part 1
web scraping part 2
Reply
#3
Do the terms and conditions for whatever game this is allow you to do such things?
Reply
#4
(Sep-29-2020, 03:29 PM)ndc85430 Wrote: Do the terms and conditions for whatever game this is allow you to do such things?

Honestly not sure, but I don't see reason why not, I'm not going to gain anything from this. Just a fun project to learn python with.
Reply
#5
You should learn data scraping in python. You can find a multitude of online courses for data scraping and python.
Reply
#6
As stated in post 2 https://python-forum.io/Thread-Where-to-...#pid127190
we have excellent tutorials on this forum
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  What's the difference b/w assigning start=None and start=" " Madara 1 2,315 Aug-06-2018, 08:23 AM
Last Post: buran

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020