Pcbeingused33 / rails-scrap

0 stars 1 forks source link

API Key is Public #1

Open pstoute opened 5 days ago

pstoute commented 5 days ago

Hey just a heads up that you currently have your public API key for scraping robot as plain text in your code. I was able to verify your code is still active by submitting a test request through their endpoint using your API Key.

rails_scrap/scraper_app.rb

Hope no one is using it already.

pstoute commented 5 days ago

Just found another instance in one of your other files: scrapers/tiktok_scraper.rb line 7

pstoute commented 5 days ago

scrapers/youtube_scraper.rb line 7 scrapers/facebook_scraper.rb line 7 app/controllers/content_creators_controller.rb line 118 & line 139

There are probably some I've missed.