Was just wondering if this was possible in any way. I have tried with Python, but importing urllib is not allowed. For example, I want the content of a .txt page that would be uploaded onto a (my) website. Is it possible and if so, how?
Pull data from web page?
Discussion in 'Rust Development' started by harry 3, Oct 13, 2015.
-
Wulf Community Admin
Web requests would be what you are looking for. Oxide API for Rust
If you'd like working examples, check Notifier, Push API, Email API, GeoIP, etc.
